Class WSListKey

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

public class WSListKey extends WizardScreen
A wizard screen used to select a list key.
  • Constructor Details

    • WSListKey

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

    • getListKey

      public String getListKey()
      Returns the List Key selected by this wizard screen.
    • getFilterExpression

      public String getFilterExpression()
      Returns the filter expression key entered 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