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.complex.adapter |
Contains the adapters for complex widgets.
|
net.sf.mmm.client.ui.impl.gwt.widget.complex.adapter |
Contains the implementation for complex widget adapters using GWT.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AttributeWriteReorderable
This interface gives read and write access to the
reorderable attribute of an
object. |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetTableColumn<ROW,CELL>
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetTableColumn<ADAPTER extends UiWidgetAdapterTableColumn,ROW,CELL>
This is the abstract base implementation of
UiWidgetTableColumn . |
class |
UiWidgetTableColumnImpl<ROW,CELL>
This is the implementation of
UiWidgetTableColumn . |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAdapterTableColumn
This is the interface for a
UiWidgetAdapter adapting
UiWidgetAbstractListTable . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterGwtTableColumn
This is the implementation of
UiWidgetAdapterTableColumn using GWT. |
Copyright © 2001–2016 mmm-Team. All rights reserved.