org.wings.template.propertymanagers
Class SAbstractButtonPropertyManager

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

public class SAbstractButtonPropertyManager
extends SAbstractIconTextCompoundPropertyManager

Author:
Armin Haaf

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

SAbstractButtonPropertyManager

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


wingS Swings ;-)