de.beamertool.admin.wizard.steps
Class Step1Descriptor
java.lang.Object
de.beamertool.admin.wizard.WizardPanelDescriptor
de.beamertool.admin.wizard.steps.Step1Descriptor
public class Step1Descriptor
- extends WizardPanelDescriptor
- Author:
- ocm-zeeman
|
Method Summary |
Object |
getBackPanelDescriptor()
Override this class to provide the Object-based identifier of the panel
that the user should traverse to when the Back button is pressed. |
Object |
getNextPanelDescriptor()
Override this class to provide the Object-based identifier of the panel
that the user should traverse to when the Next button is pressed. |
IDENTIFIER
public static final String IDENTIFIER
- See Also:
- Constant Field Values
Step1Descriptor
public Step1Descriptor()
getNextPanelDescriptor
public Object getNextPanelDescriptor()
- Description copied from class:
WizardPanelDescriptor
- Override this class to provide the Object-based identifier of the panel
that the user should traverse to when the Next button is pressed. Note
that this method is only called when the button is actually pressed, so
that the panel can change the next panel's identifier dynamically at
runtime if necessary. Return null if the button should be disabled.
Return FinishIdentfier if the button text should change to 'Finish' and
the dialog should end.
- Overrides:
getNextPanelDescriptor in class WizardPanelDescriptor
- Returns:
- Object-based identifier.
getBackPanelDescriptor
public Object getBackPanelDescriptor()
- Description copied from class:
WizardPanelDescriptor
- Override this class to provide the Object-based identifier of the panel
that the user should traverse to when the Back button is pressed. Note
that this method is only called when the button is actually pressed, so
that the panel can change the previous panel's identifier dynamically at
runtime if necessary. Return null if the button should be disabled.
- Overrides:
getBackPanelDescriptor in class WizardPanelDescriptor
- Returns:
- Object-based identifier