Package com.reportmill.wizard
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.
-
-
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 com.reportmill.wizard.WizardScreen
getWizard
-
-
-
-
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 classWizardScreen
-
resetUI
public void resetUI()
Update UI.- Overrides:
resetUI
in classWizardScreen
-
respondUI
public void respondUI(java.lang.Object anObj)
Respond to UI.- Overrides:
respondUI
in classWizardScreen
-
-