org.zkoss.spring.bean
Class TypePropertyEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by org.springframework.beans.propertyeditors.ClassEditor
          extended by org.zkoss.spring.bean.TypePropertyEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class TypePropertyEditor
extends org.springframework.beans.propertyeditors.ClassEditor

PropertyEditor for 'type' property of ZkComponentFactoryBean.

Since:
1.2
Author:
henrichen

Constructor Summary
TypePropertyEditor()
           
 
Method Summary
 void setAsText(java.lang.String text)
           
 
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
 

Constructor Detail

TypePropertyEditor

public TypePropertyEditor()
Method Detail

setAsText

public void setAsText(java.lang.String text)
Specified by:
setAsText in interface java.beans.PropertyEditor
Overrides:
setAsText in class org.springframework.beans.propertyeditors.ClassEditor


Copyright © 2005-2007 Potix Corporation. All Rights Reserved.