Interface ConfigNotificationView
- All Superinterfaces:
Serializable,View
- All Known Implementing Classes:
ConfigNotificationViewImpl
public interface ConfigNotificationView
extends View
-
Method Summary
Modifier and TypeMethodDescriptionCheckBoxTextAreaTextFieldCheckBoxCheckBoxMethods inherited from interface View
getTitle, getViewComponent
-
Method Details
-
getEmailSubjectField
TextField getEmailSubjectField() -
getEmailBodyField
TextArea getEmailBodyField() -
getReceberEmailField
CheckBox getReceberEmailField() -
getReceberPushField
CheckBox getReceberPushField() -
getControleDeErroField
CheckBox getControleDeErroField() -
getUsuariosNotificacaoField
UsuarioDTOMultiValueComboBox getUsuariosNotificacaoField() -
getGruposNotificacaoField
RoleDTOMultiValueComboBox getGruposNotificacaoField() -
getEmailsNotificacaoField
MultivalueTextField getEmailsNotificacaoField()
-