当前页面: 
在线文档首页 > 
JBoss Seam  1.0.1 API 英文版文档
StringArrayPropertyEditor (JBoss Seam API Documentation) - JBoss Seam  1.0.1 API 英文版文档
org.jboss.seam.util
Class StringArrayPropertyEditor
java.lang.Object
   java.beans.PropertyEditorSupport
java.beans.PropertyEditorSupport
       org.jboss.seam.util.StringArrayPropertyEditor
org.jboss.seam.util.StringArrayPropertyEditor
- All Implemented Interfaces: 
- PropertyEditor
- public class StringArrayPropertyEditor 
- extends PropertyEditorSupport
PropertyEditor for String array valued properties
- Author:
- Gavin King
 
 
| 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 | 
 
StringArrayPropertyEditor
public StringArrayPropertyEditor()
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
 
-