Interface CaseRolesPresenter.EditRoleAssignmentView

  • All Superinterfaces:
    org.uberfire.client.mvp.HasPresenter<CaseRolesPresenter>, org.jboss.errai.common.client.api.IsElement, com.google.gwt.user.client.TakesValue<org.jbpm.workbench.cm.model.CaseRoleAssignmentSummary>, org.uberfire.client.mvp.UberElement<CaseRolesPresenter>
    All Known Implementing Classes:
    EditRoleAssignmentViewImpl
    Enclosing class:
    CaseRolesPresenter

    public static interface CaseRolesPresenter.EditRoleAssignmentView
    extends org.uberfire.client.mvp.UberElement<CaseRolesPresenter>, com.google.gwt.user.client.TakesValue<org.jbpm.workbench.cm.model.CaseRoleAssignmentSummary>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void hide()  
      void setErrorState()  
      void show​(org.uberfire.mvp.Command command)  
      void showValidationError​(List<String> messages)  
      • Methods inherited from interface org.uberfire.client.mvp.HasPresenter

        init
      • Methods inherited from interface org.jboss.errai.common.client.api.IsElement

        getElement
      • Methods inherited from interface com.google.gwt.user.client.TakesValue

        getValue, setValue
    • Method Detail

      • show

        void show​(org.uberfire.mvp.Command command)
      • hide

        void hide()
      • setErrorState

        void setErrorState()
      • showValidationError

        void showValidationError​(List<String> messages)