asyncAddQueue, asyncRemoveAll, asyncRemoveQueue, children, renderNodeeffects, styleId, visibility, zIndex| Constructor and Description |
|---|
Row()
Constructor.
|
Row(java.lang.String id)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
attach(ParentRenderNode<?,?> parentRenderNode)
Attaches a
RenderNode for this element to a parent
RenderNode |
static Row |
withElements(java.lang.String rowId,
UiElement... elements)
|
static Row |
withElements(UiElement... elements)
|
add, add, addAsync, detach, getElementById, getLayout, getTotalChildren, remove, remove, removeAll, removeAllAsync, removeAsync, setLayout, setStyleId, setVisibility, setZIndex, syncWithRenderNodeaddEffectListener, addHoverListener, applyEffect, equals, getId, getStyleId, getVisibility, getZIndex, hashCode, isDebugEnabled, notifyEffectListenersOnFinished, notifyHoverListenersOnBeginHover, notifyHoverListenersOnEndHover, removeEffectListener, removeHoverListener, setDebugEnabledpublic Row()
Rowpublic Row(java.lang.String id)
id - The unique ID for this Rowpublic void attach(ParentRenderNode<?,?> parentRenderNode)
UiElementRenderNode for this element to a parent
RenderNodeattach in class ColumnparentRenderNode - The parent RenderNode to attach to