Interface | Description |
---|---|
UiWidget |
This is the interface for an adapter to a physical widget (or potentially a composition of such
widgets) of the underlying native widget toolkit.
|
UiWidgetAbstractComposite |
This is the abstract interface for an
UiWidget that is a composite. |
UiWidgetAbstractWithValue<VALUE> | |
UiWidgetActive | |
UiWidgetClickable | |
UiWidgetComposite<CHILD extends UiWidget> |
This is the abstract interface for an
UiWidget that is a composite. |
UiWidgetDynamicComposite<CHILD extends UiWidget> |
This is the interface for a
composite widget that allows to
add and remove its children dynamically with no
additional arguments (e.g. |
UiWidgetFactory |
This interface is the central API for the end-user to create widgets via factory.
|
UiWidgetListBase<ROW> |
This is the interface for a
widget that presents a list of <ROW> objects and
allows the end-user to select one
or multiple out of these objects. |
UiWidgetListContainer<ITEM> |
This is the interface for a
regular widget that is or contains a
list of items that can be selected . |
UiWidgetMultiComposite<CHILD extends UiWidget> |
This is the abstract interface for a
composite widget that can contain
multiple children and allows to #re. |
UiWidgetNative |
This is the marker interface for native
UiWidget s that can be created by interface via UiWidgetFactory . |
UiWidgetOptionsBase<VALUE> | |
UiWidgetRegular |
This is the interface for a regular
UiWidget . |
UiWidgetRegularComposite<CHILD extends UiWidget> |
This is the interface for a
regular UiWidgetComposite . |
UiWidgetSingleComposite<CHILD extends UiWidget> |
This is the abstract interface for a
composite widget that contains a single
child . |
UiWidgetSingleMutableComposite<CHILD extends UiWidget> |
This is the abstract interface for a
single composite widget that allows to
set or replace its child . |
UiWidgetSwitchComposite<CHILD extends UiWidget> |
This is the interface for a
dynamic composite widget that only shows a
single child at a time. |
UiWidgetWithSelectedValue<VALUE> |
This is the interface for for a
regular widget that is or contains a
UiFeatureSelectedValue . |
UiWidgetWithValue<VALUE> |
This is the interface for a
regular widget that has a value . |
widgets
to
build a user interface (UI). It abstracts from underlying native UI toolkits (such as Swing, GWT, etc.). UiWidgetFactoryNative
that allows to
create
arbitrary
UiWidget
s. Use UiContext
to get access. Client UI API
for an introduction.
Copyright © 2001–2016 mmm-Team. All rights reserved.