Package org.teamapps.ux.component.popup
Class Popup
java.lang.Object
org.teamapps.ux.component.AbstractComponent
org.teamapps.ux.component.popup.Popup
-
Field Summary
Fields inherited from class org.teamapps.ux.component.AbstractComponent
DELETED_ATTRIBUTE, onRendered -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()intintgetWidth()intgetX()intgetY()booleanbooleanbooleanisModal()voidsetBackgroundColor(Color backgroundColor) voidsetCloseOnClickOutside(boolean closeOnClickOutside) voidsetCloseOnEscape(boolean closeOnEscape) voidsetContentComponent(Component contentComponent) voidsetDimmingColor(Color dimmingColor) voidsetHeight(int height) voidsetModal(boolean modal) voidsetPosition(int x, int y) voidsetWidth(int width) voidsetX(int x) voidsetY(int y) Methods inherited from class org.teamapps.ux.component.AbstractComponent
createUiReference, getDebuggingId, getId, getParent, getSessionContext, isRendered, isVisible, mapAbstractUiComponentProperties, queueCommandIfRendered, render, reRenderIfRendered, setAttribute, setCssStyle, setDebuggingId, setParent, setVisible, toggleCssClass, toString, unrenderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.teamapps.ux.component.ClientObject
handleUiEvent, handleUiQueryMethods inherited from interface org.teamapps.ux.component.Component
setAriaLabel, setAttribute, setCssStyle, setHtmlTitle, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setShadow, toggleCssClass
-
Constructor Details
-
Popup
-
-
Method Details
-
createUiComponent
- Specified by:
createUiComponentin classAbstractComponent
-
getContentComponent
-
setContentComponent
-
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
-
setBackgroundColor
-
isModal
public boolean isModal() -
setModal
public void setModal(boolean modal) -
getDimmingColor
-
setDimmingColor
-
isCloseOnEscape
public boolean isCloseOnEscape() -
setCloseOnEscape
public void setCloseOnEscape(boolean closeOnEscape) -
isCloseOnClickOutside
public boolean isCloseOnClickOutside() -
setCloseOnClickOutside
public void setCloseOnClickOutside(boolean closeOnClickOutside) -
close
public void close()
-