Package com.reportmill.wizard
Class WSListKey
java.lang.Object
com.reportmill.wizard.WizardScreen
com.reportmill.wizard.WSListKey
A wizard screen used to select a list key.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.reportmill.wizard.WizardScreengetWizard
- 
Constructor Details- 
WSListKeyCreates a new WSListKey.
 
- 
- 
Method Details- 
getListKeyReturns the List Key selected by this wizard screen.
- 
getFilterExpressionReturns the filter expression key entered by this wizard screen.
- 
getUIReturns the Swing UI panel for this wizard screen.- Overrides:
- getUIin class- WizardScreen
 
- 
resetUIpublic void resetUI()Update UI.- Overrides:
- resetUIin class- WizardScreen
 
- 
respondUIRespond to UI.- Overrides:
- respondUIin class- WizardScreen
 
 
-