Modifier and Type | Method and Description |
---|---|
void |
MessagesApplicationSubscriber.rootLoaded(FileModel root) |
Modifier and Type | Method and Description |
---|---|
List<FileModel> |
SendMessageEvent.getListFileModelSelected() |
Constructor and Description |
---|
SendMessageEvent(List<FileModel> selected) |
Modifier and Type | Method and Description |
---|---|
void |
SubscriberInterface.rootLoaded(FileModel root) |
Modifier and Type | Method and Description |
---|---|
FileModel |
MessagesTreePanel.getCurrentSelection() |
Modifier and Type | Method and Description |
---|---|
void |
GxtGridMessagesFilterPanel.setAttachs(List<FileModel> attachs) |
Constructor and Description |
---|
ContextMenuInBox(com.extjs.gxt.ui.client.widget.treepanel.TreePanel<FileModel> treePanelMessages) |
Modifier and Type | Method and Description |
---|---|
FileModel |
AttachOpenHandler.getAttach() |
Modifier and Type | Method and Description |
---|---|
void |
AttachOpenHandler.setAttach(FileModel attach) |
Constructor and Description |
---|
AttachOpenHandler(FileModel attach,
MessageModel messageSelected,
int clientX,
int clientY) |
MenuReportAndTemplate(com.extjs.gxt.ui.client.widget.menu.Menu menu2,
FileModel fileModel,
MessageModel messageSelected) |
Modifier and Type | Method and Description |
---|---|
protected FileModel |
GWTMessagesBuilder.buildGXTFileModelItem(org.gcube.common.homelibrary.home.workspace.WorkspaceItem item,
FileModel parentFolderModel) |
protected FileModel |
GWTMessagesBuilder.setFolderItemType(FileModel fileModel,
org.gcube.common.homelibrary.home.workspace.folder.FolderItem worspaceFolderItem) |
protected FileModel |
GWTMessagesBuilder.setFolderItemTypeForSearch(FileModel fileModel,
org.gcube.common.homelibrary.home.workspace.search.SearchFolderItem searchFolderItem) |
Modifier and Type | Method and Description |
---|---|
protected List<FileModel> |
GWTMessagesBuilder.buildGXTListFileModelItemForAttachs(List<org.gcube.common.homelibrary.home.workspace.WorkspaceItem> listWorspaceItems) |
Modifier and Type | Method and Description |
---|---|
protected FileModel |
GWTMessagesBuilder.buildGXTFileModelItem(org.gcube.common.homelibrary.home.workspace.WorkspaceItem item,
FileModel parentFolderModel) |
protected FileModel |
GWTMessagesBuilder.setFolderItemType(FileModel fileModel,
org.gcube.common.homelibrary.home.workspace.folder.FolderItem worspaceFolderItem) |
protected FileModel |
GWTMessagesBuilder.setFolderItemTypeForSearch(FileModel fileModel,
org.gcube.common.homelibrary.home.workspace.search.SearchFolderItem searchFolderItem) |
Modifier and Type | Class and Description |
---|---|
class |
FileGridModel |
class |
FolderGridModel |
class |
FolderModel |
Modifier and Type | Field and Description |
---|---|
protected FileModel |
MessageModel.fileModel |
Modifier and Type | Method and Description |
---|---|
FileModel |
FileModel.getParentFileModel() |
Modifier and Type | Method and Description |
---|---|
List<FileModel> |
MessageModel.getListAttachments() |
Modifier and Type | Method and Description |
---|---|
void |
FileModel.setParentFileModel(FileModel parent) |
Constructor and Description |
---|
FileGridModel(String identifier,
String name,
Date creationDate,
FileModel parent,
long size,
boolean isDirectory) |
FileGridModel(String identifier,
String name,
String path,
Date creationDate,
FileModel parent,
long size,
boolean isDirectory) |
FileModel(String identifier,
String name,
FileModel parent,
boolean isDirectory) |
FolderGridModel(String identifier,
String name,
Date creationDate,
FileModel parent,
long size,
boolean isDirectory) |
FolderGridModel(String identifier,
String name,
String path,
Date creationDate,
FileModel parent,
long size,
boolean isDirectory) |
FolderModel(String identifier,
String name,
FileModel parent,
boolean isDirectory) |
Constructor and Description |
---|
MessageModel(String id,
String subject,
InfoContactModel sender,
Date date,
String text,
List<FileModel> attachs,
Map<String,String> mapContacts,
String messageType,
boolean isRead) |
Copyright © 2015. All Rights Reserved.