public class UIAddOnSearchEdit
extends org.exoplatform.webui.form.UIForm
implements org.exoplatform.webui.core.UIPopupComponent
| Modifier and Type | Class and Description |
|---|---|
static class |
UIAddOnSearchEdit.AddUIUploadActionListener |
static class |
UIAddOnSearchEdit.CancelActionListener |
static class |
UIAddOnSearchEdit.RemoveAvatarImageActionListener |
static class |
UIAddOnSearchEdit.RemoveImageActionListener |
static class |
UIAddOnSearchEdit.RemoveUIUploadActionListener |
static class |
UIAddOnSearchEdit.UpdateActionListener |
| Modifier and Type | Field and Description |
|---|---|
static String |
WIZARD_FORM_ID |
| Constructor and Description |
|---|
UIAddOnSearchEdit() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
boolean |
addImageNode(String targetSubNodeName,
org.exoplatform.webui.form.input.UIUploadInput child,
org.exoplatform.webui.event.Event<UIAddOnSearchEdit> event) |
void |
deActivate() |
String |
getAvatarImage() |
void |
getAvatarNode() |
List<String> |
getImageGallery() |
void |
getImagesNode() |
List<String> |
getImagesRemoved() |
String |
getInputValue(String compName) |
javax.jcr.Node |
getNode() |
String |
getNodeId() |
String |
getStrProperty(String propertyName) |
void |
init() |
Boolean |
isHosted() |
void |
processRender(org.exoplatform.webui.application.WebuiRequestContext context) |
void |
removeAvatarNode() |
void |
removeImageNode() |
void |
reset() |
void |
setAvatarImage(String avatarImage) |
void |
setImageGallery(List<String> imgGal) |
void |
setImagesRemoved(List<String> images) |
void |
setNodeId(String id) |
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, 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 WIZARD_FORM_ID
public void processRender(org.exoplatform.webui.application.WebuiRequestContext context)
throws Exception
processRender in class org.exoplatform.webui.form.UIFormExceptionpublic void reset()
reset in class org.exoplatform.webui.form.UIFormpublic void init()
throws javax.jcr.PathNotFoundException,
javax.jcr.RepositoryException
javax.jcr.PathNotFoundExceptionjavax.jcr.RepositoryExceptionpublic String getStrProperty(String propertyName) throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionpublic String getInputValue(String compName) throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionpublic Boolean isHosted() throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionpublic void setNodeId(String id)
public String getNodeId()
public String getAvatarImage()
public void setAvatarImage(String avatarImage)
public javax.jcr.Node getNode()
throws javax.jcr.PathNotFoundException,
javax.jcr.RepositoryException
javax.jcr.PathNotFoundExceptionjavax.jcr.RepositoryExceptionpublic void getImagesNode()
throws Exception,
javax.jcr.RepositoryException
Exceptionjavax.jcr.RepositoryExceptionpublic void getAvatarNode()
throws Exception,
javax.jcr.RepositoryException
Exceptionjavax.jcr.RepositoryExceptionpublic void removeImageNode()
throws javax.jcr.PathNotFoundException,
javax.jcr.RepositoryException
javax.jcr.PathNotFoundExceptionjavax.jcr.RepositoryExceptionpublic void removeAvatarNode()
throws javax.jcr.PathNotFoundException,
javax.jcr.RepositoryException
javax.jcr.PathNotFoundExceptionjavax.jcr.RepositoryExceptionpublic boolean addImageNode(String targetSubNodeName, org.exoplatform.webui.form.input.UIUploadInput child, org.exoplatform.webui.event.Event<UIAddOnSearchEdit> event) throws FileNotFoundException, javax.jcr.ItemExistsException, javax.jcr.PathNotFoundException, javax.jcr.nodetype.NoSuchNodeTypeException, javax.jcr.lock.LockException, javax.jcr.version.VersionException, javax.jcr.nodetype.ConstraintViolationException, javax.jcr.RepositoryException
FileNotFoundExceptionjavax.jcr.ItemExistsExceptionjavax.jcr.PathNotFoundExceptionjavax.jcr.nodetype.NoSuchNodeTypeExceptionjavax.jcr.lock.LockExceptionjavax.jcr.version.VersionExceptionjavax.jcr.nodetype.ConstraintViolationExceptionjavax.jcr.RepositoryExceptionpublic void activate()
activate in interface org.exoplatform.webui.core.UIPopupComponentpublic void deActivate()
deActivate in interface org.exoplatform.webui.core.UIPopupComponentCopyright © 2003–2015 eXo Platform SAS. All rights reserved.