@Dependent @Templated public class FieldPageView extends Object implements org.jboss.errai.ui.client.local.api.IsElement, FieldPage.View
| Constructor and Description |
|---|
FieldPageView(com.google.gwt.user.client.ui.ListBox fieldsList,
org.jboss.errai.common.client.dom.Div patternWarning,
org.jboss.errai.common.client.dom.Div info,
org.jboss.errai.ui.client.local.spi.TranslationService translationService) |
| Modifier and Type | Method and Description |
|---|---|
void |
addItem(String itemName,
String itemKey) |
void |
init(FieldPage page) |
void |
onFieldSelected(com.google.gwt.event.dom.client.ChangeEvent event) |
void |
selectField(String factField) |
void |
setupFieldList() |
void |
showPatternWarningWhenItIsNotDefined(boolean hasPattern) |
void |
showPredicateWarning() |
@Inject
public FieldPageView(com.google.gwt.user.client.ui.ListBox fieldsList,
org.jboss.errai.common.client.dom.Div patternWarning,
org.jboss.errai.common.client.dom.Div info,
org.jboss.errai.ui.client.local.spi.TranslationService translationService)
public void init(FieldPage page)
init in interface org.uberfire.client.mvp.UberElement<FieldPage>@EventHandler(value="fieldsList") public void onFieldSelected(com.google.gwt.event.dom.client.ChangeEvent event)
public void showPredicateWarning()
showPredicateWarning in interface FieldPage.Viewpublic void showPatternWarningWhenItIsNotDefined(boolean hasPattern)
showPatternWarningWhenItIsNotDefined in interface FieldPage.Viewpublic void setupFieldList()
setupFieldList in interface FieldPage.Viewpublic void selectField(String factField)
selectField in interface FieldPage.ViewCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.