Modifier and Type | Method and Description |
---|---|
FolderModel |
ExpandFolderEvent.getFolderTarget() |
FolderModel |
AddFolderEvent.getNewFolder() |
FolderModel |
MoveItemEvent.getTargetParentFileModel() |
Modifier and Type | Method and Description |
---|---|
void |
AddFolderEvent.setNewFolder(FolderModel folder) |
Constructor and Description |
---|
ExpandFolderEvent(FolderModel folder) |
MoveItemEvent(FileModel fileSourceModel,
FolderModel parentFileModel) |
Modifier and Type | Method and Description |
---|---|
void |
SubscriberInterface.expandFolderItem(FolderModel itemFolder)
Expand folder item.
|
Modifier and Type | Method and Description |
---|---|
FolderModel |
SubTree.getParent() |
Constructor and Description |
---|
SubTree(FolderModel parent,
List<FileModel> children) |
Modifier and Type | Method and Description |
---|---|
FolderModel |
GWTWorkspaceService.createFolder(String nameFolder,
String description,
FileModel parent)
Creates the folder.
|
FolderModel |
GWTWorkspaceService.getRootForTree()
Gets the root for tree.
|
FolderModel |
GWTWorkspaceService.getRootForTree(String scopeId)
Gets the root for tree.
|
Modifier and Type | Method and Description |
---|---|
List<FileModel> |
GWTWorkspaceService.getFolderChildren(FolderModel folder)
Gets the folder children.
|
void |
GWTWorkspaceServiceAsync.getFolderChildren(FolderModel folder,
com.google.gwt.user.client.rpc.AsyncCallback<List<FileModel>> callback)
Gets the folder children.
|
Modifier and Type | Method and Description |
---|---|
void |
GWTWorkspaceServiceAsync.createFolder(String nameFolder,
String description,
FileModel parent,
com.google.gwt.user.client.rpc.AsyncCallback<FolderModel> callback)
Creates the folder.
|
void |
GWTWorkspaceServiceAsync.getRootForTree(com.google.gwt.user.client.rpc.AsyncCallback<FolderModel> callback)
Gets the root for tree.
|
void |
GWTWorkspaceServiceAsync.getRootForTree(String scopeId,
com.google.gwt.user.client.rpc.AsyncCallback<FolderModel> callback)
Gets the root for tree.
|
Modifier and Type | Method and Description |
---|---|
FolderModel |
GWTWorkspaceBuilder.buildGXTFolderModelItem(org.gcube.common.homelibrary.home.workspace.WorkspaceFolder wsFolder,
FileModel parent)
Builds the gxt folder model item.
|
FolderModel |
GWTWorkspaceBuilder.buildGXTFolderModelItemHandleSpecialFolder(org.gcube.common.homelibrary.home.workspace.WorkspaceFolder wsFolder,
FileModel parent,
String specialFolderName)
TODO ********TEMPORARY SOLUTION HL MUST MANAGE SPECIAL FOLDER AS WORKSPACESPECIALFOLDER****
REMOVE THIS METHOD AND ADDING INSTANCE OF AT buildGXTFolderModelItem.
|
FolderModel |
GWTWorkspaceBuilder.buildWorkspaceFileModelRoot(org.gcube.common.homelibrary.home.workspace.WorkspaceFolder workspaceRoot)
Builds the workspace file model root.
|
FolderModel |
GWTWorkspaceServiceImpl.createFolder(String nameFolder,
String description,
FileModel parent) |
FolderModel |
GWTWorkspaceServiceImpl.getRootForTree() |
FolderModel |
GWTWorkspaceServiceImpl.getRootForTree(String scopeId) |
Modifier and Type | Method and Description |
---|---|
List<FileModel> |
GWTWorkspaceServiceImpl.getFolderChildren(FolderModel folder) |
Copyright © 2016. All Rights Reserved.