public class AbsoluteModal extends Modal
Modal that can be positioned manuallyasyncAddQueue, asyncRemoveAll, asyncRemoveQueue, children, renderNodeeffects, styleId, visibility, zIndex| Constructor and Description | 
|---|
| AbsoluteModal()Constructor. | 
| AbsoluteModal(java.lang.String id)Constructor | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ParentRenderNode<?,?> | createRenderNode(ParentRenderNode<?,?> parent)Creates the  ParentRenderNodefor thisUiElement | 
| float | getHeight()Returns the height of the  AbsoluteModalas determined by its
 childUiElements | 
| float | getWidth()Returns the width of the  AbsoluteModalas determined by itsLayoutRuleset | 
| float | getX()Returns the x coordinate of this  AbsoluteModal | 
| float | getY()Returns the y coordinate of this  AbsoluteModal | 
| void | set(float x,
   float y)Sets the x and y coordinate of this  AbsoluteModal | 
| void | setX(float x)Sets the x coordinate of this  AbsoluteModal | 
| void | setY(float y)Sets the y coordinate of this  AbsoluteModal | 
getNavigation, hotkey, hotkey, navigate, setHotkey, setHotkey, setNavigation, syncWithRenderNode, unsetHotkey, unsetHotkeywithElements, withElementsadd, add, addAsync, attach, detach, getElementById, getFlexDirection, getLayout, getTotalChildren, remove, remove, removeAll, removeAllAsync, removeAsync, setFlexDirection, setLayout, setStyleId, setVisibility, setZIndexaddEffectListener, addHoverListener, applyEffect, equals, getId, getStyleId, getVisibility, getZIndex, hashCode, isDebugEnabled, notifyEffectListenersOnFinished, notifyHoverListenersOnBeginHover, notifyHoverListenersOnEndHover, removeEffectListener, removeHoverListener, setDebugEnabledclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetIdpublic AbsoluteModal()
Modalpublic AbsoluteModal(java.lang.String id)
id - The unique ID of the AbsoluteModalprotected ParentRenderNode<?,?> createRenderNode(ParentRenderNode<?,?> parent)
ParentUiElementParentRenderNode for this UiElementcreateRenderNode in class Columnparent - The parent of this nodeParentRenderNodepublic float getX()
AbsoluteModalpublic void setX(float x)
AbsoluteModalx - The x coordinate in pixelspublic float getY()
AbsoluteModalpublic void setY(float y)
AbsoluteModaly - The y coordinate in pixelspublic void set(float x,
                float y)
AbsoluteModalx - The x coordinate in pixelsy - The y coordinate in pixelspublic float getWidth()
AbsoluteModal as determined by its
 LayoutRulesetpublic float getHeight()
AbsoluteModal as determined by its
 child UiElements