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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFilterExpression()Returns the filter expression key entered by this wizard screen.java.lang.StringgetListKey()Returns the List Key selected by this wizard screen.RJPanelgetUI()Returns the Swing UI panel for this wizard screen.voidresetUI()Update UI.voidrespondUI(java.lang.Object anObj)Respond to UI.- 
Methods inherited from class com.reportmill.wizard.WizardScreengetWizard
 
- 
 
- 
- 
- 
Constructor Detail- 
WSListKeypublic WSListKey(Wizard aWizard) Creates a new WSListKey.
 
- 
 - 
Method Detail- 
getListKeypublic java.lang.String getListKey() Returns the List Key selected by this wizard screen.
 - 
getFilterExpressionpublic java.lang.String getFilterExpression() Returns the filter expression key entered by this wizard screen.
 - 
getUIpublic RJPanel getUI() Returns the Swing UI panel for this wizard screen.- Overrides:
- getUIin class- WizardScreen
 
 - 
resetUIpublic void resetUI() Update UI.- Overrides:
- resetUIin class- WizardScreen
 
 - 
respondUIpublic void respondUI(java.lang.Object anObj) Respond to UI.- Overrides:
- respondUIin class- WizardScreen
 
 
- 
 
-