Interface NotificacaoEtapaView
- All Superinterfaces:
Serializable,View
- All Known Implementing Classes:
NotificacaoEtapaViewImpl
public interface NotificacaoEtapaView
extends View
-
Method Summary
Modifier and TypeMethodDescriptionTextFieldButtonCheckBoxCheckBoxCheckBoxCheckBoxCheckBoxCheckBoxCheckBoxCheckBoxCheckBoxCheckBoxComboBoxCheckBoxCheckBoxComboBoxComboBoxComboBoxTextAreaNotificacaoEtapa.MetaDataTextAreaTextAreaTextAreaTextAreaTextFieldgetNome()NotificacaoEtapaProcessoProcessoVersaoButtonTabSheetTextFieldTextFieldvoidupdateView(NotificacaoEtapa notificacao, Processo processo) Methods inherited from interface View
getTitle, getViewComponent
-
Method Details
-
updateView
void updateView(NotificacaoEtapa notificacao, Processo processo) -
getGrupos
-
getTabContainer
TabSheet getTabContainer() -
getSaveButton
Button getSaveButton() -
getCancelButton
Button getCancelButton() -
getUserTasksComboBox
UserTasksComboBox getUserTasksComboBox() -
getComboTipoEmail
ComboBox getComboTipoEmail() -
getComboEventoNotificacao
ComboBox getComboEventoNotificacao() -
getEmailsAuxiliares
TextArea getEmailsAuxiliares() -
getCheckEmail
CheckBox getCheckEmail() -
getCheckCondicaoEnvio
CheckBox getCheckCondicaoEnvio() -
getCondicaoEnvio
TextArea getCondicaoEnvio() -
getCheckPush
CheckBox getCheckPush() -
getCheckNotificacao
CheckBox getCheckNotificacao() -
getCheckDonoTarefa
CheckBox getCheckDonoTarefa() -
getCheckGrupoCandidato
CheckBox getCheckGrupoCandidato() -
getCheckUsuarioCandidato
CheckBox getCheckUsuarioCandidato() -
getCheckNotifiacaoLembrete
CheckBox getCheckNotifiacaoLembrete() -
getCheckNotificacaoLembrete
CheckBox getCheckNotificacaoLembrete() -
getCheckNotificacaoPermiteEncerramento
CheckBox getCheckNotificacaoPermiteEncerramento() -
getCheckNotificacaoPermiteReagendarLembrete
CheckBox getCheckNotificacaoPermiteReagendarLembrete() -
getCheckNotificacaoExibirLembreteModal
CheckBox getCheckNotificacaoExibirLembreteModal() -
getCheckNotificacaoTipo
ComboBox getCheckNotificacaoTipo() -
getMensagemEmail
TextArea getMensagemEmail() -
getMensagemPush
TextArea getMensagemPush() -
getTituloPush
TextField getTituloPush() -
getMensagemNotificacao
TextArea getMensagemNotificacao() -
getTituloNotificacao
TextField getTituloNotificacao() -
getComboPrioridadeNotificacao
ComboBox getComboPrioridadeNotificacao() -
getAssuntoEmail
TextField getAssuntoEmail() -
getNome
TextField getNome() -
getNotificacaoEtapa
NotificacaoEtapa getNotificacaoEtapa() -
getProcesso
Processo getProcesso() -
getProcessoVersao
ProcessoVersao getProcessoVersao() -
getConfiguracao
NotificacaoEtapa.MetaData getConfiguracao()
-