Class UIConfirmation


public class UIConfirmation extends UIPopupWindow
Created by The eXo Platform SAS Author : Nguyen Duc Khoi khoi.nguyen@exoplatform.com Apr 22, 2010 Display a confirm popup message
  • Constructor Details

    • UIConfirmation

      public UIConfirmation()
    • UIConfirmation

      public UIConfirmation(String message, Object caller)
  • Method Details

    • setMessage

      public void setMessage(String message)
    • getMessage

      public String getMessage()
    • getCaller

      public Object getCaller()
    • setCaller

      public void setCaller(Object caller)
    • addMessage

      public void addMessage(String message)
    • clearMessage

      public void clearMessage()
    • setActions

      public void setActions(List<UIConfirmation.ActionConfirm> actions_)
    • getActions

      public List<UIConfirmation.ActionConfirm> getActions()
    • hasMessage

      public boolean hasMessage()
      Check if message null or empty then don't display popup
      Returns:
      Boolean