Interface EmbeddedAttachmentsView
- All Superinterfaces:
Serializable,View
- All Known Implementing Classes:
EmbeddedAttachmentsViewImpl
public interface EmbeddedAttachmentsView
extends View
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttachment(Anexo anexo) ButtonvoidButtonTextFieldEventBusButtonMethods inherited from interface View
getTitle, getViewComponent
-
Method Details
-
addAttachmentButton
Button addAttachmentButton() -
userFilterSearchField
UsuarioDTOSearchField userFilterSearchField() -
fileNameSearchField
TextField fileNameSearchField() -
searchButton
Button searchButton() -
cleanSearchButton
Button cleanSearchButton() -
paginator
PaginationComponent paginator() -
cleanAttachments
void cleanAttachments() -
addAttachment
void addAttachment(Anexo anexo) -
getEventBus
EventBus getEventBus()
-