echopoint.template.propertymgr
Class LabelPropertyManager
java.lang.Object
echopoint.template.propertymgr.ComponentPropertyManager
echopoint.template.propertymgr.LabelPropertyManager
- All Implemented Interfaces:
- PropertyManager, java.io.Serializable
public class LabelPropertyManager
- extends ComponentPropertyManager
A property handler for Labels
It handles the following properties :
- TEXT - the text of the label
- ICON - the uri to the label's icon
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 |
LabelPropertyManager
public LabelPropertyManager()
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 ComponentPropertyManager
setProperty
public void setProperty(Component comp,
java.lang.String name,
java.lang.Object value)
- Overrides:
setProperty
in class ComponentPropertyManager