Interface | Description |
---|---|
UiWidgetAbstractBorderPanel |
This is the interface for a
panel widget that shows a single child that is surrounded by a labeled border. |
UiWidgetAbstractButtonContainer |
This is the interface for a
dynamic panel that shows a number of
buttons . |
UiWidgetBorderPanel |
This is the interface for a normal
border panel . |
UiWidgetButtonGroup |
This is the interface for a lightweight
dynamic panel that groups a number of
buttons that have a related functionality (e.g. |
UiWidgetButtonPanel |
This is the interface for a
button container that shows a number of
buttons horizontally (e.g. |
UiWidgetCollapsableBorderPanel |
This is the interface for a
border panel that can be
collapsed and expanded . |
UiWidgetDynamicPanel<CHILD extends UiWidget> |
This is the abstract interface for a
panel widget that represents a
dynamic panel. |
UiWidgetGridCell |
This is the interface for a
single composite that represents the
cell of a UiWidgetGridRow . |
UiWidgetGridPanel |
This is the interface for a
dynamic panel that represents a flexible grid. |
UiWidgetGridRow |
This is the interface for a a
dynamic panel that represents a row of a
UiWidgetGridPanel and consists of cells . |
UiWidgetHorizontalPanel |
This is the interface for a
UiWidgetPanel that shows its children
horizontally from the left to the right. |
UiWidgetHorizontalSplitPanel |
This is the interface for a
split panel that shows its children with horizontal orientation from the left to the right. |
UiWidgetPanel<CHILD extends UiWidget> |
This is the interface for an
UiWidgetRegularComposite that represents a panel. |
UiWidgetSplitPanel |
This is the interface for a
dynamic panel that shows splitter-bars between
each of its children and allows the user to slide these splitter-bars to dynamically
adjust the size of the children . |
UiWidgetSwitchPanel | |
UiWidgetTabPanel |
This is the interface for a
panel widget that represents a tab panel . |
UiWidgetToolbar |
This is the interface for a
button container that represents a
toolbar. |
UiWidgetVerticalPanel |
This is the interface for a
UiWidgetPanel that shows its children vertically
from the top to the bottom. |
UiWidgetVerticalSplitPanel |
This is the interface for a
split panel that shows its children with vertical orientation from the top to the bottom. |
panel widgets
.
Please consult Client UI API
for an introduction.
Copyright © 2001–2016 mmm-Team. All rights reserved.