@Dependent public class SummaryPage extends BaseDecisionTableColumnPage
Modifier and Type | Class and Description |
---|---|
static interface |
SummaryPage.View |
plugin, presenter, wizard
Constructor and Description |
---|
SummaryPage(org.jboss.errai.ioc.client.api.ManagedInstance<DecisionTableColumnPlugin> pluginManagedInstance,
SummaryPage.View view,
org.jboss.errai.ui.client.local.spi.TranslationService translationService) |
Modifier and Type | Method and Description |
---|---|
String |
getTitle() |
protected org.uberfire.client.mvp.UberElement<?> |
getView() |
void |
isComplete(org.uberfire.client.callbacks.Callback<Boolean> callback) |
void |
loadPlugins() |
void |
prepareView() |
asWidget, init, initialise, plugin, setPlugin, translate
@Inject public SummaryPage(org.jboss.errai.ioc.client.api.ManagedInstance<DecisionTableColumnPlugin> pluginManagedInstance, SummaryPage.View view, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
public String getTitle()
public void isComplete(org.uberfire.client.callbacks.Callback<Boolean> callback)
public void prepareView()
protected org.uberfire.client.mvp.UberElement<?> getView()
getView
in class BaseDecisionTableColumnPage
@PostConstruct public void loadPlugins()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.