Package | Description |
---|---|
net.sf.mmm.client.ui.api.attribute |
Contains abstract interfaces for common attributes of UI objects.
|
net.sf.mmm.client.ui.api.widget.complex |
Contains the API for complex widgets.
|
net.sf.mmm.client.ui.base.widget.complex |
Contains the base implementation for complex widgets.
|
net.sf.mmm.client.ui.base.widget.custom.complex |
Contains the API for complex custom widgets.
|
net.sf.mmm.client.ui.impl.gwt.widget.complex |
Contains the implementation for complex widgets using GWT.
|
net.sf.mmm.client.ui.impl.test.widget.complex |
Contains the test implementation of complex widgets.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AttributeWriteEditable
This interface gives read and write access to the
editable attribute of an object. |
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 | 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 | 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 |
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 |
UiWidgetTreeTestImpl<NODE>
This is the implementation of
UiWidgetTree using GWT. |
Copyright © 2001–2016 mmm-Team. All rights reserved.