|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.beans.PropertyEditorSupport
atg.svc.repository.beans.FieldDefinitionIndexingEditor
public class FieldDefinitionIndexingEditor
This is the PropertyEditor for the FieldDefinitionIndexing
class. That class provides access to instances that represent various String "tag" values. This PropertyEditor allows the application to supply one of those String "tag" values to the setAsText(java.lang.String)
method and retrieve the corresponding FieldDefinitionIndexing
by calling PropertyEditorSupport.getValue()
. The full list of allowed "tag" values can be obtained by calling getTags()
.
Constructor Summary | |
---|---|
FieldDefinitionIndexingEditor()
|
Method Summary | |
---|---|
java.lang.String[] |
getTags()
|
void |
setAsText(java.lang.String text)
|
Methods inherited from class java.beans.PropertyEditorSupport |
---|
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, 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 |
---|
public FieldDefinitionIndexingEditor()
Method Detail |
---|
public java.lang.String[] getTags()
getTags
in interface java.beans.PropertyEditor
getTags
in class java.beans.PropertyEditorSupport
public void setAsText(java.lang.String text)
setAsText
in interface java.beans.PropertyEditor
setAsText
in class java.beans.PropertyEditorSupport
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |