Package | Description |
---|---|
net.sf.mmm.client.ui.api.widget.panel |
Contains the API for panel widgets.
|
net.sf.mmm.client.ui.base.widget.panel |
Contains the base implementation for panel widgets.
|
net.sf.mmm.client.ui.base.widget.panel.adapter |
Contains the adapters for panel widgets.
|
net.sf.mmm.client.ui.gwt.widgets |
Contains the implementation of various GWT widgets.
|
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.test.widget.adapter |
Contains the test implementation of widget adapters.
|
net.sf.mmm.client.ui.impl.test.widget.panel |
Contains the test implementation of panel widgets.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetGridCell
This is the interface for a
single composite that represents the
cell of a UiWidgetGridRow . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetGridCell<ADAPTER extends UiWidgetAdapterGridCell>
This is the abstract base implementation of
UiWidgetGridCell . |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAdapterGridCell
This is the interface for a
UiWidgetAdapter adapting
UiWidgetGridCell . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTableCellAtomic
|
class |
AbstractTableCellComposite
|
class |
TableCellAtomic
A
TableCellAtomic is an atomic cell that represents a table data
element (a <td> element). |
class |
TableCellComposite
A
TableCellComposite is a composite cell that represents a table
data element (a <td> element). |
class |
TableCellHeaderAtomic
A
TableCellHeaderAtomic is an atomic cell that represents a header
cell in a TableWidget (a <th> element). |
class |
TableCellHeaderComposite
A
TableCellHeaderComposite is an composite cell that represents
a header cell in a TableWidget (a <th> element). |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetGridCellGwt
This is the implementation of
UiWidgetGridCell using GWT. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterGwtGridCell
This is the implementation of
UiWidgetAdapterDynamicPanel using GWT based on
TableCellAtomic . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterTestCompositeRegular
This is the implementation of
UiWidgetAdapterComposite and
various sub-interfaces bound to UiWidgetRegular for testing without a native toolkit. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetGridCellTestImpl
This is the implementation of
UiWidgetGridCell using GWT. |
Copyright © 2001–2016 mmm-Team. All rights reserved.