Package | Description |
---|---|
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.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 |
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 |
AbstractUiWidgetTree<ADAPTER extends UiWidgetAdapterTree<NODE>,NODE>
This is the abstract base implementation of
UiWidgetAbstractListTable . |
Modifier and Type | Class and Description |
---|---|
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.