Uses of Interface
com.iizigo.panel.wizards.IUICompCreator
Packages that use IUICompCreator
Package
Description
Uses of IUICompCreator in com.iizigo.panel.prop
Methods in com.iizigo.panel.prop that return IUICompCreatorModifier and TypeMethodDescriptionEUIButton.getCreator()
Retrieves the instance of the UI component creation interface.EUICheckBox.getCreator()
Retrieves the instance of the UI component creation interface.EUICheckedMenuItem.getCreator()
Retrieves the instance of the UI component creation interface.EUIComboBox.getCreator()
Retrieves the instance of the UI component creation interface.EUIContainer.getCreator()
Retrieves the instance of the UI component creation interface.EUIDateTime.getCreator()
Retrieves the instance of the UI component creation interface.EUILabel.getCreator()
Retrieves the instance of the UI component creation interface.EUIMenu.getCreator()
Retrieves the instance of the UI component creation interface.EUIMenuItem.getCreator()
Retrieves the instance of the UI component creation interface.EUIOutput.getCreator()
Retrieves the instance of the UI component creation interface.EUIRadioButton.getCreator()
Retrieves the instance of the UI component creation interface.EUIRadioMenuItem.getCreator()
Retrieves the instance of the UI component creation interface.EUISpinner.getCreator()
Retrieves the instance of the UI component creation interface.EUIText.getCreator()
Retrieves the instance of the UI component creation interface.EUITextArea.getCreator()
Retrieves the instance of the UI component creation interface.Uses of IUICompCreator in com.iizigo.panel.prop.creator
Classes in com.iizigo.panel.prop.creator that implement IUICompCreatorModifier and TypeClassDescriptionclass
NameVSFieldCreator<UICOMP extends UIComp>
The component name creator with it's VS Field.class
TextPromptCreator<UICOMP extends UIComp>
The label creator.class
The combobox creator with it's VS Field and table column for drop-down.class
The combobox creator with it's VS Field and table column for drop-down.class
The table column creator with it's VS Field and table column.class
The table creator with it's VS Field and table column.Uses of IUICompCreator in com.iizigo.panel.prop.table
Methods in com.iizigo.panel.prop.table that return IUICompCreatorModifier and TypeMethodDescriptionEUITable.getCreator()
Retrieves the instance of the UI component creation interface.EUITableColumn.getCreator()
Retrieves the instance of the UI component creation interface.Uses of IUICompCreator in com.iizigo.panel.wizards
Methods in com.iizigo.panel.wizards that return IUICompCreatorModifier and TypeMethodDescriptionIAddUICompProvider.getCreator()
Retrieves the instance of the UI component creation interface.