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