Uses of Interface
com.iizigo.panel.wizards.IUICompCreator
Packages that use IUICompCreator Package Description com.iizigo.panel.prop com.iizigo.panel.prop.creator com.iizigo.panel.prop.table com.iizigo.panel.wizards Uses of IUICompCreator in com.iizigo.panel.prop
Methods in com.iizigo.panel.prop that return IUICompCreator Modifier and Type Method Description IUICompCreator<EUIButton>
EUIButton. getCreator()
Retrieves the instance of the UI component creation interface.IUICompCreator<EUICheckBox>
EUICheckBox. getCreator()
Retrieves the instance of the UI component creation interface.IUICompCreator<EUICheckedMenuItem>
EUICheckedMenuItem. getCreator()
Retrieves the instance of the UI component creation interface.IUICompCreator<EUIComboBox>
EUIComboBox. getCreator()
Retrieves the instance of the UI component creation interface.IUICompCreator<EUIContainer>
EUIContainer. getCreator()
Retrieves the instance of the UI component creation interface.IUICompCreator<EUIDateTime>
EUIDateTime. getCreator()
Retrieves the instance of the UI component creation interface.IUICompCreator<EUILabel>
EUILabel. getCreator()
Retrieves the instance of the UI component creation interface.IUICompCreator<EUIMenu>
EUIMenu. getCreator()
Retrieves the instance of the UI component creation interface.IUICompCreator<EUIMenuItem>
EUIMenuItem. getCreator()
Retrieves the instance of the UI component creation interface.IUICompCreator<EUIOutput>
EUIOutput. getCreator()
Retrieves the instance of the UI component creation interface.IUICompCreator<EUIRadioButton>
EUIRadioButton. getCreator()
Retrieves the instance of the UI component creation interface.IUICompCreator<EUIRadioMenuItem>
EUIRadioMenuItem. getCreator()
Retrieves the instance of the UI component creation interface.IUICompCreator<EUISpinner>
EUISpinner. getCreator()
Retrieves the instance of the UI component creation interface.IUICompCreator<EUIText>
EUIText. getCreator()
Retrieves the instance of the UI component creation interface.IUICompCreator<EUITextArea>
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 IUICompCreator Modifier and Type Class Description class
NameVSFieldCreator<UICOMP extends UIComp>
The component name creator with it's VS Field.class
TextPromptCreator<UICOMP extends UIComp>
The label creator.class
UIComboBoxCreator
The combobox creator with it's VS Field and table column for drop-down.class
UIContainerCreator
The combobox creator with it's VS Field and table column for drop-down.class
UITableColumnCreator
The table column creator with it's VS Field and table column.class
UITableCreator
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 IUICompCreator Modifier and Type Method Description IUICompCreator<EUITable>
EUITable. getCreator()
Retrieves the instance of the UI component creation interface.IUICompCreator<EUITableColumn>
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 IUICompCreator Modifier and Type Method Description IUICompCreator<UICOMP>
IAddUICompProvider. getCreator()
Retrieves the instance of the UI component creation interface.