Package com.iizigo.panel.prop
Class EUIComp0
- java.lang.Object
- com.iizigo.panel.prop.EUIComp0
- All Implemented Interfaces:
IPropCnrEditorProperties
- Direct Known Subclasses:
EMList0,EMUIHeading0,EMUISimpleDialog0,EMUISimpleListItem0,EMUISwitch0,EMUITabBar0,EUIAccordion0,EUIButton0,EUICalendar0,EUICalendarList0,EUIChart0,EUICheckBox0,EUIComboBox0,EUIContainer0,EUIDateTime0,EUIDialog0,EUIEmpty0,EUIGauge0,EUIImage0,EUIImage20,EUILabel0,EUIMap0,EUIMedia0,EUIMenuBar0,EUIOutput0,EUIPanel0,EUIPanelPart0,EUIPanelPartCnr0,EUIProgress0,EUIRadioButton0,EUISlider0,EUISpinner0,EUISwapContainer0,EUITabContainer0,EUITable0,EUITableColumn0,EUIText0,EUITextArea0,EUITitlePane0
public abstract class EUIComp0 extends java.lang.Object implements IPropCnrEditorProperties
Base class for the setup of the property editor of the component.- Author:
- Christopher Mindus
Constructor Summary
Constructors Constructor Description EUIComp0()
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract PropCnrEditorPropertiesgetComponentEditProperties()Gets the base property definitions for a component.protected PropCnrEditorPropertiesgetComponentEditProperties(PropCnr property)Gets the base property definitions for a component.PropCnrEditorPropertiesgetEditProperties(PropCnr property)Gets the property definitions for a component, checking the layout manager, etc, for additional data in setup.
Method Detail
getComponentEditProperties
protected abstract PropCnrEditorProperties getComponentEditProperties()
Gets the base property definitions for a component.
getComponentEditProperties
protected PropCnrEditorProperties getComponentEditProperties(PropCnr property)
Gets the base property definitions for a component.
getEditProperties
public PropCnrEditorProperties getEditProperties(PropCnr property)
Gets the property definitions for a component, checking the layout manager, etc, for additional data in setup.- Specified by:
getEditPropertiesin interfaceIPropCnrEditorProperties