EchoPoint
1.0

echopoint.template.propertymgr
Class TextFieldPropertyManager

java.lang.Object
  extended byechopoint.template.propertymgr.ComponentPropertyManager
      extended byechopoint.template.propertymgr.TextComponentPropertyManager
          extended byechopoint.template.propertymgr.TextFieldPropertyManager
All Implemented Interfaces:
PropertyManager, java.io.Serializable

public class TextFieldPropertyManager
extends TextComponentPropertyManager

A property handler for TextFields.

It handles the following properties :

Note that attribute names are NOT case sensitive in the template source.

See Also:
Serialized Form

Constructor Summary
TextFieldPropertyManager()
           
 
Method Summary
 java.lang.Class[] getSupportedClasses()
          called to get a list of supported classes
 void setProperty(nextapp.echo.Component comp, java.lang.String name, java.lang.Object value)
           
 
Methods inherited from class echopoint.template.propertymgr.ComponentPropertyManager
parseColor, parseFont, parseInt, setComponentProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextFieldPropertyManager

public TextFieldPropertyManager()
Method Detail

getSupportedClasses

public java.lang.Class[] getSupportedClasses()
Description copied from interface: PropertyManager
called to get a list of supported classes

Specified by:
getSupportedClasses in interface PropertyManager
Overrides:
getSupportedClasses in class TextComponentPropertyManager
See Also:
PropertyManager.getSupportedClasses()

setProperty

public void setProperty(nextapp.echo.Component comp,
                        java.lang.String name,
                        java.lang.Object value)
Overrides:
setProperty in class TextComponentPropertyManager
See Also:
ComponentPropertyManager.setProperty(nextapp.echo.Component, java.lang.String, java.lang.Object)

EchoPoint
1.0