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 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)