public abstract class UIProfileSection
extends org.exoplatform.webui.form.UIForm
| Modifier and Type | Class and Description |
|---|---|
static class |
UIProfileSection.CancelActionListener
Listens to cancel event and change the form to non edit mode.
|
static class |
UIProfileSection.EditActionListener
Listens to edit event and changes the form to edit mode.
|
static class |
UIProfileSection.SaveActionListener
Listens to save event and change form to non edit mode.
|
| Constructor and Description |
|---|
UIProfileSection() |
| Modifier and Type | Method and Description |
|---|---|
String |
escapeHtml(String value)
Escapes HTML.
|
org.exoplatform.social.core.identity.model.Profile |
getProfile()
Gets profile.
|
org.exoplatform.services.organization.User |
getViewUser()
Get user
|
boolean |
isEditable()
Checks the current user is right edit permission.
|
boolean |
isEditMode()
Checks the current display of title bar is can be edit.
|
boolean |
isFirstLoad()
Checks is first load for form.
|
void |
setEditMode(boolean editMode)
Sets the edit mode for form.
|
void |
setFirstLoad(boolean firstLoad)
Sets the first load for form.
|
addUIComponentInput, addUIFormInput, addUIFormInput, begin, end, event, event, event, getActions, getLabel, 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 org.exoplatform.social.core.identity.model.Profile getProfile()
throws Exception
Exceptionpublic boolean isEditMode()
public void setEditMode(boolean editMode)
editMode - public boolean isFirstLoad()
public void setFirstLoad(boolean firstLoad)
firstLoad - public boolean isEditable()
public String escapeHtml(String value)
value - Copyright © 2003–2017 eXo Platform SAS. All rights reserved.