public class UIDocumentSelector
extends org.exoplatform.webui.core.UIContainer
| Modifier and Type | Class and Description |
|---|---|
static class |
UIDocumentSelector.ChangeOptionActionListener |
static class |
UIDocumentSelector.SelectFileActionListener |
static class |
UIDocumentSelector.SelectFolderActionListener |
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CREATE_FOLDER |
protected static String |
DATA_ID |
protected static String |
DATA_TYPE |
protected static String |
DELETE_FOLDER_OR_FILE |
protected static String |
GET_DRIVES |
protected static String |
GET_FOLDERS_AND_FILES |
protected static String |
PARAM_CURRENT_FOLDER |
protected static String |
PARAM_DRIVE_NAME |
protected static String |
PARAM_DRIVE_TYPE |
protected static String |
PARAM_FOLDER_NAME |
protected static String |
PARAM_IS_FOLDER_ONLY |
protected static String |
PARAM_ITEM_PATH |
protected static String |
PARAM_WORKSPACE_NAME |
protected static String |
REST_PREFIX |
protected static String |
SELECT_FILE |
protected static String |
SELECT_FOLDER |
protected String |
seletedFile |
protected String |
seletedFileType |
protected String |
seletedFolder |
protected static String |
UPLOAD_AREA |
| Constructor and Description |
|---|
UIDocumentSelector() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getDataJsonIconFileType() |
protected String |
getRequestUrl() |
protected String |
getRestContext() |
String |
getSeletedFile() |
String |
getSeletedFileType() |
String |
getSeletedFolder() |
boolean |
isShowUpload() |
void |
setSeletedFile(String seletedFile) |
void |
setSeletedFolder(String seletedFolder) |
void |
setShowUpload(boolean isShowUpload) |
addChild, addChild, findComponentById, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypesbroadcast, buildModelObject, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, event, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, processRender, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, urlprotected static final String UPLOAD_AREA
protected static final String SELECT_FILE
protected static final String SELECT_FOLDER
protected static final String REST_PREFIX
protected static final String GET_DRIVES
protected static final String GET_FOLDERS_AND_FILES
protected static final String DELETE_FOLDER_OR_FILE
protected static final String CREATE_FOLDER
protected static final String PARAM_DRIVE_TYPE
protected static final String PARAM_DRIVE_NAME
protected static final String PARAM_WORKSPACE_NAME
protected static final String PARAM_CURRENT_FOLDER
protected static final String PARAM_IS_FOLDER_ONLY
protected static final String PARAM_FOLDER_NAME
protected static final String PARAM_ITEM_PATH
protected static final String DATA_ID
protected static final String DATA_TYPE
protected String seletedFile
protected String seletedFileType
protected String seletedFolder
public boolean isShowUpload()
public void setShowUpload(boolean isShowUpload)
public String getSeletedFile()
public String getSeletedFileType()
public void setSeletedFile(String seletedFile)
public String getSeletedFolder()
public void setSeletedFolder(String seletedFolder)
protected String getDataJsonIconFileType()
protected String getRestContext()
protected String getRequestUrl()
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.