public class UISCVPreferences extends org.exoplatform.webui.form.UIFormTabPane implements UISelectable
| Modifier and Type | Class and Description |
|---|---|
static class |
UISCVPreferences.AddPathActionListener |
static class |
UISCVPreferences.CancelActionListener |
static class |
UISCVPreferences.SaveActionListener
ActionListener: save preferences action
|
static class |
UISCVPreferences.SelectTabActionListener
The listener interface for receiving selectTabAction events.
|
static class |
UISCVPreferences.SelectTargetPageActionListener
The listener interface for receiving selectTargetPageAction events.
|
| Constructor and Description |
|---|
UISCVPreferences() |
| Modifier and Type | Method and Description |
|---|---|
void |
doSelect(String selectField,
Object value)
Do select.
|
String |
getContetSelectorID() |
boolean |
getInternalPreferencesMode() |
protected String |
getNodeNameByPreferences() |
String |
getSelectedNodeDrive()
Get the temporary node Drive string
|
String |
getSelectedNodePath() |
String |
getSelectedNodeRepository()
Get the temporary Node Repository string
|
String |
getSelectedNodeUUID()
Get the temporary node UUID
|
String |
getSelectedNodeWorkspace()
Get the temporary node Workspace string
|
void |
initComponent()
Initialize the preferences setting form
|
boolean |
isContextualEnable() |
void |
setContentSelectorID(String id) |
void |
setInternalPreferencesMode(boolean isInternal) |
void |
setSelectedNodeInfo(String nodeUUID,
String nodeRepo,
String nodeWS,
String nodeDrive)
setSelectedNodeInfo: Save temporary data when user select a node from ContentSelector
|
void |
setSelectedNodePath(String path) |
getName, getSelectedTabId, hasInfoBar, hasRenderResourceTabName, processDecode, setInfoBar, setRenderResourceTabName, setSelectedTab, setSelectedTabaddUIComponentInput, addUIFormInput, addUIFormInput, begin, end, event, event, event, getActions, getLabel, getLabel, getSubmitAction, getUICheckBoxInput, getUIComponentName, getUIFormCheckBoxInput, getUIFormDateTimeInput, getUIFormInputInfo, getUIFormSelectBox, getUIFormTextAreaInput, getUIInput, getUIStringInput, invokeGetBindingBean, invokeSetBindingBean, isMultipart, processRender, renderField, renderField, reset, setActions, setMultiPart, setSubmitAction, urladdChild, 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, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getParent, getTemplate, getTemplateResourceResolver, isRendered, loadConfirmMesssage, processAction, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, urlpublic static final String ITEM_PATH_FORM_INPUT_SET
public static final String CONTENT_FORM_INPUT_SET
public static final String DISPLAY_FORM_INPUT_SET
public static final String PRINT_FORM_INPUT_SET
public static final String ADVANCED_FORM_INPUT_SET
public static final String CONTENT_PATH_INPUT
public static final String SHOW_TITLE_CHECK_BOX
public static final String SHOW_DATE_CHECK_BOX
public static final String SHOW_OPION_BAR_CHECK_BOX
public static final String CONTEXTUAL_SELECT_RADIO_BOX
public static final String PARAMETER_INPUT_BOX
public static final String CACHE_ENABLE_SELECT_RADIO_BOX
public static final String PRINT_PAGE_FORM_INPUT_SET
public static final String PRINT_VIEW_PAGE_INPUT
public static final String PRINT_PAGE_SELECTOR_POPUP
public static final String PRINT_PAGE_PARAMETER_INPUT
public static final String ENABLE_STRING
public static final String DISABLE_STRING
protected javax.portlet.PortletPreferences portletPreferences
protected String contentSelectorID
protected String selectedNodeUUID
protected String selectedNodeReporitory
protected String selectedNodeWorkspace
protected String selectedNodeDrive
protected String selectedNodePath
public void initComponent()
throws Exception
Exceptionpublic void setSelectedNodeInfo(String nodeUUID, String nodeRepo, String nodeWS, String nodeDrive)
nodeUUID - nodeRepo - nodeWS - public void setSelectedNodePath(String path)
public String getSelectedNodePath()
public String getSelectedNodeUUID()
public String getSelectedNodeRepository()
public String getSelectedNodeWorkspace()
public String getSelectedNodeDrive()
protected String getNodeNameByPreferences()
public void setContentSelectorID(String id)
public String getContetSelectorID()
public boolean isContextualEnable()
public void doSelect(String selectField, Object value) throws Exception
UISelectabledoSelect in interface UISelectableselectField - the select fieldvalue - the valueException - the exceptionpublic void setInternalPreferencesMode(boolean isInternal)
public boolean getInternalPreferencesMode()
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.