org.wings.template.propertymanagers
Class SComponentPropertyManager

java.lang.Object
  extended by org.wings.template.propertymanagers.DefaultPropertyManager
      extended by org.wings.template.propertymanagers.SComponentPropertyManager
All Implemented Interfaces:
PropertyManager
Direct Known Subclasses:
SAbstractIconTextCompoundPropertyManager, SFileChooserPropertyManager, SLabelPropertyManager, SListPropertyManager, STablePropertyManager, STextAreaPropertyManager, STextFieldPropertyManager

public class SComponentPropertyManager
extends DefaultPropertyManager

Author:
Armin Haaf

Field Summary
 
Fields inherited from class org.wings.template.propertymanagers.DefaultPropertyManager
BEANSCRIPT_ENABLE, DEFAULT_PROPERTY_VALUE_CONVERTER, propertyValueConverters
 
Constructor Summary
SComponentPropertyManager()
           
 
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

SComponentPropertyManager

public SComponentPropertyManager()
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 DefaultPropertyManager
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 DefaultPropertyManager
Returns:
a Class[] value


wingS Swings ;-)