Interface CreateEntity.View

  • All Superinterfaces:
    org.uberfire.client.mvp.HasPresenter<CreateEntity>, com.google.gwt.user.client.ui.IsWidget, org.uberfire.client.mvp.UberView<CreateEntity>
    All Known Implementing Classes:
    CreateEntityView
    Enclosing class:
    CreateEntity

    public static interface CreateEntity.View
    extends org.uberfire.client.mvp.UberView<CreateEntity>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void clear()  
      void setValidationState​(org.gwtbootstrap3.client.ui.constants.ValidationState state)  
      void show​(String legend, String placeholder)  
      • Methods inherited from interface org.uberfire.client.mvp.HasPresenter

        init
      • Methods inherited from interface com.google.gwt.user.client.ui.IsWidget

        asWidget
    • Method Detail

      • setValidationState

        void setValidationState​(org.gwtbootstrap3.client.ui.constants.ValidationState state)
      • clear

        void clear()