Interface SendNoteEmailView
- All Superinterfaces:
Serializable,View
- All Known Implementing Classes:
SendNoteEmailViewImpl
public interface SendNoteEmailView
extends View
-
Method Summary
Modifier and TypeMethodDescriptionButtonButtonCheckBoxTextFieldMethods inherited from interface View
getTitle, getViewComponent
-
Method Details
-
getSubjectField
TextField getSubjectField() -
getSendEmailForEachUserField
CheckBox getSendEmailForEachUserField() -
getReceiversField
UsuariosLoginTwinColSelect getReceiversField() -
getSendButton
Button getSendButton() -
getCloseButton
Button getCloseButton()
-