Interface AttachmentAdapter
-
- All Implemented Interfaces:
public interface AttachmentAdapterAdapter used to render attachments.
-
-
Method Summary
Modifier and Type Method Description abstract UnitsetAttachments(List<Attachment> attachments)Sets the list of attachments to be displayed. abstract IntegergetItemCount()Returns the number of attachment items. -
-
Method Detail
-
setAttachments
abstract Unit setAttachments(List<Attachment> attachments)
Sets the list of attachments to be displayed.
-
getItemCount
abstract Integer getItemCount()
Returns the number of attachment items.
-
-
-
-