Class WSSortKeys

java.lang.Object
com.reportmill.wizard.WizardScreen
com.reportmill.wizard.WSSortKeys

public class WSSortKeys extends WizardScreen
A wizard screen used to select sort keys.
  • Constructor Details

    • WSSortKeys

      public WSSortKeys(Wizard aWizard)
      Creates a new WSHeaderNames.
  • Method Details

    • getSortKeys

      public List getSortKeys()
      Returns the sort keys list selected by this wizard screen.
    • addSortKey

      public void addSortKey(String aKey)
      Adds a sort key.
    • removeSort

      public void removeSort(Object anObj)
      Removes a sort key.
    • moveSortKey

      public void moveSortKey(int anIndex1, int anIndex2)
      Moves a sort key.
    • 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