当前页面: 
在线文档首页 > 
JBoss Seam  1.0.0 API 英文版文档
SetPropertyEditor (JBoss Seam API Documentation) - JBoss Seam  1.0.0 API 英文版文档
org.jboss.seam.util
Class SetPropertyEditor
java.lang.Object
   java.beans.PropertyEditorSupport
java.beans.PropertyEditorSupport
       org.jboss.seam.util.SetPropertyEditor
org.jboss.seam.util.SetPropertyEditor
- All Implemented Interfaces: 
- PropertyEditor
- public class SetPropertyEditor 
- extends PropertyEditorSupport
Property editor for Sets of Strings.
- Author:
- Shane Bryzak
 
 
| 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 | 
 
SetPropertyEditor
public SetPropertyEditor()
setAsText
public void setAsText(String text)
               throws IllegalArgumentException
- 
- Specified by:
- setAsTextin interface- PropertyEditor
- Overrides:
- setAsTextin class- PropertyEditorSupport
 
- 
- Throws:
- IllegalArgumentException
 
getAsText
public String getAsText()
- 
- Specified by:
- getAsTextin interface- PropertyEditor
- Overrides:
- getAsTextin class- PropertyEditorSupport
 
-