Uses of Class
com.iizigo.panel.prop.table.EUITableColumn
Packages that use EUITableColumn Package Description com.iizigo.panel.prop.creator com.iizigo.panel.prop.table Uses of EUITableColumn in com.iizigo.panel.prop.creator
Methods in com.iizigo.panel.prop.creator with parameters of type EUITableColumn Modifier and Type Method Description java.util.List<VSComponentCreation<?>>
UITableColumnCreator. getCreations(EUITableColumn uiComp, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo)
Gets the required VS component creations that are needed.void
UITableColumnCreator. onWizard(AddUICompWizard wizard, UIPanelBase panel, EUITableColumn uiComp)
Called to create required wizard pages.Uses of EUITableColumn in com.iizigo.panel.prop.table
Methods in com.iizigo.panel.prop.table that return EUITableColumn Modifier and Type Method Description EUITableColumn
EUITableColumn. clone()
Clone must be overridden.Methods in com.iizigo.panel.prop.table that return types with arguments of type EUITableColumn Modifier and Type Method Description IUICompCreator<EUITableColumn>
EUITableColumn. getCreator()
Retrieves the instance of the UI component creation interface.