Package com.iizigo.panel.prop
Class EUISlider0
- java.lang.Object
- com.iizigo.panel.prop.EUIComp0
- com.iizigo.panel.prop.EUISlider0
- All Implemented Interfaces:
IPropCnrEditorProperties
public class EUISlider0 extends EUIComp0
Slider component setup data.- Author:
- Christopher Mindus
Constructor Summary
Constructors Constructor Description EUISlider0()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PropCnrEditorPropertiesgetComponentEditProperties()Gets the base property definitions for a component.PropCnrEditorPropertiesgetComponentEditProperties(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:EUIComp0Gets the base property definitions for a component.- Overrides:
getComponentEditPropertiesin classEUIComp0
getComponentEditProperties
protected PropCnrEditorProperties getComponentEditProperties()
Description copied from class:EUIComp0Gets the base property definitions for a component.- Specified by:
getComponentEditPropertiesin classEUIComp0