Interface OperatorPage.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<OperatorPage>,org.jboss.errai.common.client.api.IsElement,org.uberfire.client.mvp.UberElement<OperatorPage>
- All Known Implementing Classes:
OperatorPageView
- Enclosing class:
- OperatorPage
public static interface OperatorPage.View extends org.uberfire.client.mvp.UberElement<OperatorPage>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcurrentFieldToggle(boolean isVisible)voidhideOperatorWarning()voidsetCurrentField(String currentField)voidsetupOperator(com.google.gwt.user.client.ui.IsWidget dropdown)voidshowFactFieldWarningWhenItIsNotDefined(boolean hasOperator)voidshowOperatorWarning()voidshowPredicateWarning()
-
-
-
Method Detail
-
showFactFieldWarningWhenItIsNotDefined
void showFactFieldWarningWhenItIsNotDefined(boolean hasOperator)
-
showPredicateWarning
void showPredicateWarning()
-
setupOperator
void setupOperator(com.google.gwt.user.client.ui.IsWidget dropdown)
-
showOperatorWarning
void showOperatorWarning()
-
hideOperatorWarning
void hideOperatorWarning()
-
setCurrentField
void setCurrentField(String currentField)
-
currentFieldToggle
void currentFieldToggle(boolean isVisible)
-
-