public class WizardWidget extends AbstractRepositoryManagerWidget implements RepositoryManagerWidget
| Modifier and Type | Field and Description |
|---|---|
protected int |
currentActiveStep |
protected org.gwtbootstrap3.client.ui.Alert |
errorLabel |
protected com.google.gwt.user.client.ui.FlowPanel |
innerWizardContentPanel |
protected int |
newActiveStep |
protected WizardState |
wizardState |
contentPanel, gridPanel, helpPanel, mainWidgetPanel| Modifier | Constructor and Description |
|---|---|
protected |
WizardWidget(List<WizardStepWidget> wizardStepWidgets,
WizardState wizardState,
String title) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterAdditionToRootPanel() |
void |
clear() |
void |
reload() |
protected void |
setActiveStep(int stepNumber) |
void |
setToken(String parentToken,
String rest) |
asWidgetprotected org.gwtbootstrap3.client.ui.Alert errorLabel
protected com.google.gwt.user.client.ui.FlowPanel innerWizardContentPanel
protected WizardState wizardState
protected int currentActiveStep
protected int newActiveStep
protected WizardWidget(List<WizardStepWidget> wizardStepWidgets, WizardState wizardState, String title)
protected void setActiveStep(int stepNumber)
public void clear()
clear in interface RepositoryManagerWidgetpublic void reload()
reload in interface RepositoryManagerWidgetpublic void setToken(String parentToken, String rest)
setToken in interface RepositoryManagerWidgetpublic void afterAdditionToRootPanel()
afterAdditionToRootPanel in interface RepositoryManagerWidgetCopyright © 2019. All rights reserved.