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 void
NameVSFieldCreator. onWizard(AddUICompWizard wizard, UIPanelBase panel, UICOMP uiComp)
Called to create required wizard pages.void
TextPromptCreator. onWizard(AddUICompWizard wizard, UIPanelBase panel, UICOMP uiComp)
Called to create required wizard pages.void
UIComboBoxCreator. onWizard(AddUICompWizard wizard, UIPanelBase panel, EUIComboBox uiComp)
Called to create required wizard pages.void
UIContainerCreator. onWizard(AddUICompWizard wizard, UIPanelBase panel, EUIContainer uiComp)
Called to create required wizard pages.void
UITableColumnCreator. onWizard(AddUICompWizard wizard, UIPanelBase panel, EUITableColumn uiComp)
Called to create required wizard pages.void
UITableCreator. 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 void
IUICompCreator. 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 void
VSActionCreation. onWizard(AddUICompWizard wizard)
Called to create required wizard pages.void
VSColumnCreation. onWizard(AddUICompWizard wizard)
Called to create required wizard pages.abstract void
VSComponentCreation. onWizard(AddUICompWizard wizard)
Called to create required wizard pages.void
VSFieldCreation. onWizard(AddUICompWizard wizard)
Called to create required wizard pages.void
VSTableCreation. onWizard(AddUICompWizard wizard)
Called to create required wizard pages.