wt.clients.beans
Class AttributesFormModeEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended bywt.clients.beans.AttributesFormModeEditor
All Implemented Interfaces:
PropertyEditor

public class AttributesFormModeEditor
extends PropertyEditorSupport

This is a PropertyEditor for the "Mode" property of the AttributesForm.

This class is only intended for use by builder tools.

Supported API: false

Extendable: false


Field Summary
private static String[] modes
           
 
Fields inherited from class java.beans.PropertyEditorSupport
 
Constructor Summary
AttributesFormModeEditor()
           
 
Method Summary
 String getAsText()
           
 String getJavaInitializationString()
           
 String[] getTags()
           
 void setAsText(String s)
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getValue, isPaintable, paintValue, removePropertyChangeListener, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

modes

private static final String[] modes
Constructor Detail

AttributesFormModeEditor

public AttributesFormModeEditor()
Method Detail

getAsText

public String getAsText()

setAsText

public void setAsText(String s)

getTags

public String[] getTags()

getJavaInitializationString

public String getJavaInitializationString()