Package com.reportmill.wizard
Class TablesBasic
java.lang.Object
com.reportmill.wizard.Wizard
com.reportmill.wizard.TablesBasic
- Direct Known Subclasses:
TablesGrouping
This wizard subclass is used to create a simple table.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected RMShape[]Returns an array of finish shapes.protected voidDoes initialization prior to get finish shapes.voidsetMaxSelectedPanelIndex(int anIndex) Override to do some initialization.Methods inherited from class com.reportmill.wizard.Wizard
addScreen, finish, getCategory, getDataSource, getDataSourceDefault, getDescription, getListKey, getMaxSelectedPanelIndex, getName, getPanel, getPanelCount, getPrettyName, getScreen, getSelectedPanel, getSelectedPanelIndex, getThumbnailImage, getWizard, removeScreen, resetUI, respondUI, setCategory, setListKey, setName, setSelectedPanelIndex
-
Constructor Details
-
TablesBasic
public TablesBasic()Creates a tables basic wizard.
-
-
Method Details
-
setMaxSelectedPanelIndex
public void setMaxSelectedPanelIndex(int anIndex) Override to do some initialization.- Overrides:
setMaxSelectedPanelIndexin classWizard
-
prepareFinishShapes
protected void prepareFinishShapes()Does initialization prior to get finish shapes.- Overrides:
prepareFinishShapesin classWizard
-
getFinishShapes
Returns an array of finish shapes.- Overrides:
getFinishShapesin classWizard
-