wt.clients.beans
Class PrincipalSelectionPanelLabelModeEditor

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

public class PrincipalSelectionPanelLabelModeEditor
extends PropertyEditorSupport

This is a PropertyEditor for the "viewMode" property of the PrincipalSelectionPanel.

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
PrincipalSelectionPanelLabelModeEditor()
           
 
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

PrincipalSelectionPanelLabelModeEditor

public PrincipalSelectionPanelLabelModeEditor()
Method Detail

getAsText

public String getAsText()

setAsText

public void setAsText(String s)

getTags

public String[] getTags()

getJavaInitializationString

public String getJavaInitializationString()