|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| 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 | |
|---|---|
Object |
getRenderProperty(String propertyName)
Retutns the rendered value of a property. |
Object |
getRenderProperty(String propertyName,
Object defaultValue)
Returns the rendered value of a property or a default value if its found to be null. |
| Method Detail |
|---|
Object getRenderProperty(String propertyName)
propertyName - -
the named of as property as defined by this interface
Object getRenderProperty(String propertyName,
Object defaultValue)
propertyName - -
the named of as property as defined by this interfacedefaultValue - -
the default value if the property is null
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||