Class Popup

java.lang.Object
org.teamapps.ux.component.AbstractComponent
org.teamapps.ux.component.popup.Popup
All Implemented Interfaces:
ClientObject, Component

public class Popup extends AbstractComponent
  • Constructor Details

    • Popup

      public Popup(Component contentComponent)
  • Method Details

    • createUiComponent

      public UiComponent createUiComponent()
      Specified by:
      createUiComponent in class AbstractComponent
    • getContentComponent

      public Component getContentComponent()
    • setContentComponent

      public void setContentComponent(Component contentComponent)
    • getX

      public int getX()
    • setX

      public void setX(int x)
    • getY

      public int getY()
    • setY

      public void setY(int y)
    • setPosition

      public void setPosition(int x, int y)
    • getWidth

      public int getWidth()
    • setWidth

      public void setWidth(int width)
    • getHeight

      public int getHeight()
    • setHeight

      public void setHeight(int height)
    • getBackgroundColor

      public Color getBackgroundColor()
    • setBackgroundColor

      public void setBackgroundColor(Color backgroundColor)
    • isModal

      public boolean isModal()
    • setModal

      public void setModal(boolean modal)
    • getDimmingColor

      public Color getDimmingColor()
    • setDimmingColor

      public void setDimmingColor(Color dimmingColor)
    • isCloseOnEscape

      public boolean isCloseOnEscape()
    • setCloseOnEscape

      public void setCloseOnEscape(boolean closeOnEscape)
    • isCloseOnClickOutside

      public boolean isCloseOnClickOutside()
    • setCloseOnClickOutside

      public void setCloseOnClickOutside(boolean closeOnClickOutside)
    • close

      public void close()