org.zkoss.spring.bean
Class TypePropertyEditor
java.lang.Object
java.beans.PropertyEditorSupport
org.springframework.beans.propertyeditors.ClassEditor
org.zkoss.spring.bean.TypePropertyEditor
- All Implemented Interfaces:
- PropertyEditor
public class TypePropertyEditor
- extends org.springframework.beans.propertyeditors.ClassEditor
PropertyEditor for 'type' property of ZkComponentFactoryBean
.
- Since:
- 1.2
- Author:
- henrichen
Methods inherited from class org.springframework.beans.propertyeditors.ClassEditor |
getAsText |
Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypePropertyEditor
public TypePropertyEditor()
setAsText
public void setAsText(String text)
- Specified by:
setAsText
in interface PropertyEditor
- Overrides:
setAsText
in class org.springframework.beans.propertyeditors.ClassEditor
Copyright © 2012. All Rights Reserved.