Class UIPopupWindow

Direct Known Subclasses:
UIConfirmation, UIFormPopupWindow, UIPopupMessages

public class UIPopupWindow extends UIComponentDecorator
Created by The eXo Platform SARL Author : Tran The Trong trong.tran@exoplatform.com
Version:
$Id$ Aug 11, 2006 A component that creates an empty popup window
  • Field Details

    • closeEvent_

      protected String closeEvent_
  • Constructor Details

    • UIPopupWindow

      public UIPopupWindow()
  • Method Details

    • isShowMask

      public boolean isShowMask()
    • setShowMask

      public void setShowMask(boolean isShowMask)
    • getWindowWidth

      public int getWindowWidth()
    • getWindowHeight

      public int getWindowHeight()
    • setWindowSize

      public void setWindowSize(int w, int h)
    • isResizable

      public boolean isResizable()
    • setResizable

      public void setResizable(boolean isResizable)
    • isShow

      public boolean isShow()
    • setShow

      public void setShow(boolean isShow)
    • isShowCloseButton

      public boolean isShowCloseButton()
    • setShowCloseButton

      public void setShowCloseButton(boolean showCloseButton)
    • getCloseEvent

      public String getCloseEvent()
    • setCloseEvent

      public void setCloseEvent(String closeEvent)