public interface UiWidgetAbstractBorderPanel extends UiWidgetPanel<UiWidgetRegular>, UiWidgetSingleMutableComposite<UiWidgetRegular>, AttributeWriteLabel
panel widget
that shows a single child
that is surrounded by a labeled
border. content
and not part of
the UiWidgetAbstractBorderPanel
itself):
Modifier and Type | Field and Description |
---|---|
static String |
STYLE_BORDER_PANEL
The default
primary style of this widget. |
PROPERTY_STYLES, STYLE_PATTERN_MULTIPLE, STYLE_PATTERN_SINGLE
PROPERTY_LABEL
Modifier and Type | Method and Description |
---|---|
void |
setChild(UiWidgetRegular child)
This method sets the single
child of this widget. |
getChild, getChildCount
getChild, getChild
getChildIndex
getStyles
getPrimaryStyle
setLabel
getLabel
static final String STYLE_BORDER_PANEL
primary style
of this widget.void setChild(UiWidgetRegular child)
child
of this widget. The current child
will be replaced (and is therefore removed from the UI).setChild
in interface UiWidgetSingleMutableComposite<UiWidgetRegular>
child
- is the new child to set.Copyright © 2001–2016 mmm-Team. All rights reserved.