@Dependent
public class NewGuidedDecisionTableColumnWizard
extends org.uberfire.ext.widgets.core.client.wizards.AbstractWizard
| Constructor and Description |
|---|
NewGuidedDecisionTableColumnWizard(org.uberfire.ext.widgets.core.client.wizards.WizardView view,
SummaryPage summaryPage,
org.jboss.errai.ui.client.local.spi.TranslationService translationService) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
complete() |
List<org.uberfire.ext.widgets.core.client.wizards.WizardPage> |
getPages() |
com.google.gwt.user.client.ui.Widget |
getPageWidget(int pageNumber) |
int |
getPreferredHeight() |
int |
getPreferredWidth() |
GuidedDecisionTableView.Presenter |
getPresenter() |
String |
getTitle() |
void |
goTo(int index) |
void |
init(GuidedDecisionTableView.Presenter presenter) |
void |
isComplete(org.uberfire.client.callbacks.Callback<Boolean> callback) |
void |
setFinishCommand(Supplier<Boolean> finishCommand) |
void |
setOnCloseCallback(org.uberfire.mvp.Command onCloseCallback) |
void |
setPages(List<org.uberfire.ext.widgets.core.client.wizards.WizardPage> pages) |
void |
setTitle(String title) |
void |
start() |
void |
start(DecisionTableColumnPlugin plugin) |
@Inject
public NewGuidedDecisionTableColumnWizard(org.uberfire.ext.widgets.core.client.wizards.WizardView view,
SummaryPage summaryPage,
org.jboss.errai.ui.client.local.spi.TranslationService translationService)
public String getTitle()
public void setTitle(String title)
public List<org.uberfire.ext.widgets.core.client.wizards.WizardPage> getPages()
public void setPages(List<org.uberfire.ext.widgets.core.client.wizards.WizardPage> pages)
public com.google.gwt.user.client.ui.Widget getPageWidget(int pageNumber)
public int getPreferredHeight()
public int getPreferredWidth()
public void isComplete(org.uberfire.client.callbacks.Callback<Boolean> callback)
public void start()
start in interface org.uberfire.ext.widgets.core.client.wizards.Wizardstart in class org.uberfire.ext.widgets.core.client.wizards.AbstractWizardpublic void start(DecisionTableColumnPlugin plugin)
public void complete()
complete in interface org.uberfire.ext.widgets.core.client.wizards.Wizardcomplete in class org.uberfire.ext.widgets.core.client.wizards.AbstractWizardpublic void close()
close in interface org.uberfire.ext.widgets.core.client.wizards.Wizardclose in class org.uberfire.ext.widgets.core.client.wizards.AbstractWizardpublic void goTo(int index)
public void init(GuidedDecisionTableView.Presenter presenter)
public void setOnCloseCallback(org.uberfire.mvp.Command onCloseCallback)
public GuidedDecisionTableView.Presenter getPresenter()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.