Package com.iizigo.panel.prop.creator
Class UIContainerCreator
java.lang.Object
com.iizigo.panel.prop.creator.UIContainerCreator
- All Implemented Interfaces:
- IUICompCreator<EUIContainer>
The combobox creator with it's VS Field and table column for drop-down.
- Author:
- Christopher Mindus
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- getImage()Gets the large image to use, relative the "icons/large" directory.- void- onWizard- (AddUICompWizard wizard, UIPanelBase panel, EUIContainer uiComp) Called to create required wizard pages.- Methods inherited from class java.lang.Object- clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait- Methods inherited from interface com.iizigo.panel.wizards.IUICompCreator- getCreations, isVirtualSpaceRequired, performFinish, performSilent
- Constructor Details- UIContainerCreatorpublic UIContainerCreator()
 
- Method Details- getImageGets the large image to use, relative the "icons/large" directory.- Specified by:
- getImagein interface- IUICompCreator<EUIContainer>
 
- onWizardCalled to create required wizard pages.- Specified by:
- onWizardin interface- IUICompCreator<EUIContainer>
- Parameters:
- wizard- The wizard.
- panel- The panel for the component(s).
- uiComp- The component created.