Package org.exoplatform.webui.core
Class UIConfirmation
java.lang.Object
org.exoplatform.webui.core.UIComponent
org.exoplatform.webui.core.UIComponentDecorator
org.exoplatform.webui.core.UIPopupWindow
org.exoplatform.webui.core.UIConfirmation
Created by The eXo Platform SAS Author : Nguyen Duc Khoi khoi.nguyen@exoplatform.com Apr 22, 2010
Display a confirm popup message
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classCreated by The eXo Platform SAS Author : Nguyen Duc Khoi khoi.nguyen@exoplatform.com Apr 22, 2010 Define actions which are renderedstatic classstatic classNested classes/interfaces inherited from class org.exoplatform.webui.core.UIComponentDecorator
UIComponentDecorator.UIComponentDecoratorLifecycle -
Field Summary
Fields inherited from class org.exoplatform.webui.core.UIPopupWindow
closeEvent_Fields inherited from class org.exoplatform.webui.core.UIComponentDecorator
uicomponent_Fields inherited from class org.exoplatform.webui.core.UIComponent
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent, USE_WEBUI_RESOURCES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddMessage(String message) voidbooleanCheck if message null or empty then don't display popupvoidsetActions(List<UIConfirmation.ActionConfirm> actions_) voidvoidsetMessage(String message) Methods inherited from class org.exoplatform.webui.core.UIPopupWindow
getCloseEvent, getWindowHeight, getWindowWidth, isResizable, isShow, isShowCloseButton, isShowMask, setCloseEvent, setResizable, setShow, setShowCloseButton, setShowMask, setWindowSizeMethods inherited from class org.exoplatform.webui.core.UIComponentDecorator
findComponentById, findComponentOfType, findFirstComponentOfType, getUIComponent, renderChildren, setChildComponent, setUIComponentMethods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, buildModelObject, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, event, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, processRender, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, url
-
Constructor Details
-
UIConfirmation
public UIConfirmation() -
UIConfirmation
-
-
Method Details
-
setMessage
-
getMessage
-
getCaller
-
setCaller
-
addMessage
-
clearMessage
public void clearMessage() -
setActions
-
getActions
-
hasMessage
public boolean hasMessage()Check if message null or empty then don't display popup- Returns:
Boolean
-