Interface AttachmentsView
- All Superinterfaces:
Serializable,View
- All Known Implementing Classes:
AttachmentsViewImpl
public interface AttachmentsView
extends View
-
Method Summary
Modifier and TypeMethodDescriptionButtonButtonTableButtonButtonButtonOptionGroupOptionGroupTextFieldMethods inherited from interface View
getTitle, getViewComponent
-
Method Details
-
miniatureField
OptionGroup miniatureField() -
attachmentsTable
Table attachmentsTable() -
addSpecificAttachmentButton
Button addSpecificAttachmentButton() -
addMultipleAttachmentsButton
Button addMultipleAttachmentsButton() -
mimeField
OptionGroup mimeField() -
nomeDescField
TextField nomeDescField() -
filterButton
Button filterButton() -
downloadAllButton
Button downloadAllButton() -
downloadSelectedButton
Button downloadSelectedButton()
-