public class UIUserSelect extends BaseUIForm implements org.exoplatform.webui.core.UIPopupComponent
| Modifier and Type | Class and Description |
|---|---|
static class |
UIUserSelect.AddActionListener |
static class |
UIUserSelect.AddUserActionListener |
static class |
UIUserSelect.CloseActionListener |
static class |
UIUserSelect.FindGroupActionListener |
static class |
UIUserSelect.SearchActionListener |
static class |
UIUserSelect.SearchGroupActionListener |
static class |
UIUserSelect.SelectGroupActionListener |
static class |
UIUserSelect.ShowPageActionListener |
| Modifier and Type | Field and Description |
|---|---|
static String |
EMAIL |
static String |
FIELD_FILTER |
static String |
FIELD_GROUP |
static String |
FIELD_KEYWORD |
static String |
FIRST_NAME |
static String |
ID_GROUP_SELECTOR |
static String |
LAST_NAME |
UIPageIterator<org.exoplatform.services.organization.User> |
uiIterator_ |
static String |
USER_NAME |
protected Map<String,org.exoplatform.services.organization.User> |
userData_ |
isAddColonInLabel, log| Constructor and Description |
|---|
UIUserSelect() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
deActivate() |
int |
getAvailablePage() |
int |
getCurrentPage() |
protected List<org.exoplatform.services.organization.User> |
getData() |
String |
getFilterGroup() |
String |
getKeyword() |
protected boolean |
getMulti() |
String |
getPermisionType() |
String |
getSelectedGroupId() |
String |
getSelectedUsers() |
UIPageIterator<org.exoplatform.services.organization.User> |
getUIPageIterator() |
boolean |
isMultiSelect() |
boolean |
isShowSearch() |
boolean |
isShowSearchGroup() |
boolean |
isShowSearchUser() |
void |
processRender(org.exoplatform.webui.application.WebuiRequestContext context) |
void |
setFilterGroup(String finterGroupId) |
void |
setKeyword(String value) |
void |
setMultiSelect(boolean isMultiSelect) |
void |
setNumberUserDisplay(int numberUserDisplay) |
void |
setPermisionType(String permisionType) |
void |
setSelectedUsers(String selectedUsers) |
void |
setShowSearch(boolean isShowSearch) |
void |
setShowSearchGroup(boolean isShowSearchGroup) |
void |
setShowSearchUser(boolean isShowSearchUser) |
void |
setSpaceGroupId(String spaceGroupId) |
protected void |
updateCurrentPage(int page) |
cancelChildPopupAction, getLabel, getLabel, getUIFormRichtextInput, getUIFormScrollSelectBox, getUIForumFilter, i18n, info, info, info, info, info, isAddColonInLabel, openPopup, openPopup, openPopup, openPopup, openPopup, openPopup, setAddColonInLabel, throwWarning, throwWarning, warning, warning, warning, warning, warningaddUIComponentInput, addUIFormInput, addUIFormInput, begin, end, event, event, event, getActions, 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 ID_GROUP_SELECTOR
public static final String FIELD_KEYWORD
public static final String FIELD_FILTER
public static final String FIELD_GROUP
public static final String USER_NAME
public static final String LAST_NAME
public static final String FIRST_NAME
public static final String EMAIL
public UIPageIterator<org.exoplatform.services.organization.User> uiIterator_
public void activate()
activate in interface org.exoplatform.webui.core.UIPopupComponentpublic void deActivate()
deActivate in interface org.exoplatform.webui.core.UIPopupComponentpublic void processRender(org.exoplatform.webui.application.WebuiRequestContext context)
throws Exception
processRender in class org.exoplatform.webui.form.UIFormExceptionprotected List<org.exoplatform.services.organization.User> getData()
public String getSelectedUsers()
public void setSelectedUsers(String selectedUsers)
public void setMultiSelect(boolean isMultiSelect)
public boolean isMultiSelect()
protected boolean getMulti()
public UIPageIterator<org.exoplatform.services.organization.User> getUIPageIterator()
public void setNumberUserDisplay(int numberUserDisplay)
public String getSelectedGroupId()
public void setSpaceGroupId(String spaceGroupId)
public String getPermisionType()
public void setPermisionType(String permisionType)
public void setShowSearch(boolean isShowSearch)
public boolean isShowSearch()
public void setShowSearchGroup(boolean isShowSearchGroup)
public boolean isShowSearchGroup()
public void setShowSearchUser(boolean isShowSearchUser)
public boolean isShowSearchUser()
public String getFilterGroup()
public void setFilterGroup(String finterGroupId)
public void setKeyword(String value)
public String getKeyword()
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.