Uses of Class
com.iizigo.panel.prop.EUIContainer
Packages that use EUIContainer Package Description com.iizigo.panel.prop com.iizigo.panel.prop.creator Uses of EUIContainer in com.iizigo.panel.prop
Methods in com.iizigo.panel.prop that return EUIContainer Modifier and Type Method Description EUIContainer
EUIContainer. clone()
Clone must be overridden.Methods in com.iizigo.panel.prop that return types with arguments of type EUIContainer Modifier and Type Method Description IUICompCreator<EUIContainer>
EUIContainer. getCreator()
Retrieves the instance of the UI component creation interface.Uses of EUIContainer in com.iizigo.panel.prop.creator
Methods in com.iizigo.panel.prop.creator with parameters of type EUIContainer Modifier and Type Method Description void
UIContainerCreator. onWizard(AddUICompWizard wizard, UIPanelBase panel, EUIContainer uiComp)
Called to create required wizard pages.