Package | Description |
---|---|
net.sf.mmm.client.ui.api.attribute |
Contains abstract interfaces for common attributes of UI objects.
|
net.sf.mmm.client.ui.api.media |
Contains the media API of the client UI.
|
net.sf.mmm.client.ui.api.widget.complex |
Contains the API for complex widgets.
|
net.sf.mmm.client.ui.api.widget.field |
Contains the API for field widgets.
|
net.sf.mmm.client.ui.api.widget.window |
Contains the API for window widgets.
|
net.sf.mmm.client.ui.base.widget.complex |
Contains the base implementation for complex widgets.
|
net.sf.mmm.client.ui.base.widget.complex.adapter |
Contains the adapters for complex 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.window |
Contains the API for custom window widgets.
|
net.sf.mmm.client.ui.base.widget.field |
Contains the base implementation for field widgets.
|
net.sf.mmm.client.ui.base.widget.field.adapter |
Contains the adapters for field widgets.
|
net.sf.mmm.client.ui.base.widget.window |
Contains the base implementation for window widgets.
|
net.sf.mmm.client.ui.base.widget.window.adapter |
Contains the adapters for window widgets.
|
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.field |
Contains the implementation for field widgets using GWT.
|
net.sf.mmm.client.ui.impl.gwt.widget.field.adapter |
Contains the implementation for field 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.complex.adapter |
Contains the test implementation of adapters for complex 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.field.adapter |
Contains the test implementation of adapters for field widgets.
|
net.sf.mmm.client.ui.impl.test.widget.menu.adapter |
Contains the test implementation of adapters for menu widgets.
|
net.sf.mmm.client.ui.impl.test.widget.panel.adapter |
Contains the test implementation of adapters for panel widgets.
|
net.sf.mmm.client.ui.impl.test.widget.window |
Contains the test implementation of window widgets.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AttributeWriteStringTitle
This interface gives read and write access to the
title of an object. |
Modifier and Type | Class and Description |
---|---|
class |
AudioDescriptorBean
This is the implementation of
AudioDescriptor as a simple java bean. |
class |
MediaDescriptorBean
This is the abstract base implementation of
MediaDescriptor as java bean. |
class |
VideoDescriptorBean
This is the implementation of
MediaDescriptorBean as a simple java bean. |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAbstractDataSet<ITEM>
This is the abstract interface for a
regular widget
that is used to present complex data sets. |
interface |
UiWidgetAbstractDataTable<ROW>
This is the abstract interface for a
data set widget that represents a
data table. |
interface |
UiWidgetAbstractListTable<ROW>
This is the abstract interface for a
data table widget that represents a
list table. |
interface |
UiWidgetAbstractTree<NODE>
This is the interface for a
data set widget that represents a tree
widget. |
interface |
UiWidgetListTable<ROW>
This is the interface for a normal
list table widget . |
interface |
UiWidgetOptionListTable<ROW>
This is the interface for an
option -based list
table widget . |
interface |
UiWidgetTableColumn<ROW,CELL>
|
interface |
UiWidgetTree<NODE>
This is the interface for a
tree based widget that represents a regular
tree. |
interface |
UiWidgetTreeTable<NODE>
This is the interface for a
regular widget that is
both a list table as well as a UiWidgetAbstractTree . |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetCheckboxField
This is the interface for a
field widget that represents a checkbox. |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAbstractDialogWindow
This is the abstract base interface for a
window widget that represents a
dialog window. |
interface |
UiWidgetAbstractWindow
This is the abstract base interface for a
dynamic composite widget that
represents a window. |
interface |
UiWidgetMainWindow
This is the interface for a
base window widget that represents a
main window. |
interface |
UiWidgetPopup
This is the interface for a
base window widget that represents a
popup window. |
interface |
UiWidgetWindow
This is the interface for a
base window widget that represents a regular
window. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetAbstractDataSet<ADAPTER extends UiWidgetAdapterAbstractDataSet<ITEM>,VALUE,ITEM,ITEM_CONTAINER>
This is the abstract base implementation of
UiWidgetAbstractListTable . |
class |
AbstractUiWidgetAbstractDataTable<ADAPTER extends UiWidgetAdapterAbstractDataTable<ROW>,VALUE,ROW,ITEM_CONTAINER extends ItemContainer<ROW,ITEM_CONTAINER>>
This is the abstract base implementation of
UiWidgetAbstractDataTable . |
class |
AbstractUiWidgetAbstractListTable<ADAPTER extends UiWidgetAdapterAbstractListTable<ROW,ITEM_CONTAINER>,ROW,ITEM_CONTAINER extends ItemContainer<ROW,ITEM_CONTAINER>>
This is the abstract base implementation of
UiWidgetAbstractListTable . |
class |
AbstractUiWidgetListTable<ADAPTER extends UiWidgetAdapterListTable<ROW,ITEM_CONTAINER>,ROW,ITEM_CONTAINER extends ItemContainer<ROW,ITEM_CONTAINER>>
This is the base implementation of
UiWidgetListTable . |
class |
AbstractUiWidgetTableColumn<ADAPTER extends UiWidgetAdapterTableColumn,ROW,CELL>
This is the abstract base implementation of
UiWidgetTableColumn . |
class |
AbstractUiWidgetTree<ADAPTER extends UiWidgetAdapterTree<NODE>,NODE>
This is the abstract base implementation of
UiWidgetAbstractListTable . |
class |
UiWidgetTableColumnImpl<ROW,CELL>
This is the implementation of
UiWidgetTableColumn . |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAdapterAbstractDataSet<ITEM>
This is the interface for a
UiWidgetAdapter adapting
AbstractUiWidgetAbstractDataSet . |
interface |
UiWidgetAdapterAbstractDataTable<ROW>
This is the interface for a
UiWidgetAdapter adapting
UiWidgetAbstractDataTable . |
interface |
UiWidgetAdapterAbstractListTable<ROW,ITEM_CONTAINER extends ItemContainer<ROW,?>>
This is the interface for a
UiWidgetAdapter adapting
UiWidgetAbstractListTable . |
interface |
UiWidgetAdapterListTable<ROW,ITEM_CONTAINER extends ItemContainer<ROW,?>>
This is the interface for a
UiWidgetAdapter adapting
UiWidgetListTable . |
interface |
UiWidgetAdapterTableColumn
This is the interface for a
UiWidgetAdapter adapting
UiWidgetAbstractListTable . |
interface |
UiWidgetAdapterTree<NODE>
This is the interface for a
UiWidgetAdapter adapting
UiWidgetAbstractListTable . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCustomAbstractListTable<ROW,DELEGATE extends UiWidgetAbstractListTable<ROW>>
This is the abstract base class for a
custom widget implementing
UiWidgetAbstractListTable . |
class |
UiWidgetCustomListTable<ROW>
This is the abstract base class for a
custom
widget implementing UiWidgetListTable . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCustomAbstractDialogWindow<DELEGATE extends UiWidgetAbstractDialogWindow>
This is the abstract base class for a
custom
widget implementing UiWidgetAbstractDialogWindow . |
class |
UiWidgetCustomAbstractWindow<DELEGATE extends UiWidgetAbstractWindow>
This is the abstract base class for a
custom
widget implementing UiWidgetAbstractWindow . |
class |
UiWidgetCustomPopup
This is the abstract base class for a
custom
widget implementing UiWidgetPopup . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetCheckboxField<ADAPTER extends UiWidgetAdapterCheckboxField>
This is the abstract base implementation of
UiWidgetCheckboxField . |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAdapterCheckboxField
This is the interface for a
UiWidgetAdapter adapting
UiWidgetCheckboxField . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetAbstractDialogWindow<ADAPTER extends UiWidgetAdapterAbstractDialogWindow>
This is the abstract base implementation of
UiWidgetAbstractDialogWindow . |
class |
AbstractUiWidgetAbstractWindow<ADAPTER extends UiWidgetAdapterAbstractWindow>
This is the abstract base implementation of
UiWidgetAbstractWindow . |
class |
AbstractUiWidgetMainWindow<ADAPTER extends UiWidgetAdapterMainWindow>
This is the abstract base implementation of
UiWidgetMainWindow . |
class |
AbstractUiWidgetPopup<ADAPTER extends UiWidgetAdapterPopup>
This is the abstract base implementation of
UiWidgetPopup . |
class |
AbstractUiWidgetWindow<ADAPTER extends UiWidgetAdapterWindow>
This is the abstract base implementation of
UiWidgetWindow . |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAdapterAbstractDialogWindow
This is the interface for a
UiWidgetAdapter adapting
UiWidgetAbstractDialogWindow . |
interface |
UiWidgetAdapterAbstractWindow
This is the interface for a
UiWidgetAdapter adapting
UiWidgetAbstractWindow . |
interface |
UiWidgetAdapterMainWindow
This is the interface for a
UiWidgetAdapter adapting
UiWidgetMainWindow . |
interface |
UiWidgetAdapterPopup
This is the interface for a
UiWidgetAdapter adapting
UiWidgetPopup . |
interface |
UiWidgetAdapterWindow
This is the interface for a
UiWidgetAdapter adapting
UiWidgetWindow . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetListTableGwt<ROW>
This is the implementation of
UiWidgetListTable using GWT. |
class |
UiWidgetTreeGwt<NODE>
This is the implementation of
UiWidgetTree using GWT. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterGwtAbstractDataTable<ROW>
This is the implementation of
UiWidgetAdapterAbstractDataTable using GWT based on FlowPanel
and TableWidget . |
class |
UiWidgetAdapterGwtAbstractListTable<ROW>
This is the implementation of
UiWidgetAdapterAbstractListTable using GWT. |
class |
UiWidgetAdapterGwtListTable<ROW>
This is the implementation of
UiWidgetAdapterListTable using GWT. |
class |
UiWidgetAdapterGwtTableColumn
This is the implementation of
UiWidgetAdapterTableColumn using GWT. |
class |
UiWidgetAdapterGwtTree<NODE>
This is the implementation of
UiWidgetAdapterTree using GWT based on Tree . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCheckboxFieldGwt
This is the implementation of
UiWidgetCheckboxField using GWT based on
UiWidgetAdapterGwtCheckboxField . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterGwtCheckboxField
This is the implementation of
UiWidgetAdapterCheckboxField using GWT based on
CheckBoxWithChangeHandlers . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetMainWindowGwt
This is the implementation of
UiWidgetMainWindow using GWT. |
class |
UiWidgetPopupGwt
This is the implementation of
UiWidgetPopup using GWT. |
class |
UiWidgetWindowGwt
This is the implementation of
UiWidgetWindow using GWT. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterGwtAbstractDialogWindow
This is the implementation of
UiWidgetAdapterAbstractDialogWindow using GWT based
on PopupWindow . |
class |
UiWidgetAdapterGwtAbstractWindow<WIDGET extends com.google.gwt.user.client.ui.Panel>
This is the implementation of
UiWidgetAdapterAbstractWindow using GWT based on Panel . |
class |
UiWidgetAdapterGwtMainWindow
|
class |
UiWidgetAdapterGwtPopup
This is the implementation of
UiWidgetAdapterPopup using GWT based on PopupWindow . |
class |
UiWidgetAdapterGwtWindow
This is the implementation of
UiWidgetAdapterWindow
using GWT based on PopupWindow . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterTest
This is the implementation of
UiWidgetAdapter for testing
without a native toolkit. |
class |
UiWidgetAdapterTestComposite<CHILD extends UiWidget>
This is the implementation of
UiWidgetAdapterComposite and various
sub-interfaces for testing without a native toolkit. |
class |
UiWidgetAdapterTestCompositeRegular
This is the implementation of
UiWidgetAdapterComposite and
various sub-interfaces bound to UiWidgetRegular for testing without a native toolkit. |
class |
UiWidgetAdapterTestSelectedValue<VALUE>
This class extends
UiWidgetAdapterTest and implements AttributeWriteSelectedValue for
testing without a native toolkit. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetTreeTestImpl<NODE>
This is the implementation of
UiWidgetTree using GWT. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterTestTree<NODE>
This is the implementation of
UiWidgetAdapterTree for testing without a native toolkit. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCheckboxFieldTestImpl
This is the implementation of
UiWidgetCheckboxField for testing without a native toolkit. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterTestCheckboxField
This is the implementation of
UiWidgetAdapterCheckboxField for testing without a native toolkit. |
class |
UiWidgetAdapterTestColorField
This is the implementation of
UiWidgetAdapterColorField for testing without native toolkit. |
class |
UiWidgetAdapterTestDateField
This is the implementation of
UiWidgetAdapterDateField for testing without a native toolkit. |
class |
UiWidgetAdapterTestDoubleField
This is the implementation of
UiWidgetAdapterDoubleField for testing without a native toolkit. |
class |
UiWidgetAdapterTestField<VALUE,ADAPTER_VALUE>
This is the implementation of
UiWidgetAdapterField for testing without a native toolkit. |
class |
UiWidgetAdapterTestFileField
This is the implementation of
UiWidgetAdapterFileField for testing without native toolkit. |
class |
UiWidgetAdapterTestIntegerField
This is the implementation of
UiWidgetAdapterIntegerField for testing without a native toolkit. |
class |
UiWidgetAdapterTestLocalDateField
This is the implementation of
UiWidgetAdapterLocalDateField for testing without a native toolkit. |
class |
UiWidgetAdapterTestLocalTimeField
This is the implementation of
UiWidgetAdapterLocalTimeField for testing without a native toolkit. |
class |
UiWidgetAdapterTestLongField
This is the implementation of
UiWidgetAdapterLongField for testing without a native toolkit. |
class |
UiWidgetAdapterTestNumberField<VALUE extends Number>
This is the implementation of
UiWidgetAdapterNumberField for testing without a native toolkit. |
class |
UiWidgetAdapterTestOptionsField<VALUE>
This is the implementation of
UiWidgetAdapterComboboxField for testing without a native toolkit. |
class |
UiWidgetAdapterTestStringField
This is the implementation of
UiWidgetAdapterTextField for testing without a native toolkit. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterTestMenu
This is the implementation of
UiWidgetAdapterMenu for testing without a native toolkit. |
class |
UiWidgetAdapterTestMenuBar
This is the implementation of
UiWidgetAdapterMenuBar for testing without a native toolkit. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterTestGridPanel
This is the implementation of
UiWidgetAdapterGridPanel for testing without a native toolkit. |
class |
UiWidgetAdapterTestGridRow
This is the implementation of
UiWidgetAdapterGridRow for testing without a native toolkit. |
class |
UiWidgetAdapterTestTabPanel
This is the implementation of
UiWidgetAdapterTabPanel for testing without a native toolkit. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetMainWindowTestImpl
This is the implementation of
UiWidgetMainWindow using GWT. |
class |
UiWidgetPopupTestImpl
This is the implementation of
UiWidgetPopup using GWT. |
Copyright © 2001–2016 mmm-Team. All rights reserved.