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 Summary
Constructors Constructor Description WSGroupingKey(Wizard aWizard)
Creates a new WSListKey.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getGroupingKey()
Returns the grouping key selected by this wizard screen.RJPanel
getUI()
Returns the Swing UI panel for this wizard screen.void
resetUI()
Update UI.void
respondUI(java.lang.Object anObj)
Respond to UI.-
Methods inherited from class com.reportmill.wizard.WizardScreen
getWizard
-
-
-
-
Constructor Detail
-
WSGroupingKey
public WSGroupingKey(Wizard aWizard)
Creates a new WSListKey.
-
-
Method Detail
-
getGroupingKey
public java.lang.String getGroupingKey()
Returns the grouping key selected by this wizard screen.
-
getUI
public RJPanel getUI()
Returns the Swing UI panel for this wizard screen.- Overrides:
getUI
in classWizardScreen
-
resetUI
public void resetUI()
Update UI.- Overrides:
resetUI
in classWizardScreen
-
respondUI
public void respondUI(java.lang.Object anObj)
Respond to UI.- Overrides:
respondUI
in classWizardScreen
-
-