Interface EmbeddedNotesView
- All Superinterfaces:
Serializable,View
- All Known Implementing Classes:
EmbeddedNotesViewImpl
public interface EmbeddedNotesView
extends View
-
Method Summary
Modifier and TypeMethodDescriptionTextFieldDateFieldDateFieldButtonTextFieldCheckBoxCheckBoxvoidButtonvoidshowNote(Nota note) LabelMethods inherited from interface View
getTitle, getViewComponent
-
Method Details
-
newNoteEditor
VitruvioCustomCKEditorTextField newNoteEditor() -
saveButton
Button saveButton() -
getTimeNoteField
TextField getTimeNoteField() -
userField
UsuarioDTOSearchField userField() -
contentField
TextField contentField() -
createdBeforeField
DateField createdBeforeField() -
createdAfterField
DateField createdAfterField() -
filterButton
Button filterButton() -
paginator
PaginationComponent paginator() -
totalOfNotesLabel
Label totalOfNotesLabel() -
getUserNotesField
CheckBox getUserNotesField() -
getUserLogsField
CheckBox getUserLogsField() -
removeNotes
void removeNotes() -
showNote
void showNote(Nota note)
-