Class RemoveSlotsWizard
java.lang.Object
overit.geocallapp.wfm.project.ux.wizard.RemoveSlotsWizard
- All Implemented Interfaces:
overit.geocallapp.wfm.ui.wizard.Wizard
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected static final intprotected static final intList of all steps used in the wizardprotected WindowManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcancel()Abort the wizard process popping all the wizard windowsprotected voidclose(boolean isCompleted) protected overit.geocallapp.wfm.ui.wizard.WizardStepContainerbooleanSays if the wizard is completed or notprotected booleanisWizardStepPage(ArrayList<Component> childrenComponents) voidnextStep()Define the next wizard step and push the relative windowvoidprevStep()Pop the current window to return to the previous wizard step.protected voidPush the Operation Plan wizard step windowprotected voidMethod called at the end of the wizard.voidsetInitialOpPlanning(List<OperationPlanning> initialOperationPlanning) voidsetSelectedOpPlanning(List<OperationPlanning> selectedOperationPlanning) voidstart(List<OperationPlanning> operationPlanning, WindowManager wm) Starting point of the wizard
-
Field Details
-
wm
-
STEP_START
protected static final int STEP_STARTList of all steps used in the wizard- See Also:
-
STEP_SLOT_SELECTION
protected static final int STEP_SLOT_SELECTION- See Also:
-
currentStep
protected int currentStep
-
-
Constructor Details
-
RemoveSlotsWizard
public RemoveSlotsWizard()
-
-
Method Details
-
getInitialOpPlanning
-
setInitialOpPlanning
-
getSelectedOpPlanning
-
setSelectedOpPlanning
-
nextStep
Define the next wizard step and push the relative window- Specified by:
nextStepin interfaceoverit.geocallapp.wfm.ui.wizard.Wizard- Throws:
DAExceptionDAValidateException
-
prevStep
Pop the current window to return to the previous wizard step.- Specified by:
prevStepin interfaceoverit.geocallapp.wfm.ui.wizard.Wizard- Throws:
DAExceptionDAValidateException
-
isCompleted
public boolean isCompleted()Description copied from interface:overit.geocallapp.wfm.ui.wizard.WizardSays if the wizard is completed or not- Specified by:
isCompletedin interfaceoverit.geocallapp.wfm.ui.wizard.Wizard
-
start
public void start(List<OperationPlanning> operationPlanning, WindowManager wm) throws DAException, DAValidateException Starting point of the wizard- Throws:
DAExceptionDAValidateException
-
pushPlanSlotSelectionStep
protected void pushPlanSlotSelectionStep()Push the Operation Plan wizard step window -
getWizardStepContainer
-
removeSlots
Method called at the end of the wizard. Launch saving event- Throws:
DAExceptionDAValidateException
-
cancel
Abort the wizard process popping all the wizard windows- Specified by:
cancelin interfaceoverit.geocallapp.wfm.ui.wizard.Wizard- Throws:
DAExceptionDAValidateException
-
close
protected void close(boolean isCompleted) -
isWizardStepPage
-