Uses of Interface
com.iizigo.panel.wizards.IUICompCreator
Package
Description
Uses of IUICompCreator in com.iizigo.panel.prop
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionIAddUICompProvider.getCreator()
Retrieves the instance of the UI component creation interface.