Class WSListKey


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

      Constructors 
      Constructor Description
      WSListKey​(Wizard aWizard)
      Creates a new WSListKey.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFilterExpression()
      Returns the filter expression key entered by this wizard screen.
      java.lang.String getListKey()
      Returns the List 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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WSListKey

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

      • getListKey

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

        public java.lang.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
      • respondUI

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