org.exoplatform.wiki.webui
Class UIWikiPermissionForm
java.lang.Object
org.exoplatform.webui.core.UIComponent
org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.form.UIForm
org.exoplatform.wiki.webui.core.UIWikiForm
org.exoplatform.wiki.webui.UIWikiPermissionForm
- All Implemented Interfaces:
- org.exoplatform.webui.core.UIPopupComponent
public class UIWikiPermissionForm
- extends UIWikiForm
- implements org.exoplatform.webui.core.UIPopupComponent
| Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer |
org.exoplatform.webui.core.UIContainer.SelectTabActionListener |
| Fields inherited from class org.exoplatform.webui.form.UIForm |
ACTION, SUBCOMPONENT_ID |
| Fields inherited from class org.exoplatform.webui.core.UIComponent |
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent |
| Methods inherited from class org.exoplatform.webui.form.UIForm |
addUIComponentInput, addUIFormInput, addUIFormInput, begin, end, event, event, event, getActions, getLabel, getLabel, getSubmitAction, getUICheckBoxInput, getUIComponentName, getUIFormCheckBoxInput, getUIFormDateTimeInput, getUIFormInputInfo, getUIFormSelectBox, getUIFormTextAreaInput, getUIInput, getUIStringInput, invokeGetBindingBean, invokeSetBindingBean, isMultipart, renderField, renderField, reset, setActions, setMultiPart, setSubmitAction, url |
| Methods inherited from class org.exoplatform.webui.core.UIContainer |
addChild, addChild, findComponentById, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypes |
| Methods inherited from class org.exoplatform.webui.core.UIComponent |
broadcast, 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, url |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ANY
public static final String ANY
- See Also:
- Constant Field Values
ROOT
public static final String ROOT
- See Also:
- Constant Field Values
ADD_ENTRY
public static final String ADD_ENTRY
- See Also:
- Constant Field Values
DELETE_ENTRY
public static final String DELETE_ENTRY
- See Also:
- Constant Field Values
WIKI_PERMISSION_OWNER
public static final String WIKI_PERMISSION_OWNER
- See Also:
- Constant Field Values
PERMISSION_OWNER
public static final String PERMISSION_OWNER
- See Also:
- Constant Field Values
PERMISSION_POPUP_SELECTOR
public static final String PERMISSION_POPUP_SELECTOR
- See Also:
- Constant Field Values
USER_PERMISSION_POPUP_SELECTOR
public static final String USER_PERMISSION_POPUP_SELECTOR
- See Also:
- Constant Field Values
OPEN_SELECT_USER_FORM
public static final String OPEN_SELECT_USER_FORM
- See Also:
- Constant Field Values
OPEN_SELECT_GROUP_FORM
public static final String OPEN_SELECT_GROUP_FORM
- See Also:
- Constant Field Values
OPEN_SELECT_MEMBERSHIP_FORM
public static final String OPEN_SELECT_MEMBERSHIP_FORM
- See Also:
- Constant Field Values
GROUP_ICON
public static final String GROUP_ICON
- See Also:
- Constant Field Values
USER_ICON
public static final String USER_ICON
- See Also:
- Constant Field Values
MEMBERSHIP_ICON
public static final String MEMBERSHIP_ICON
- See Also:
- Constant Field Values
ADD_ICON
public static final String ADD_ICON
- See Also:
- Constant Field Values
SAVE
public static final String SAVE
- See Also:
- Constant Field Values
CLOSE
public static final String CLOSE
- See Also:
- Constant Field Values
UIWikiPermissionForm
public UIWikiPermissionForm()
throws Exception
- Throws:
Exception
getUserPermissionPopupSelector
public org.exoplatform.webui.core.UIPopupWindow getUserPermissionPopupSelector()
getPermissionPopupSelector
public org.exoplatform.webui.core.UIPopupWindow getPermissionPopupSelector()
getScope
public UIWikiPermissionForm.Scope getScope()
getPopupLevel
public UIWikiPortlet.PopupLevel getPopupLevel()
setPopupLevel
public void setPopupLevel(UIWikiPortlet.PopupLevel popupLevel)
cancelPopupAction
public void cancelPopupAction()
throws Exception
- Throws:
Exception
setScope
public void setScope(UIWikiPermissionForm.Scope scope)
throws Exception
- Throws:
Exception
setPermission
public void setPermission(List<org.exoplatform.wiki.service.PermissionEntry> permissionEntries)
throws Exception
- Throws:
Exception
convertToPermissionEntryList
public List<org.exoplatform.wiki.service.PermissionEntry> convertToPermissionEntryList(HashMap<String,String[]> permissions)
activate
public void activate()
- Specified by:
activate in interface org.exoplatform.webui.core.UIPopupComponent
deActivate
public void deActivate()
- Specified by:
deActivate in interface org.exoplatform.webui.core.UIPopupComponent
Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.