Class WSDetailKeys


  • public class WSDetailKeys
    extends WizardScreen
    A wizard screen used to select a detail keys.
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addDetailKey​(java.lang.String aKey)
      Adds a detail key.
      java.util.List getDetailKeys()
      Returns the detail keys list selected by this wizard screen.
      boolean getShowRowNumbers()
      Returns whether details row should show row numbers.
      RJPanel getUI()
      Returns the Swing UI panel for this wizard screen.
      void moveDetailKey​(int anIndex1, int anIndex2)
      Moves a detail key.
      void removeDetailKey​(java.lang.String aKey)
      Removes a detail key.
      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

      • WSDetailKeys

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

      • getDetailKeys

        public java.util.List getDetailKeys()
        Returns the detail keys list selected by this wizard screen.
      • addDetailKey

        public void addDetailKey​(java.lang.String aKey)
        Adds a detail key.
      • removeDetailKey

        public void removeDetailKey​(java.lang.String aKey)
        Removes a detail key.
      • moveDetailKey

        public void moveDetailKey​(int anIndex1,
                                  int anIndex2)
        Moves a detail key.
      • getShowRowNumbers

        public boolean getShowRowNumbers()
        Returns whether details row should show row numbers.
      • 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