public class UIWorkingArea
extends org.exoplatform.webui.core.UIContainer
| Modifier and Type | Class and Description |
|---|---|
static class |
UIWorkingArea.RefreshActionListener
Refresh UIWorkingArea after renaming.UIPresentationContainer
|
| Modifier and Type | Field and Description |
|---|---|
static String |
CREATE_LINK |
static String |
CUSTOM_ACTIONS |
static String |
EXTENSION_TYPE |
static Pattern |
FILE_EXPLORER_URL_SYNTAX |
static String |
GROUND_CONTEXT_MENU |
static String |
ITEM_CONTEXT_MENU |
static String |
ITEM_GROUND_CONTEXT_MENU |
static String |
MOVE_NODE |
static String |
MULTI_ITEM_CONTEXT_MENU |
static String |
PERM_LINK_ACTION |
static String |
PERMLINK |
static String |
REFRESH_ACTION |
static String |
RENAME_ACTION |
static String |
WS_NAME |
| Constructor and Description |
|---|
UIWorkingArea() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionsExtensionList(javax.jcr.Node node) |
org.exoplatform.webui.core.UIComponent |
getCreateLinkAction() |
org.exoplatform.webui.core.UIComponent |
getCustomAction() |
List<javax.jcr.Node> |
getCustomActions(javax.jcr.Node node) |
String |
getDeleteNotice() |
org.exoplatform.webui.core.UIComponent |
getJCRMoveAction() |
List<org.exoplatform.webui.ext.manager.UIAbstractManagerComponent> |
getManagers() |
javax.jcr.Node |
getNodeByUUID(String uuid) |
javax.jcr.Node |
getNodeByUUID(String uuid,
String workspaceName) |
String |
getNodePathDelete() |
org.exoplatform.webui.core.UIComponent |
getPermlink(javax.jcr.Node node) |
RestoreFromTrashManageComponent |
getThrashManageComponent() |
String |
getTitle(javax.jcr.Node node)
Gets the title.
|
UITreeExplorer |
getTreeExplorer() |
String |
getVersionNumber(javax.jcr.Node node) |
String |
getWCMNotice() |
void |
initialize() |
boolean |
isJcrViewEnable() |
boolean |
isPreferenceNode(javax.jcr.Node node) |
boolean |
isShowSideBar() |
boolean |
isUISelectDocumentTemplateTitleRendered() |
void |
processRender(org.exoplatform.webui.application.WebuiRequestContext context) |
void |
setDeleteNotice(String deleteNotice) |
void |
setNodePathDelete(String nodePathDelete) |
void |
setShowSideBar(boolean b) |
void |
setWCMNotice(String wcmNotice) |
void |
unregister(org.exoplatform.webui.ext.manager.UIAbstractManagerComponent component) |
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, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, urlpublic static final Pattern FILE_EXPLORER_URL_SYNTAX
public static final String WS_NAME
public static final String EXTENSION_TYPE
public static final String ITEM_CONTEXT_MENU
public static final String MULTI_ITEM_CONTEXT_MENU
public static final String GROUND_CONTEXT_MENU
public static final String ITEM_GROUND_CONTEXT_MENU
public static final String MOVE_NODE
public static final String CREATE_LINK
public static final String CUSTOM_ACTIONS
public static final String PERMLINK
public static final String PERM_LINK_ACTION
public static final String REFRESH_ACTION
public static final String RENAME_ACTION
public void setNodePathDelete(String nodePathDelete)
public String getNodePathDelete()
public String getWCMNotice()
public void setWCMNotice(String wcmNotice)
public void setDeleteNotice(String deleteNotice)
public String getDeleteNotice()
public UITreeExplorer getTreeExplorer()
public RestoreFromTrashManageComponent getThrashManageComponent()
public List<org.exoplatform.webui.ext.manager.UIAbstractManagerComponent> getManagers()
public void unregister(org.exoplatform.webui.ext.manager.UIAbstractManagerComponent component)
public javax.jcr.Node getNodeByUUID(String uuid, String workspaceName) throws Exception
Exceptionpublic boolean isPreferenceNode(javax.jcr.Node node)
public String getVersionNumber(javax.jcr.Node node) throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionpublic String getActionsExtensionList(javax.jcr.Node node) throws Exception
Exceptionpublic org.exoplatform.webui.core.UIComponent getJCRMoveAction()
throws Exception
Exceptionpublic org.exoplatform.webui.core.UIComponent getCreateLinkAction()
throws Exception
Exceptionpublic org.exoplatform.webui.core.UIComponent getPermlink(javax.jcr.Node node)
throws Exception
Exceptionpublic org.exoplatform.webui.core.UIComponent getCustomAction()
throws Exception
Exceptionpublic List<javax.jcr.Node> getCustomActions(javax.jcr.Node node) throws Exception
Exceptionpublic String getTitle(javax.jcr.Node node) throws Exception
node - the nodeException - the exceptionpublic void processRender(org.exoplatform.webui.application.WebuiRequestContext context)
throws Exception
processRender in class org.exoplatform.webui.core.UIComponentExceptionpublic boolean isUISelectDocumentTemplateTitleRendered()
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.