public class UISelectUserForm extends org.exoplatform.webui.form.UIForm implements UIPopupComponent
| Modifier and Type | Class and Description |
|---|---|
static class |
UISelectUserForm.AddActionListener |
static class |
UISelectUserForm.ChangeActionListener |
static class |
UISelectUserForm.CloseActionListener |
static class |
UISelectUserForm.ReplaceActionListener |
static class |
UISelectUserForm.SearchActionListener |
static class |
UISelectUserForm.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 |
protected String |
groupId_ |
static String |
LAST_NAME |
protected Collection<String> |
pars_ |
protected String |
tabId_ |
org.exoplatform.webui.core.UIPageIterator |
uiIterator_ |
static String |
USER_NAME |
protected Map<String,org.exoplatform.services.organization.User> |
userData_ |
| Constructor and Description |
|---|
UISelectUserForm() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
deActivate() |
String[] |
getActions() |
long |
getAvailablePage() |
long |
getCurrentPage() |
List<org.exoplatform.services.organization.User> |
getData() |
String |
getLabel(String id) |
String |
getSelectedGroup() |
org.exoplatform.webui.core.UIPageIterator |
getUIPageIterator() |
void |
init(Collection<String> pars) |
boolean |
isShowSearch() |
void |
setKeyword(String value) |
void |
setSelectedGroup(String selectedGroup) |
void |
setShowSearch(boolean isShowSearch) |
protected void |
updateCurrentPage(int page) |
addUIComponentInput, addUIFormInput, addUIFormInput, begin, end, event, event, event, 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, getName, getParent, getTemplate, getTemplateResourceResolver, isRendered, loadConfirmMesssage, processAction, processDecode, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, urlpublic static final String FIELD_KEYWORD
public static final String FIELD_FILTER
public static final String FIELD_GROUP
public static String USER_NAME
public static String LAST_NAME
public static String FIRST_NAME
public static String EMAIL
protected String tabId_
protected String groupId_
protected Collection<String> pars_
public org.exoplatform.webui.core.UIPageIterator uiIterator_
public List<org.exoplatform.services.organization.User> getData() throws Exception
Exceptionpublic org.exoplatform.webui.core.UIPageIterator getUIPageIterator()
public long getAvailablePage()
public long getCurrentPage()
public void init(Collection<String> pars) throws Exception
Exceptionpublic String[] getActions()
getActions in class org.exoplatform.webui.form.UIFormpublic void activate()
throws Exception
activate in interface UIPopupComponentExceptionpublic void deActivate()
throws Exception
deActivate in interface UIPopupComponentExceptionpublic String getLabel(String id)
getLabel in class org.exoplatform.webui.form.UIFormpublic void setShowSearch(boolean isShowSearch)
public boolean isShowSearch()
public String getSelectedGroup()
public void setSelectedGroup(String selectedGroup)
public void setKeyword(String value)
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.