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 SummaryConstructors Constructor Description TablesGrouping()Creates a new TablesGrouping.
 - 
Method SummaryAll 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.TablesBasicsetMaxSelectedPanelIndex
 - 
Methods inherited from class com.reportmill.wizard.WizardaddScreen, 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- 
prepareFinishShapesprotected void prepareFinishShapes() Does initialization prior to get finish shapes.- Overrides:
- prepareFinishShapesin class- TablesBasic
 
 - 
getFinishShapesprotected RMShape[] getFinishShapes() Returns an array of finish shapes.- Overrides:
- getFinishShapesin class- TablesBasic
 
 
- 
 
-