Interface CalendarioProcessosView

All Superinterfaces:
Serializable, View
All Known Implementing Classes:
CalendarioProcessosViewImpl

public interface CalendarioProcessosView extends View
  • Method Details

    • getDayButton

      Button getDayButton()
    • getWeekButton

      Button getWeekButton()
    • getMonthButton

      Button getMonthButton()
    • getInstanceIdField

      TextField getInstanceIdField()
    • getUserCompanySelect

      UserCompanyMultiValueComboBox getUserCompanySelect()
    • getMarcadorSelect

      MarcadorUsuarioComboBox getMarcadorSelect()
    • getCboProcesso

      UserRelatedProcessComboBox getCboProcesso()
    • getTaskComboBox

      UserTasksComboBox getTaskComboBox()
    • getCboProcessOwner

      UsuarioDTOComboBox getCboProcessOwner()
    • getCboTaskOwner

      UsuarioDTOComboBox getCboTaskOwner()
    • getCboPrioridade

      PrioridadeComboBox getCboPrioridade()
    • getProcessDescriptionField

      TextField getProcessDescriptionField()
    • getFilterPopup

      PopupView getFilterPopup()
    • getFilterButton

      Button getFilterButton()
    • getApplyButton

      Button getApplyButton()
    • getDescriptionLabel

      Label getDescriptionLabel()
    • getBackButton

      Button getBackButton()
    • getTodayButton

      Button getTodayButton()
    • getNextButton

      Button getNextButton()
    • getCalendar

      Calendar getCalendar()