Uses of Class
org.gcube.portets.user.message_conversations.shared.FileModel
-
Packages that use FileModel Package Description org.gcube.portets.user.message_conversations.client.ui org.gcube.portets.user.message_conversations.shared -
-
Uses of FileModel in org.gcube.portets.user.message_conversations.client.ui
Constructors in org.gcube.portets.user.message_conversations.client.ui with parameters of type FileModel Constructor Description AttachmentMenu(MessageServiceAsync convService, gwt.material.design.client.ui.MaterialButton parent, FileModel item) -
Uses of FileModel in org.gcube.portets.user.message_conversations.shared
Methods in org.gcube.portets.user.message_conversations.shared that return types with arguments of type FileModel Modifier and Type Method Description ArrayList<FileModel>ConvMessage. getAttachments()Method parameters in org.gcube.portets.user.message_conversations.shared with type arguments of type FileModel Modifier and Type Method Description voidConvMessage. setAttachments(ArrayList<FileModel> attachments)Constructor parameters in org.gcube.portets.user.message_conversations.shared with type arguments of type FileModel Constructor Description ConvMessage(String id, String subject, MessageUserModel owner, List<MessageUserModel> recipients, Date date, String content, boolean isRead, ArrayList<FileModel> attachments, boolean hasAttachments)
-