Package | Description |
---|---|
net.sf.mmm.client.ui.api.widget |
Contains the API for widgets.
|
net.sf.mmm.client.ui.base.widget.complex |
Contains the base implementation for complex widgets.
|
net.sf.mmm.client.ui.base.widget.factory |
Contains the API and default implementations of factories for 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 | Method and Description |
---|---|
<NODE> UiWidgetTree<NODE> |
UiWidgetFactory.createTree(UiWidgetAbstractTree.UiTreeModel<NODE> model,
String title)
Creates a new
UiWidgetTree for the given model . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetTree<ADAPTER extends UiWidgetAdapterTree<NODE>,NODE>
This is the abstract base implementation of
UiWidgetAbstractListTable . |
Modifier and Type | Method and Description |
---|---|
<NODE> UiWidgetTree<NODE> |
UiWidgetFactoryImpl.createTree(UiWidgetAbstractTree.UiTreeModel<NODE> model,
String title)
Creates a new
UiWidgetTree for the given model . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetTreeGwt<NODE>
This is the implementation of
UiWidgetTree using GWT. |
Modifier and Type | Method and Description |
---|---|
UiWidgetTree |
UiWidgetTreeGwt.Factory.create(UiContext context)
|
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetTreeTestImpl<NODE>
This is the implementation of
UiWidgetTree using GWT. |
Modifier and Type | Method and Description |
---|---|
UiWidgetTree |
UiWidgetTreeTestImpl.Factory.create(UiContext context)
|
Copyright © 2001–2016 mmm-Team. All rights reserved.