public interface UiWidgetGridCell extends UiWidgetSingleMutableComposite<UiWidgetRegular>, AttributeWriteColumnSpan, UiWidgetNative
single composite
that represents the
cell of a UiWidgetGridRow
.STYLE_HEADER
HTML_ATTRIBUTE_ID, ID_SEPARATOR, PROPERTY_ID
PROPERTY_STYLES, STYLE_PATTERN_MULTIPLE, STYLE_PATTERN_SINGLE
WAI_ARIA
ATTRIBUTE_COLSPAN
Modifier and Type | Method and Description |
---|---|
void |
setChildren(UiWidgetRegular... children)
This method creates a
UiWidgetHorizontalPanel adds the
given children to it and sets it it as child of this
cell. |
getChild, getChildCount, setChild
getChild, getChild
getChildIndex
getContext, getParent, getSize
clearMessages
addEventHandler, removeEventHandler
setMode
getMode
setModeFixed
getModeFixed
setId
getId
setTooltip
getTooltip
getVisibleFlag, isVisible, setVisible, setVisible
isVisibleRecursive
setEnabled
isEnabled
addStyle, removeStyle
hasStyle
setStyles
getStyles
setPrimaryStyle
getPrimaryStyle
dispose
isDisposed
isModified
getAriaRole
validate
setColumnSpan
getColumnSpan
void setChildren(UiWidgetRegular... children)
UiWidgetHorizontalPanel
adds the
given children
to it and sets
it it as child of this
cell. children
- are the children to add.#setChild(UiWidgetRegular)
Copyright © 2001–2016 mmm-Team. All rights reserved.