Class EmbeddedNotesViewImpl
Object
EmbeddedNotesViewImpl
- All Implemented Interfaces:
View,EmbeddedNotesView,Serializable
@Component
@Scope("prototype")
public class EmbeddedNotesViewImpl
extends Object
implements EmbeddedNotesView
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTextFieldDateFieldDateFieldButtonTextFieldgetTitle()CheckBoxCheckBoxComponentvoidButtonvoidsetUsuarioService(UsuarioService usuarioService) voidshowNote(Nota note) Label
-
Constructor Details
-
EmbeddedNotesViewImpl
public EmbeddedNotesViewImpl()
-
-
Method Details
-
setUsuarioService
-
getViewComponent
public Component getViewComponent()- Specified by:
getViewComponentin interfaceView
-
getTitle
- Specified by:
getTitlein interfaceView
-
newNoteEditor
- Specified by:
newNoteEditorin interfaceEmbeddedNotesView
-
saveButton
public Button saveButton()- Specified by:
saveButtonin interfaceEmbeddedNotesView
-
showNote
public void showNote(Nota note) - Specified by:
showNotein interfaceEmbeddedNotesView
-
userField
- Specified by:
userFieldin interfaceEmbeddedNotesView
-
contentField
public TextField contentField()- Specified by:
contentFieldin interfaceEmbeddedNotesView
-
createdBeforeField
public DateField createdBeforeField()- Specified by:
createdBeforeFieldin interfaceEmbeddedNotesView
-
createdAfterField
public DateField createdAfterField()- Specified by:
createdAfterFieldin interfaceEmbeddedNotesView
-
removeNotes
public void removeNotes()- Specified by:
removeNotesin interfaceEmbeddedNotesView
-
paginator
- Specified by:
paginatorin interfaceEmbeddedNotesView
-
filterButton
public Button filterButton()- Specified by:
filterButtonin interfaceEmbeddedNotesView
-
totalOfNotesLabel
public Label totalOfNotesLabel()- Specified by:
totalOfNotesLabelin interfaceEmbeddedNotesView
-
getTimeNoteField
public TextField getTimeNoteField()- Specified by:
getTimeNoteFieldin interfaceEmbeddedNotesView
-
getUserNotesField
public CheckBox getUserNotesField()- Specified by:
getUserNotesFieldin interfaceEmbeddedNotesView
-
getUserLogsField
public CheckBox getUserLogsField()- Specified by:
getUserLogsFieldin interfaceEmbeddedNotesView
-