public class UIGroupMemberSelector extends org.exoplatform.webui.core.UIContainer implements ComponentSelector
| Modifier and Type | Class and Description |
|---|---|
static class |
UIGroupMemberSelector.AddAnyPermissionActionListener |
static class |
UIGroupMemberSelector.ChangeNodeActionListener |
static class |
UIGroupMemberSelector.SelectMembershipActionListener |
static class |
UIGroupMemberSelector.SelectPathActionListener
The listener interface for receiving selectPathAction events.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
defaultValue
The Constant defaultValue.
|
| Constructor and Description |
|---|
UIGroupMemberSelector() |
| Modifier and Type | Method and Description |
|---|---|
void |
changeGroup(String groupId) |
String |
event(String name,
String beanId) |
org.exoplatform.services.organization.Group |
getCurrentGroup() |
List<String> |
getListGroup() |
List<String> |
getListMemberhip() |
String |
getReturnField()
Gets the return field.
|
org.exoplatform.webui.core.UIComponent |
getSourceComponent()
Gets the return component.
|
boolean |
isSelectedMembership()
Checks if is selected membership.
|
boolean |
isSelectedUser()
Checks if is selected user.
|
boolean |
isShowAnyPermission()
Check show/hide form to set any permission
|
boolean |
isUsePopup() |
void |
setIsUsePopup(boolean isUsePopup) |
void |
setSelectedMembership(boolean bool)
Sets the selected membership.
|
void |
setSelectedUser(boolean bool)
Sets the selected user.
|
void |
setShowAnyPermission(boolean isShowAnyPermission)
Set show/hide any permission form
|
void |
setSourceComponent(org.exoplatform.webui.core.UIComponent uicomponent,
String[] initParams)
Sets the source component of a selector
|
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, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, processRender, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, urlpublic static final String defaultValue
public org.exoplatform.services.organization.Group getCurrentGroup()
public org.exoplatform.webui.core.UIComponent getSourceComponent()
getSourceComponent in interface ComponentSelectorpublic String getReturnField()
public void setIsUsePopup(boolean isUsePopup)
public boolean isUsePopup()
public void setSelectedUser(boolean bool)
bool - the new selected userpublic boolean isSelectedUser()
public void setSelectedMembership(boolean bool)
bool - the new selected membershippublic boolean isSelectedMembership()
public void setSourceComponent(org.exoplatform.webui.core.UIComponent uicomponent,
String[] initParams)
ComponentSelectorsetSourceComponent in interface ComponentSelectoruicomponent - the uicomponentinitParams - the init paramspublic String event(String name, String beanId) throws Exception
event in class org.exoplatform.webui.core.UIComponentExceptionpublic boolean isShowAnyPermission()
public void setShowAnyPermission(boolean isShowAnyPermission)
isShowAnyPermission - isShowAnyPermission = true: Show form Copyright © 2003–2019 eXo Platform SAS. All rights reserved.