EchoPoint
2.1.0rc5

echopointng.able
Interface Delegateable

All Known Subinterfaces:
AccessKeyable, Alignable, BackgroundImageable, Borderable, Floatable, Heightable, Insetable, MouseCursorable, Positionable, Scrollable, Sizeable, Stretchable, ToolTipable, Widthable
All Known Implementing Classes:
AbleComponent, AbleProperties, AutoLookupTextFieldEx, BalloonHelp, ButtonEx, Calculator, CalculatorField, ColorChooser, ComboBox, ContainerEx, ContentPaneEx, DateChooser, DateField, DisplayLayoutData, DropDown, EditableLabelEx, ExpandableSection, GroupBox, HttpPaneEx, ImageIcon, ImageMap, LabelEx, ListSection, LiveTable, Menu, MenuBar, MenuButton, MenuItem, NativeWindow, PageableSortableTable, PasswordFieldEx, PopUp, ProgressBar, PushButton, RichTextArea, ScrollableDisplayLayoutData, Separator, Slider, SortableTable, StackedPaneEx, Strut, TabbedPane, TableEx, TemplatePanel, TextFieldEx, TitleBar, Tree, TreeTable

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
2.1.0rc5