Package com.reportmill.wizard
Class TablesGrouping
- java.lang.Object
 - 
- com.reportmill.wizard.Wizard
 - 
- com.reportmill.wizard.TablesBasic
 - 
- com.reportmill.wizard.TablesGrouping
 
 
 
 
- 
public class TablesGrouping extends TablesBasic
This wizard is just like TablesBasic, but with additional screens for:- Select Grouping Key - Select Grouping Details Keys
 
- 
- 
Constructor Summary
Constructors Constructor Description TablesGrouping()Creates a new TablesGrouping. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RMShape[]getFinishShapes()Returns an array of finish shapes.protected voidprepareFinishShapes()Does initialization prior to get finish shapes.- 
Methods inherited from class com.reportmill.wizard.TablesBasic
setMaxSelectedPanelIndex 
- 
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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
prepareFinishShapes
protected void prepareFinishShapes()
Does initialization prior to get finish shapes.- Overrides:
 prepareFinishShapesin classTablesBasic
 
- 
getFinishShapes
protected RMShape[] getFinishShapes()
Returns an array of finish shapes.- Overrides:
 getFinishShapesin classTablesBasic
 
 - 
 
 -