Class EmbeddedAttachmentsViewImpl
Object
EmbeddedAttachmentsViewImpl
- All Implemented Interfaces:
View,EmbeddedAttachmentsView,Serializable
@Component
@Scope("prototype")
public class EmbeddedAttachmentsViewImpl
extends Object
implements EmbeddedAttachmentsView
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface EmbeddedAttachmentsView
EmbeddedAttachmentsView.DeleteAttachmentEvent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttachment(Anexo anexo) ButtonvoidButtonTextFieldEventBusgetTitle()ComponentButton
-
Constructor Details
-
EmbeddedAttachmentsViewImpl
public EmbeddedAttachmentsViewImpl()
-
-
Method Details
-
getTitle
- Specified by:
getTitlein interfaceView
-
getViewComponent
public Component getViewComponent()- Specified by:
getViewComponentin interfaceView
-
addAttachmentButton
public Button addAttachmentButton()- Specified by:
addAttachmentButtonin interfaceEmbeddedAttachmentsView
-
userFilterSearchField
- Specified by:
userFilterSearchFieldin interfaceEmbeddedAttachmentsView
-
fileNameSearchField
public TextField fileNameSearchField()- Specified by:
fileNameSearchFieldin interfaceEmbeddedAttachmentsView
-
searchButton
public Button searchButton()- Specified by:
searchButtonin interfaceEmbeddedAttachmentsView
-
cleanSearchButton
public Button cleanSearchButton()- Specified by:
cleanSearchButtonin interfaceEmbeddedAttachmentsView
-
cleanAttachments
public void cleanAttachments()- Specified by:
cleanAttachmentsin interfaceEmbeddedAttachmentsView
-
addAttachment
public void addAttachment(Anexo anexo) - Specified by:
addAttachmentin interfaceEmbeddedAttachmentsView
-
paginator
- Specified by:
paginatorin interfaceEmbeddedAttachmentsView
-
getEventBus
public EventBus getEventBus()- Specified by:
getEventBusin interfaceEmbeddedAttachmentsView
-