| Package | Description |
|---|---|
| net.sf.mmm.client.ui.api |
Contains the API to build user-interfaces for an application client.
|
| net.sf.mmm.client.ui.api.widget |
Contains the API for widgets.
|
| net.sf.mmm.client.ui.api.widget.complex |
Contains the API for complex widgets.
|
| net.sf.mmm.client.ui.api.widget.core |
Contains the API for core widgets.
|
| net.sf.mmm.client.ui.api.widget.factory |
Contains the API for widget factories.
|
| net.sf.mmm.client.ui.api.widget.field |
Contains the API for field widgets.
|
| net.sf.mmm.client.ui.api.widget.media |
Contains the API for media widgets.
|
| net.sf.mmm.client.ui.api.widget.menu |
Contains the API for menu widgets.
|
| net.sf.mmm.client.ui.api.widget.panel |
Contains the API for panel widgets.
|
| net.sf.mmm.client.ui.api.widget.window |
Contains the API for window widgets.
|
| net.sf.mmm.client.ui.base |
Contains the base implementation for widgets.
|
| net.sf.mmm.client.ui.base.binding |
Contains the (base) implementations of the data binding.
|
| net.sf.mmm.client.ui.base.dialog |
Contains the base implementation of the Client Dialog API.
|
| net.sf.mmm.client.ui.base.dialog.main |
Contains the base implementation for main dialogs.
|
| net.sf.mmm.client.ui.base.dialog.navigation |
Contains the base implementation for the (default) navigation dialog.
|
| net.sf.mmm.client.ui.base.dialog.page |
Contains the base implementation of the page dialog.
|
| net.sf.mmm.client.ui.base.dynamic |
Contains the (base) implementations of dynamic effects.
|
| net.sf.mmm.client.ui.base.widget |
Contains the base implementation for widgets.
|
| net.sf.mmm.client.ui.base.widget.adapter |
Contains the adapters for widgets.
|
| net.sf.mmm.client.ui.base.widget.complex |
Contains the base implementation for complex widgets.
|
| net.sf.mmm.client.ui.base.widget.core |
Contains the base implementation for core widgets.
|
| net.sf.mmm.client.ui.base.widget.custom |
Contains the API for custom widgets.
|
| net.sf.mmm.client.ui.base.widget.custom.complex |
Contains the API for complex custom widgets.
|
| net.sf.mmm.client.ui.base.widget.custom.core |
Contains the API for custom core widgets.
|
| net.sf.mmm.client.ui.base.widget.custom.field |
Contains the API for custom field widgets.
|
| net.sf.mmm.client.ui.base.widget.custom.panel |
Contains the API for custom panel widgets.
|
| net.sf.mmm.client.ui.base.widget.custom.pattern |
Contains the API for custom pattern widgets.
|
| net.sf.mmm.client.ui.base.widget.custom.window |
Contains the API for custom window widgets.
|
| net.sf.mmm.client.ui.base.widget.factory |
Contains the API and default implementations of factories for widgets.
|
| net.sf.mmm.client.ui.base.widget.field |
Contains the base implementation for field widgets.
|
| net.sf.mmm.client.ui.base.widget.menu |
Contains the base implementation for menu widgets.
|
| net.sf.mmm.client.ui.base.widget.panel |
Contains the base implementation for panel widgets.
|
| net.sf.mmm.client.ui.base.widget.window |
Contains the base implementation for window widgets.
|
| net.sf.mmm.client.ui.impl.gwt.widget |
Contains the base implementation for widgets using GWT.
|
| net.sf.mmm.client.ui.impl.gwt.widget.adapter |
Contains the implementation for widget adapters using GWT.
|
| net.sf.mmm.client.ui.impl.gwt.widget.complex |
Contains the implementation for complex widgets using GWT.
|
| net.sf.mmm.client.ui.impl.gwt.widget.complex.adapter |
Contains the implementation for complex widget adapters using GWT.
|
| net.sf.mmm.client.ui.impl.gwt.widget.core |
Contains the implementation for core widgets using GWT.
|
| net.sf.mmm.client.ui.impl.gwt.widget.core.adapter |
Contains the implementation for core widget adapters using GWT.
|
| net.sf.mmm.client.ui.impl.gwt.widget.field |
Contains the implementation for field widgets using GWT.
|
| net.sf.mmm.client.ui.impl.gwt.widget.menu |
Contains the implementation for menu widgets using GWT.
|
| net.sf.mmm.client.ui.impl.gwt.widget.panel |
Contains the implementation for panel widgets using GWT.
|
| net.sf.mmm.client.ui.impl.gwt.widget.panel.adapter |
Contains the implementation for panel widget adapters using GWT.
|
| net.sf.mmm.client.ui.impl.gwt.widget.window |
Contains the implementation for window widgets using GWT.
|
| net.sf.mmm.client.ui.impl.gwt.widget.window.adapter |
Contains the implementation for window widget adapters using GWT.
|
| net.sf.mmm.client.ui.impl.test.widget.adapter |
Contains the test implementation of widget adapters.
|
| net.sf.mmm.client.ui.impl.test.widget.complex |
Contains the test implementation of complex widgets.
|
| net.sf.mmm.client.ui.impl.test.widget.core |
Contains the test implementation of core widgets.
|
| net.sf.mmm.client.ui.impl.test.widget.field |
Contains the test implementation of field widgets.
|
| net.sf.mmm.client.ui.impl.test.widget.menu |
Contains the test implementation of menu widgets.
|
| net.sf.mmm.client.ui.impl.test.widget.panel |
Contains the test implementation of panel widgets.
|
| net.sf.mmm.client.ui.impl.test.widget.window |
Contains the test implementation of window widgets.
|
| Class and Description |
|---|
| UiWidgetFactory
This interface is the central API for the end-user to create widgets via factory.
|
| Class and 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 |
| UiWidgetActive |
| UiWidgetComposite
This is the abstract interface for an
UiWidget that is a composite. |
| UiWidgetDynamicComposite
This is the interface for a
composite widget that allows to
add and remove its children dynamically with no
additional arguments (e.g. |
| UiWidgetListContainer
This is the interface for a
regular widget that is or contains a
list of items that can be selected. |
| UiWidgetMultiComposite
This is the abstract interface for a
composite widget that can contain
multiple children and allows to #re. |
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| UiWidgetSingleComposite
This is the abstract interface for a
composite widget that contains a single
child. |
| UiWidgetWithSelectedValue
This is the interface for for a
regular widget that is or contains a
UiFeatureSelectedValue. |
| UiWidgetWithValue
This is the interface for a
regular widget that has a value. |
| Class and 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.
|
| UiWidgetAbstractWithValue |
| UiWidgetListBase
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
This is the interface for a
regular widget that is or contains a
list of items that can be selected. |
| UiWidgetNative
This is the marker interface for native
UiWidgets that can be created by interface via UiWidgetFactory. |
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| UiWidgetWithSelectedValue
This is the interface for for a
regular widget that is or contains a
UiFeatureSelectedValue. |
| UiWidgetWithValue
This is the interface for a
regular widget that has a value. |
| Class and 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 |
| UiWidgetActive |
| UiWidgetClickable |
| UiWidgetComposite
This is the abstract interface for an
UiWidget that is a composite. |
| UiWidgetNative
This is the marker interface for native
UiWidgets that can be created by interface via UiWidgetFactory. |
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| UiWidgetSingleComposite
This is the abstract interface for a
composite widget that contains a single
child. |
| UiWidgetSingleMutableComposite
This is the abstract interface for a
single composite widget that allows to
set or replace its child. |
| UiWidgetWithValue
This is the interface for a
regular widget that has a value. |
| Class and 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.
|
| UiWidgetNative
This is the marker interface for native
UiWidgets that can be created by interface via UiWidgetFactory. |
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| Class and 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 |
| UiWidgetActive |
| UiWidgetComposite
This is the abstract interface for an
UiWidget that is a composite. |
| UiWidgetListBase
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
This is the interface for a
regular widget that is or contains a
list of items that can be selected. |
| UiWidgetNative
This is the marker interface for native
UiWidgets that can be created by interface via UiWidgetFactory. |
| UiWidgetOptionsBase |
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| UiWidgetRegularComposite
This is the interface for a
regular UiWidgetComposite. |
| UiWidgetWithSelectedValue
This is the interface for for a
regular widget that is or contains a
UiFeatureSelectedValue. |
| UiWidgetWithValue
This is the interface for a
regular widget that has a value. |
| Class and 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. |
| UiWidgetComposite
This is the abstract interface for an
UiWidget that is a composite. |
| UiWidgetNative
This is the marker interface for native
UiWidgets that can be created by interface via UiWidgetFactory. |
| Class and 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. |
| UiWidgetActive |
| UiWidgetClickable |
| UiWidgetComposite
This is the abstract interface for an
UiWidget that is a composite. |
| UiWidgetDynamicComposite
This is the interface for a
composite widget that allows to
add and remove its children dynamically with no
additional arguments (e.g. |
| UiWidgetMultiComposite
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
UiWidgets that can be created by interface via UiWidgetFactory. |
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| UiWidgetRegularComposite
This is the interface for a
regular UiWidgetComposite. |
| Class and 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. |
| UiWidgetComposite
This is the abstract interface for an
UiWidget that is a composite. |
| UiWidgetDynamicComposite
This is the interface for a
composite widget that allows to
add and remove its children dynamically with no
additional arguments (e.g. |
| UiWidgetMultiComposite
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
UiWidgets that can be created by interface via UiWidgetFactory. |
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| UiWidgetRegularComposite
This is the interface for a
regular UiWidgetComposite. |
| UiWidgetSingleComposite
This is the abstract interface for a
composite widget that contains a single
child. |
| UiWidgetSingleMutableComposite
This is the abstract interface for a
single composite widget that allows to
set or replace its child. |
| UiWidgetSwitchComposite
This is the interface for a
dynamic composite widget that only shows a
single child at a time. |
| Class and 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. |
| UiWidgetComposite
This is the abstract interface for an
UiWidget that is a composite. |
| UiWidgetDynamicComposite
This is the interface for a
composite widget that allows to
add and remove its children dynamically with no
additional arguments (e.g. |
| UiWidgetMultiComposite
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
UiWidgets that can be created by interface via UiWidgetFactory. |
| Class and 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.
|
| UiWidgetActive |
| UiWidgetFactory
This interface is the central API for the end-user to create widgets via factory.
|
| Class and Description |
|---|
| UiWidgetActive |
| UiWidgetWithValue
This is the interface for a
regular widget that has a value. |
| Class and 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.
|
| Class and Description |
|---|
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| Class and Description |
|---|
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| Class and Description |
|---|
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| Class and 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.
|
| Class and 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 |
| UiWidgetActive |
| UiWidgetClickable |
| UiWidgetComposite
This is the abstract interface for an
UiWidget that is a composite. |
| UiWidgetDynamicComposite
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.
|
| UiWidgetMultiComposite
This is the abstract interface for a
composite widget that can contain
multiple children and allows to #re. |
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| UiWidgetSingleComposite
This is the abstract interface for a
composite widget that contains a single
child. |
| UiWidgetSingleMutableComposite
This is the abstract interface for a
single composite widget that allows to
set or replace its child. |
| UiWidgetSwitchComposite
This is the interface for a
dynamic composite widget that only shows a
single child at a time. |
| UiWidgetWithValue
This is the interface for a
regular widget that has a value. |
| Class and 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.
|
| UiWidgetComposite
This is the abstract interface for an
UiWidget that is a composite. |
| Class and 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 |
| UiWidgetActive |
| UiWidgetListBase
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
This is the interface for a
regular widget that is or contains a
list of items that can be selected. |
| UiWidgetNative
This is the marker interface for native
UiWidgets that can be created by interface via UiWidgetFactory. |
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| UiWidgetWithSelectedValue
This is the interface for for a
regular widget that is or contains a
UiFeatureSelectedValue. |
| UiWidgetWithValue
This is the interface for a
regular widget that has a value. |
| Class and 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 |
| UiWidgetActive |
| UiWidgetClickable |
| UiWidgetComposite
This is the abstract interface for an
UiWidget that is a composite. |
| UiWidgetNative
This is the marker interface for native
UiWidgets that can be created by interface via UiWidgetFactory. |
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| UiWidgetSingleComposite
This is the abstract interface for a
composite widget that contains a single
child. |
| UiWidgetSingleMutableComposite
This is the abstract interface for a
single composite widget that allows to
set or replace its child. |
| UiWidgetWithValue
This is the interface for a
regular widget that has a value. |
| Class and 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 |
| UiWidgetComposite
This is the abstract interface for an
UiWidget that is a composite. |
| UiWidgetDynamicComposite
This is the interface for a
composite widget that allows to
add and remove its children dynamically with no
additional arguments (e.g. |
| UiWidgetMultiComposite
This is the abstract interface for a
composite widget that can contain
multiple children and allows to #re. |
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| UiWidgetRegularComposite
This is the interface for a
regular UiWidgetComposite. |
| UiWidgetWithValue
This is the interface for a
regular widget that has a value. |
| Class and 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.
|
| UiWidgetAbstractWithValue |
| UiWidgetListBase
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
This is the interface for a
regular widget that is or contains a
list of items that can be selected. |
| UiWidgetNative
This is the marker interface for native
UiWidgets that can be created by interface via UiWidgetFactory. |
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| UiWidgetWithSelectedValue
This is the interface for for a
regular widget that is or contains a
UiFeatureSelectedValue. |
| UiWidgetWithValue
This is the interface for a
regular widget that has a value. |
| Class and 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.
|
| UiWidgetAbstractWithValue |
| UiWidgetActive |
| UiWidgetClickable |
| UiWidgetNative
This is the marker interface for native
UiWidgets that can be created by interface via UiWidgetFactory. |
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| UiWidgetWithValue
This is the interface for a
regular widget that has a value. |
| Class and 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 |
| UiWidgetActive |
| UiWidgetComposite
This is the abstract interface for an
UiWidget that is a composite. |
| UiWidgetDynamicComposite
This is the interface for a
composite widget that allows to
add and remove its children dynamically with no
additional arguments (e.g. |
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| UiWidgetRegularComposite
This is the interface for a
regular UiWidgetComposite. |
| UiWidgetWithValue
This is the interface for a
regular widget that has a value. |
| Class and 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 |
| UiWidgetComposite
This is the abstract interface for an
UiWidget that is a composite. |
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| UiWidgetWithValue
This is the interface for a
regular widget that has a value. |
| Class and 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 |
| UiWidgetComposite
This is the abstract interface for an
UiWidget that is a composite. |
| UiWidgetListBase
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
This is the interface for a
regular widget that is or contains a
list of items that can be selected. |
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| UiWidgetWithValue
This is the interface for a
regular widget that has a value. |
| Class and 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 |
| UiWidgetComposite
This is the abstract interface for an
UiWidget that is a composite. |
| UiWidgetDynamicComposite
This is the interface for a
composite widget that allows to
add and remove its children dynamically with no
additional arguments (e.g. |
| UiWidgetMultiComposite
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
UiWidgets that can be created by interface via UiWidgetFactory. |
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| UiWidgetWithValue
This is the interface for a
regular widget that has a value. |
| Class and Description |
|---|
| UiWidgetFactory
This interface is the central API for the end-user to create widgets via factory.
|
| UiWidgetNative
This is the marker interface for native
UiWidgets that can be created by interface via UiWidgetFactory. |
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| Class and 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 |
| UiWidgetActive |
| UiWidgetComposite
This is the abstract interface for an
UiWidget that is a composite. |
| UiWidgetNative
This is the marker interface for native
UiWidgets that can be created by interface via UiWidgetFactory. |
| UiWidgetOptionsBase |
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| UiWidgetRegularComposite
This is the interface for a
regular UiWidgetComposite. |
| UiWidgetWithValue
This is the interface for a
regular widget that has a value. |
| Class and 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 |
| UiWidgetActive |
| UiWidgetClickable |
| UiWidgetComposite
This is the abstract interface for an
UiWidget that is a composite. |
| UiWidgetDynamicComposite
This is the interface for a
composite widget that allows to
add and remove its children dynamically with no
additional arguments (e.g. |
| UiWidgetMultiComposite
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
UiWidgets that can be created by interface via UiWidgetFactory. |
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| UiWidgetRegularComposite
This is the interface for a
regular UiWidgetComposite. |
| Class and 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 |
| UiWidgetComposite
This is the abstract interface for an
UiWidget that is a composite. |
| UiWidgetDynamicComposite
This is the interface for a
composite widget that allows to
add and remove its children dynamically with no
additional arguments (e.g. |
| UiWidgetMultiComposite
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
UiWidgets that can be created by interface via UiWidgetFactory. |
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| UiWidgetRegularComposite
This is the interface for a
regular UiWidgetComposite. |
| UiWidgetSingleComposite
This is the abstract interface for a
composite widget that contains a single
child. |
| UiWidgetSingleMutableComposite
This is the abstract interface for a
single composite widget that allows to
set or replace its child. |
| UiWidgetSwitchComposite
This is the interface for a
dynamic composite widget that only shows a
single child at a time. |
| Class and 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 |
| UiWidgetComposite
This is the abstract interface for an
UiWidget that is a composite. |
| UiWidgetDynamicComposite
This is the interface for a
composite widget that allows to
add and remove its children dynamically with no
additional arguments (e.g. |
| UiWidgetMultiComposite
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
UiWidgets that can be created by interface via UiWidgetFactory. |
| Class and Description |
|---|
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| Class and 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.
|
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| Class and 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 |
| UiWidgetActive |
| UiWidgetListBase
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
This is the interface for a
regular widget that is or contains a
list of items that can be selected. |
| UiWidgetNative
This is the marker interface for native
UiWidgets that can be created by interface via UiWidgetFactory. |
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| UiWidgetWithSelectedValue
This is the interface for for a
regular widget that is or contains a
UiFeatureSelectedValue. |
| UiWidgetWithValue
This is the interface for a
regular widget that has a value. |
| Class and 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.
|
| UiWidgetComposite
This is the abstract interface for an
UiWidget that is a composite. |
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| UiWidgetWithValue
This is the interface for a
regular widget that has a value. |
| Class and 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 |
| UiWidgetActive |
| UiWidgetClickable |
| UiWidgetComposite
This is the abstract interface for an
UiWidget that is a composite. |
| UiWidgetNative
This is the marker interface for native
UiWidgets that can be created by interface via UiWidgetFactory. |
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| UiWidgetSingleComposite
This is the abstract interface for a
composite widget that contains a single
child. |
| UiWidgetSingleMutableComposite
This is the abstract interface for a
single composite widget that allows to
set or replace its child. |
| UiWidgetWithValue
This is the interface for a
regular widget that has a value. |
| Class and Description |
|---|
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| Class and 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 |
| UiWidgetActive |
| UiWidgetComposite
This is the abstract interface for an
UiWidget that is a composite. |
| UiWidgetNative
This is the marker interface for native
UiWidgets that can be created by interface via UiWidgetFactory. |
| UiWidgetOptionsBase |
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| UiWidgetRegularComposite
This is the interface for a
regular UiWidgetComposite. |
| UiWidgetWithValue
This is the interface for a
regular widget that has a value. |
| Class and 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 |
| UiWidgetActive |
| UiWidgetClickable |
| UiWidgetComposite
This is the abstract interface for an
UiWidget that is a composite. |
| UiWidgetDynamicComposite
This is the interface for a
composite widget that allows to
add and remove its children dynamically with no
additional arguments (e.g. |
| UiWidgetMultiComposite
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
UiWidgets that can be created by interface via UiWidgetFactory. |
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| UiWidgetRegularComposite
This is the interface for a
regular UiWidgetComposite. |
| Class and 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 |
| UiWidgetComposite
This is the abstract interface for an
UiWidget that is a composite. |
| UiWidgetDynamicComposite
This is the interface for a
composite widget that allows to
add and remove its children dynamically with no
additional arguments (e.g. |
| UiWidgetMultiComposite
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
UiWidgets that can be created by interface via UiWidgetFactory. |
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| UiWidgetRegularComposite
This is the interface for a
regular UiWidgetComposite. |
| UiWidgetSingleComposite
This is the abstract interface for a
composite widget that contains a single
child. |
| UiWidgetSingleMutableComposite
This is the abstract interface for a
single composite widget that allows to
set or replace its child. |
| UiWidgetSwitchComposite
This is the interface for a
dynamic composite widget that only shows a
single child at a time. |
| Class and Description |
|---|
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| Class and 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 |
| UiWidgetComposite
This is the abstract interface for an
UiWidget that is a composite. |
| UiWidgetDynamicComposite
This is the interface for a
composite widget that allows to
add and remove its children dynamically with no
additional arguments (e.g. |
| UiWidgetMultiComposite
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
UiWidgets that can be created by interface via UiWidgetFactory. |
| Class and Description |
|---|
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| Class and 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.
|
| Class and 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 |
| UiWidgetActive |
| UiWidgetNative
This is the marker interface for native
UiWidgets that can be created by interface via UiWidgetFactory. |
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| UiWidgetWithSelectedValue
This is the interface for for a
regular widget that is or contains a
UiFeatureSelectedValue. |
| UiWidgetWithValue
This is the interface for a
regular widget that has a value. |
| Class and 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 |
| UiWidgetActive |
| UiWidgetClickable |
| UiWidgetComposite
This is the abstract interface for an
UiWidget that is a composite. |
| UiWidgetNative
This is the marker interface for native
UiWidgets that can be created by interface via UiWidgetFactory. |
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| UiWidgetSingleComposite
This is the abstract interface for a
composite widget that contains a single
child. |
| UiWidgetSingleMutableComposite
This is the abstract interface for a
single composite widget that allows to
set or replace its child. |
| Class and 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 |
| UiWidgetActive |
| UiWidgetComposite
This is the abstract interface for an
UiWidget that is a composite. |
| UiWidgetNative
This is the marker interface for native
UiWidgets that can be created by interface via UiWidgetFactory. |
| UiWidgetOptionsBase |
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| UiWidgetRegularComposite
This is the interface for a
regular UiWidgetComposite. |
| UiWidgetWithValue
This is the interface for a
regular widget that has a value. |
| Class and 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 |
| UiWidgetActive |
| UiWidgetClickable |
| UiWidgetComposite
This is the abstract interface for an
UiWidget that is a composite. |
| UiWidgetDynamicComposite
This is the interface for a
composite widget that allows to
add and remove its children dynamically with no
additional arguments (e.g. |
| UiWidgetMultiComposite
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
UiWidgets that can be created by interface via UiWidgetFactory. |
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| UiWidgetRegularComposite
This is the interface for a
regular UiWidgetComposite. |
| Class and 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 |
| UiWidgetComposite
This is the abstract interface for an
UiWidget that is a composite. |
| UiWidgetDynamicComposite
This is the interface for a
composite widget that allows to
add and remove its children dynamically with no
additional arguments (e.g. |
| UiWidgetMultiComposite
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
UiWidgets that can be created by interface via UiWidgetFactory. |
| UiWidgetRegular
This is the interface for a regular
UiWidget. |
| UiWidgetRegularComposite
This is the interface for a
regular UiWidgetComposite. |
| UiWidgetSingleComposite
This is the abstract interface for a
composite widget that contains a single
child. |
| UiWidgetSingleMutableComposite
This is the abstract interface for a
single composite widget that allows to
set or replace its child. |
| UiWidgetSwitchComposite
This is the interface for a
dynamic composite widget that only shows a
single child at a time. |
| Class and 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 |
| UiWidgetComposite
This is the abstract interface for an
UiWidget that is a composite. |
| UiWidgetDynamicComposite
This is the interface for a
composite widget that allows to
add and remove its children dynamically with no
additional arguments (e.g. |
| UiWidgetMultiComposite
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
UiWidgets that can be created by interface via UiWidgetFactory. |
Copyright © 2001–2016 mmm-Team. All rights reserved.