org.wings.template.propertymanagers
Class SLabelPropertyManager

java.lang.Object
  extended by org.wings.template.propertymanagers.DefaultPropertyManager
      extended by org.wings.template.propertymanagers.SComponentPropertyManager
          extended by org.wings.template.propertymanagers.SLabelPropertyManager
All Implemented Interfaces:
PropertyManager

public class SLabelPropertyManager
extends SComponentPropertyManager

Author:
Armin Haaf

Field Summary
 
Fields inherited from class org.wings.template.propertymanagers.DefaultPropertyManager
BEANSCRIPT_ENABLE, DEFAULT_PROPERTY_VALUE_CONVERTER, propertyValueConverters
 
Constructor Summary
SLabelPropertyManager()
           
 
Method Summary
 Class[] getSupportedClasses()
          Describe getSupportedClasses method here.
 void setProperty(SComponent comp, String name, String value)
          Describe setProperty method here.
 
Methods inherited from class org.wings.template.propertymanagers.DefaultPropertyManager
addPropertyValueConverter, createInterpreter, getValueConverter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SLabelPropertyManager

public SLabelPropertyManager()
Method Detail

setProperty

public void setProperty(SComponent comp,
                        String name,
                        String value)
Description copied from interface: PropertyManager
Describe setProperty method here.

Specified by:
setProperty in interface PropertyManager
Overrides:
setProperty in class SComponentPropertyManager
Parameters:
comp - a SComponent value
name - a String value
value - a String value

getSupportedClasses

public Class[] getSupportedClasses()
Description copied from interface: PropertyManager
Describe getSupportedClasses method here.

Specified by:
getSupportedClasses in interface PropertyManager
Overrides:
getSupportedClasses in class SComponentPropertyManager
Returns:
a Class[] value


wingS Swings ;-)