|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Delegateable
Delegateable is an interface where
a something can act as a Delegate for a Component
and hence get and set properties into the Component.
| Method Summary | |
|---|---|
java.lang.Object |
getRenderProperty(java.lang.String propertyName)
Retutns the rendered value of a property. |
java.lang.Object |
getRenderProperty(java.lang.String propertyName,
java.lang.Object defaultValue)
Returns the rendered value of a property or a default value if its found to be null. |
| Method Detail |
|---|
java.lang.Object getRenderProperty(java.lang.String propertyName)
propertyName - -
the named of as property as defined by this interface
java.lang.Object getRenderProperty(java.lang.String propertyName,
java.lang.Object defaultValue)
propertyName - -
the named of as property as defined by this interfacedefaultValue - -
the default value if the property is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||