Interface PhaseConfigFormView

  • All Superinterfaces:
    com.google.gwt.user.client.ui.IsWidget
    All Known Implementing Classes:
    PhaseConfigFormViewImpl

    public interface PhaseConfigFormView
    extends com.google.gwt.user.client.ui.IsWidget
    • Method Detail

      • addConstructionHeuristic

        void addConstructionHeuristic​(org.jboss.errai.common.client.dom.HTMLElement element)
      • removeConstructionHeuristic

        void removeConstructionHeuristic​(org.jboss.errai.common.client.dom.HTMLElement element)
      • addLocalSearch

        void addLocalSearch​(org.jboss.errai.common.client.dom.HTMLElement element)
      • removeLocalSearch

        void removeLocalSearch​(org.jboss.errai.common.client.dom.HTMLElement element)
      • displayEmptyPhaseConfigurationLabel

        void displayEmptyPhaseConfigurationLabel​(boolean visible)