public class UIConfirmMessage
extends org.exoplatform.webui.core.UIComponent
implements org.exoplatform.webui.core.UIPopupComponent
| Modifier and Type | Class and Description |
|---|---|
static class |
UIConfirmMessage.CloseActionListener |
static class |
UIConfirmMessage.OKActionListener |
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isOK_ |
protected String |
nodePath_ |
| Constructor and Description |
|---|
UIConfirmMessage() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
deActivate() |
String[] |
getActions() |
String[] |
getArguments() |
String |
getMessageKey() |
boolean |
isNodeInTrash() |
boolean |
isOK() |
void |
setArguments(String[] args) |
void |
setMessageKey(String messageKey) |
void |
setNodeInTrash(boolean isNodeInTrash) |
void |
setNodePath(String nodePath) |
broadcast, buildModelObject, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, event, event, findComponentById, findComponentOfType, findFirstComponentOfType, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, processRender, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, urlprotected boolean isOK_
protected String nodePath_
public void setMessageKey(String messageKey)
public String getMessageKey()
public void setArguments(String[] args)
public String[] getArguments()
public boolean isOK()
public void setNodePath(String nodePath)
public String[] getActions()
public boolean isNodeInTrash()
public void setNodeInTrash(boolean isNodeInTrash)
public void activate()
activate in interface org.exoplatform.webui.core.UIPopupComponentpublic void deActivate()
deActivate in interface org.exoplatform.webui.core.UIPopupComponentCopyright © 2003–2019 eXo Platform SAS. All rights reserved.