Uses of Class
com.iizigo.panel.wizards.AddUICompWizard
Packages that use AddUICompWizard Package Description com.iizigo.panel.prop.creator com.iizigo.panel.wizards com.iizigo.vs.wizards Uses of AddUICompWizard in com.iizigo.panel.prop.creator
Methods in com.iizigo.panel.prop.creator with parameters of type AddUICompWizard Modifier and Type Method Description voidNameVSFieldCreator. onWizard(AddUICompWizard wizard, UIPanelBase panel, UICOMP uiComp)Called to create required wizard pages.voidTextPromptCreator. onWizard(AddUICompWizard wizard, UIPanelBase panel, UICOMP uiComp)Called to create required wizard pages.voidUIComboBoxCreator. onWizard(AddUICompWizard wizard, UIPanelBase panel, EUIComboBox uiComp)Called to create required wizard pages.voidUIContainerCreator. onWizard(AddUICompWizard wizard, UIPanelBase panel, EUIContainer uiComp)Called to create required wizard pages.voidUITableColumnCreator. onWizard(AddUICompWizard wizard, UIPanelBase panel, EUITableColumn uiComp)Called to create required wizard pages.voidUITableCreator. onWizard(AddUICompWizard wizard, UIPanelBase panel, EUITable uiComp)Called to create required wizard pages.Uses of AddUICompWizard in com.iizigo.panel.wizards
Methods in com.iizigo.panel.wizards with parameters of type AddUICompWizard Modifier and Type Method Description voidIUICompCreator. onWizard(AddUICompWizard wizard, UIPanelBase panel, UICOMP uiComp)Called to create required wizard pages.Uses of AddUICompWizard in com.iizigo.vs.wizards
Methods in com.iizigo.vs.wizards with parameters of type AddUICompWizard Modifier and Type Method Description voidVSActionCreation. onWizard(AddUICompWizard wizard)Called to create required wizard pages.voidVSColumnCreation. onWizard(AddUICompWizard wizard)Called to create required wizard pages.abstract voidVSComponentCreation. onWizard(AddUICompWizard wizard)Called to create required wizard pages.voidVSFieldCreation. onWizard(AddUICompWizard wizard)Called to create required wizard pages.voidVSTableCreation. onWizard(AddUICompWizard wizard)Called to create required wizard pages.