Package com.iizigo.panel.prop
Class EUIComboBox0
- java.lang.Object
- com.iizigo.panel.prop.EUIComp0
- com.iizigo.panel.prop.EUIComboBox0
- All Implemented Interfaces:
IPropCnrEditorProperties
public class EUIComboBox0 extends EUIComp0
Combobox component setup data.- Author:
- Christopher Mindus
Constructor Summary
Constructors Constructor Description EUIComboBox0()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PropCnrEditorProperties
getComponentEditProperties()
Gets the base property definitions for a component.PropCnrEditorProperties
getComponentEditProperties(PropCnr property)
Gets the base property definitions for a component.Methods inherited from class com.iizigo.panel.prop.EUIComp0
getEditProperties
Method Detail
getComponentEditProperties
public PropCnrEditorProperties getComponentEditProperties(PropCnr property)
Description copied from class:EUIComp0
Gets the base property definitions for a component.- Overrides:
getComponentEditProperties
in classEUIComp0
getComponentEditProperties
protected PropCnrEditorProperties getComponentEditProperties()
Description copied from class:EUIComp0
Gets the base property definitions for a component.- Specified by:
getComponentEditProperties
in classEUIComp0