Interface TaskExecutionFormView

All Superinterfaces:
BaseFormView<Form>, FormView, Serializable, View
All Known Implementing Classes:
TaskExecutionFormViewImpl

public interface TaskExecutionFormView extends FormView
  • Method Details

    • getButtonRollback

      Button getButtonRollback()
    • getButtonSaveAndCompleteTask

      Button getButtonSaveAndCompleteTask()
    • getButtonSave

      Button getButtonSave()
    • getButtonUpdateHistoricTask

      Button getButtonUpdateHistoricTask()
    • getButtonTaskChangeLog

      Button getButtonTaskChangeLog()
    • getButtonCancel

      Button getButtonCancel()
    • getMoreOptionsMenuBar

      MenuBar getMoreOptionsMenuBar()
    • getButtonAttachments

      MenuBar.MenuItem getButtonAttachments()
    • getButtonNotifications

      MenuBar.MenuItem getButtonNotifications()
    • getButtonNotes

      MenuBar.MenuItem getButtonNotes()
    • getMoreOptionsItem

      MenuBar.MenuItem getMoreOptionsItem()
    • getProcessData

      ProcessData getProcessData()
    • setProcessData

      void setProcessData(ProcessData processData)
    • getNotesPresenter

      EmbeddedNotesPresenter getNotesPresenter()
    • getAttachmentsPresenter

      EmbeddedAttachmentsPresenter getAttachmentsPresenter()
    • getButtonReports

      MenuBar.MenuItem getButtonReports()
    • displayFinishedForm

      void displayFinishedForm(BaseFormView<Form> renderedView)
    • displayFinishedForm

      void displayFinishedForm(TaskExecutionFormView.ViewLazyLoader loader)
    • getSavedByLabel

      Label getSavedByLabel()
    • getEventBus

      EventBus getEventBus()
      Description copied from interface: BaseFormView
      Eventbus da implementacao da view para lancamento de eventos
      Specified by:
      getEventBus in interface BaseFormView<Form>
      Returns:
    • displayStatus

      void displayStatus(ProcessoStatusTempo status)
    • setHeaderDescription

      void setHeaderDescription(String description)
    • getCustomButton

      Button getCustomButton(String id)
    • setCustomTitle

      void setCustomTitle(String title)
    • getCustomTitle

      String getCustomTitle()