@Dependent @Templated public class OperatorPageView extends Object implements org.jboss.errai.ui.client.local.api.IsElement, OperatorPage.View
| Constructor and Description |
|---|
OperatorPageView(elemental2.dom.HTMLDivElement warning,
elemental2.dom.HTMLDivElement info,
elemental2.dom.HTMLDivElement operatorsContainer,
elemental2.dom.HTMLDivElement currentField,
elemental2.dom.HTMLDivElement currentFieldContainer,
org.jboss.errai.common.client.dom.elemental2.Elemental2DomUtil elemental2DomUtil) |
| Modifier and Type | Method and Description |
|---|---|
void |
currentFieldToggle(boolean isVisible) |
void |
hideOperatorWarning() |
void |
init(OperatorPage page) |
void |
setCurrentField(String currentField) |
void |
setupOperator(com.google.gwt.user.client.ui.IsWidget dropdown) |
void |
showFactFieldWarningWhenItIsNotDefined(boolean hasOperator) |
void |
showOperatorWarning() |
void |
showPredicateWarning() |
@Inject
public OperatorPageView(elemental2.dom.HTMLDivElement warning,
elemental2.dom.HTMLDivElement info,
elemental2.dom.HTMLDivElement operatorsContainer,
elemental2.dom.HTMLDivElement currentField,
elemental2.dom.HTMLDivElement currentFieldContainer,
org.jboss.errai.common.client.dom.elemental2.Elemental2DomUtil elemental2DomUtil)
public void init(OperatorPage page)
init in interface org.uberfire.client.mvp.HasPresenter<OperatorPage>public void showFactFieldWarningWhenItIsNotDefined(boolean hasOperator)
showFactFieldWarningWhenItIsNotDefined in interface OperatorPage.Viewpublic void showPredicateWarning()
showPredicateWarning in interface OperatorPage.Viewpublic void setupOperator(com.google.gwt.user.client.ui.IsWidget dropdown)
setupOperator in interface OperatorPage.Viewpublic void showOperatorWarning()
showOperatorWarning in interface OperatorPage.Viewpublic void hideOperatorWarning()
hideOperatorWarning in interface OperatorPage.Viewpublic void setCurrentField(String currentField)
setCurrentField in interface OperatorPage.Viewpublic void currentFieldToggle(boolean isVisible)
currentFieldToggle in interface OperatorPage.ViewCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.