Package com.reportmill.wizard
Class WSGroupingKey
- java.lang.Object
- 
- com.reportmill.wizard.WizardScreen
- 
- com.reportmill.wizard.WSGroupingKey
 
 
- 
 public class WSGroupingKey extends WizardScreen A wizard screen used to select a grouping key.
- 
- 
Constructor SummaryConstructors Constructor Description WSGroupingKey(Wizard aWizard)Creates a new WSListKey.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetGroupingKey()Returns the grouping key selected by this wizard screen.RJPanelgetUI()Returns the Swing UI panel for this wizard screen.voidresetUI()Update UI.voidrespondUI(java.lang.Object anObj)Respond to UI.- 
Methods inherited from class com.reportmill.wizard.WizardScreengetWizard
 
- 
 
- 
- 
- 
Constructor Detail- 
WSGroupingKeypublic WSGroupingKey(Wizard aWizard) Creates a new WSListKey.
 
- 
 - 
Method Detail- 
getGroupingKeypublic java.lang.String getGroupingKey() Returns the grouping key selected by this wizard screen.
 - 
getUIpublic RJPanel getUI() Returns the Swing UI panel for this wizard screen.- Overrides:
- getUIin class- WizardScreen
 
 - 
resetUIpublic void resetUI() Update UI.- Overrides:
- resetUIin class- WizardScreen
 
 - 
respondUIpublic void respondUI(java.lang.Object anObj) Respond to UI.- Overrides:
- respondUIin class- WizardScreen
 
 
- 
 
-