public interface UiWidgetGridRow extends UiWidgetDynamicPanel<UiWidgetGridCell>, UiWidgetNative
dynamic panel
that represents a row of a
UiWidgetGridPanel
and consists of cells
.PROPERTY_STYLES, STYLE_PATTERN_MULTIPLE, STYLE_PATTERN_SINGLE
Modifier and Type | Method and Description |
---|---|
UiWidgetGridCell |
addChild(UiWidgetRegular child)
|
UiWidgetGridCell |
addChildren(UiWidgetRegular... children)
This method creates a
UiWidgetGridCell , sets
the given children composed to a single widget and adds
it to this row. |
addChild, addChild
removeChild, removeChild
getChild, getChild
getChildCount, getChildIndex
getStyles
getPrimaryStyle
UiWidgetGridCell addChild(UiWidgetRegular child)
UiWidgetGridCell
, sets
the given child
and adds
it to this row. child
is a UiWidgetField
, this
method will also attach the
label
before. This is
done on purpose for convenience. If you want to prevent this,
create
a
UiWidgetGridCell
directly and set
the
UiWidgetField
directly before you
add
it.child
- is the child to add.UiWidgetGridCell
.#addChild(UiWidgetGridCell)
UiWidgetGridCell addChildren(UiWidgetRegular... children)
UiWidgetGridCell
, sets
the given children
composed to a single widget and adds
it to this row. children
- are the children to add.UiWidgetGridCell
.#addChild(UiWidgetGridCell)
,
UiWidgetGridCell.setChildren(UiWidgetRegular...)
Copyright © 2001–2016 mmm-Team. All rights reserved.