EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.able
Interface Delegateable

All Known Subinterfaces:
AccessKeyable, Alignable, BackgroundImageable, Borderable, Heightable, Insetable, MouseCursorable, Positionable, Scrollable, Sizeable, Stretchable, ToolTipable, Widthable
All Known Implementing Classes:
AbleComponent, CarouselContainer, Clock, ContainerEx, DateField, Separator, SlidingMenu, TooltipContainer

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

getRenderProperty

Object getRenderProperty(String propertyName)
Retutns the rendered value of a property.

Parameters:
propertyName - - the named of as property as defined by this interface
Returns:
the rendered value of a property

getRenderProperty

Object getRenderProperty(String propertyName,
                         Object defaultValue)
Returns the rendered value of a property or a default value if its found to be null.

Parameters:
propertyName - - the named of as property as defined by this interface
defaultValue - - the default value if the property is null
Returns:
the rendered value of a property or a default value if its found to be null

EchoPoint API - 3.0.0b5
App Webcontainer