echopoint.template.propertymgr
Class TextAreaPropertyManager
java.lang.Object
echopoint.template.propertymgr.ComponentPropertyManager
echopoint.template.propertymgr.TextComponentPropertyManager
echopoint.template.propertymgr.TextAreaPropertyManager
- All Implemented Interfaces:
- PropertyManager, java.io.Serializable
public class TextAreaPropertyManager
- extends TextComponentPropertyManager
A property handler for TextAreas.
It handles the following properties :
- COLS - the number of columns in the text area.
- ROWS - the number of rows in the text area.
Note that attribute names are NOT case sensitive in the template source.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextAreaPropertyManager
public TextAreaPropertyManager()
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(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)