Searched refs:getCurrentStep (Results 1 – 7 of 7) sorted by relevance
210 super.enablefromStep(super.getCurrentStep() + 1, iscompleted(SOFIELDSFORMATPAGE)); in setcompleted()214 super.enablefromStep(super.getCurrentStep() + 1, false); in setcompleted()286 super.switchToStep(super.getCurrentStep(), SOFINALPAGE); in finishWizard()
601 enableNextButton(_iStep > getCurrentStep() + 1); in enablefromStep()605 enableNextButton(!(getCurrentStep() == nMaxStep)); in enablefromStep()708 public int getCurrentStep() in getCurrentStep() method in WizardDialog
284 int ncurStep = getCurrentStep(); in finishWizard()
265 int ncurStep = getCurrentStep(); in finishWizard()
357 final int ncurStep = getCurrentStep(); in finishWizard()
207 switchToStep(getCurrentStep(), getMaxStep()); in finishWizard()
249 switchToStep(getCurrentStep(), getMaxStep()); in finishWizard()
Completed in 47 milliseconds