public class UIViewForm extends org.exoplatform.webui.form.UIForm implements UISelectable
| Modifier and Type | Class and Description |
|---|---|
static class |
UIViewForm.ChangeVersionActionListener |
| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_ENABLEVERSION |
static String |
FIELD_HIDE_EXPLORER_PANEL |
static String |
FIELD_NAME |
static String |
FIELD_PERMISSION |
static String |
FIELD_TABS |
static String |
FIELD_TEMPLATE |
static String |
FIELD_VERSION |
| Constructor and Description |
|---|
UIViewForm() |
UIViewForm(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTab(String tabName,
String buttons) |
boolean |
canEnableVersionning(javax.jcr.Node node) |
void |
changeVersion() |
void |
deleteTab(String tabName) |
void |
doSelect(String selectField,
Object value)
Do select.
|
void |
editTab(String tabName) |
String[] |
getActions() |
String |
getLocalizationButtons(String buttons) |
String |
getPermission() |
String |
getTabList() |
HashMap<String,ViewConfig.Tab> |
getTabMap() |
List<ViewConfig.Tab> |
getTabs() |
String |
getViewName() |
javax.jcr.Node |
getViews() |
boolean |
isView() |
void |
processRender(org.exoplatform.webui.application.WebuiRequestContext context) |
void |
refresh(boolean isAddNew) |
void |
revertVersion() |
void |
save() |
void |
setPermission(String permission) |
void |
setViewName(String viewName) |
void |
update(javax.jcr.Node viewNode,
boolean isView,
VersionNode selectedVersion) |
addUIComponentInput, addUIFormInput, addUIFormInput, begin, end, event, event, event, getLabel, getLabel, getSubmitAction, getUICheckBoxInput, getUIComponentName, getUIFormCheckBoxInput, getUIFormDateTimeInput, getUIFormInputInfo, getUIFormSelectBox, getUIFormTextAreaInput, getUIInput, getUIStringInput, invokeGetBindingBean, invokeSetBindingBean, isMultipart, 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, getName, getParent, getTemplate, getTemplateResourceResolver, isRendered, loadConfirmMesssage, processAction, processDecode, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, urlpublic static final String FIELD_VERSION
public static final String FIELD_NAME
public static final String FIELD_TABS
public static final String FIELD_TEMPLATE
public static final String FIELD_ENABLEVERSION
public static final String FIELD_PERMISSION
public static final String FIELD_HIDE_EXPLORER_PANEL
public String getViewName()
public void setViewName(String viewName)
public String getPermission()
public String[] getActions()
getActions in class org.exoplatform.webui.form.UIFormpublic void setPermission(String permission)
public void processRender(org.exoplatform.webui.application.WebuiRequestContext context)
throws Exception
processRender in class org.exoplatform.webui.form.UIFormExceptionpublic void doSelect(String selectField, Object value)
UISelectabledoSelect in interface UISelectableselectField - the select fieldvalue - the valuepublic boolean isView()
public javax.jcr.Node getViews()
public boolean canEnableVersionning(javax.jcr.Node node)
throws Exception
Exceptionpublic HashMap<String,ViewConfig.Tab> getTabMap()
public List<ViewConfig.Tab> getTabs() throws Exception
Exceptionpublic void update(javax.jcr.Node viewNode,
boolean isView,
VersionNode selectedVersion)
throws Exception
ExceptionCopyright © 2003–2019 eXo Platform SAS. All rights reserved.