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 Details

    • WSGroupingKey

      public WSGroupingKey(Wizard aWizard)
      Creates a new WSListKey.
  • Method Details

    • getGroupingKey

      public 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 class WizardScreen
    • resetUI

      public void resetUI()
      Update UI.
      Overrides:
      resetUI in class WizardScreen
    • respondUI

      public void respondUI(Object anObj)
      Respond to UI.
      Overrides:
      respondUI in class WizardScreen