public class AlignedModal extends Modal
asyncAddQueue, asyncRemoveAll, asyncRemoveQueue, children, renderNode| Constructor and Description | 
|---|
AlignedModal()
Constructor. 
 | 
AlignedModal(java.lang.String id)
Constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected ParentRenderNode<?,?> | 
createRenderNode(ParentRenderNode<?,?> parent)
Creates the  
ParentRenderNode for this UiElement | 
HorizontalAlignment | 
getHorizontalAlignment()
Returns the  
HorizontalAlignment of this AlignedModal | 
VerticalAlignment | 
getVerticalAlignment()
Returns the  
VerticalAlignment of this AlignedModal | 
void | 
setHorizontalAlignment(HorizontalAlignment horizontalAlignment)
Sets the  
HorizontalAlignment of this AlignedModal | 
void | 
setVerticalAlignment(VerticalAlignment verticalAlignment)
Sets the  
VerticalAlignment of this AlignedModal | 
clearControllerHotkeys, clearHotkeys, clearKeyboardHotkeys, getNavigation, hotkey, hotkey, navigate, setHotkey, setHotkey, setNavigation, syncWithRenderNode, unsetHotkey, unsetHotkeywithElements, withElementsadd, add, addAsync, attach, detach, get, getElementById, getFlexDirection, getHorizontalLayout, getTotalChildren, getVerticalLayout, isOverflowClipped, remove, remove, removeAll, removeAllAsync, removeAsync, setFlexDirection, setHorizontalLayout, setOverflowClipped, setStyleId, setVerticalLayout, setVisibility, setZIndexaddEffectListener, addHoverListener, applyEffect, defer, defer, equals, getId, getStyleId, getVisibility, getZIndex, hashCode, isDebugEnabled, notifyEffectListenersOnFinished, notifyHoverListenersOnBeginHover, notifyHoverListenersOnEndHover, processDeferred, removeEffectListener, removeHoverListener, setDebugEnabledclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetIdpublic AlignedModal()
AlignedModalpublic AlignedModal(java.lang.String id)
id - The unique ID for this AlignedModalprotected ParentRenderNode<?,?> createRenderNode(ParentRenderNode<?,?> parent)
ParentUiElementParentRenderNode for this UiElementcreateRenderNode in class Columnparent - The parent of this nodeParentRenderNodepublic VerticalAlignment getVerticalAlignment()
VerticalAlignment of this AlignedModalVerticalAlignment.MIDDLE by defaultpublic void setVerticalAlignment(VerticalAlignment verticalAlignment)
VerticalAlignment of this AlignedModalverticalAlignment - public HorizontalAlignment getHorizontalAlignment()
HorizontalAlignment of this AlignedModalHorizontalAlignment.CENTER by defaultpublic void setHorizontalAlignment(HorizontalAlignment horizontalAlignment)
HorizontalAlignment of this AlignedModalhorizontalAlignment -