Package | Description |
---|---|
net.sf.mmm.client.ui.api.widget |
Contains the API for widgets.
|
net.sf.mmm.client.ui.api.widget.complex |
Contains the API for complex widgets.
|
net.sf.mmm.client.ui.base.model |
Contains the (base) implementations of the UI models.
|
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.base.widget.factory |
Contains the API and default implementations of factories for widgets.
|
net.sf.mmm.client.ui.impl.gwt.widget.complex.adapter |
Contains the implementation for complex widget adapters using GWT.
|
net.sf.mmm.client.ui.impl.test.widget.complex.adapter |
Contains the test implementation of adapters for 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 | Interface and Description |
---|---|
static interface |
UiWidgetAbstractTree.UiTreeModelMutable<NODE>
Extends
UiWidgetAbstractTree.UiTreeModel with features for editing the tree structure. |
Modifier and Type | Method and Description |
---|---|
UiWidgetAbstractTree.UiTreeModel<NODE> |
UiWidgetAbstractTree.getTreeModel()
This method gets the
UiWidgetAbstractTree.UiTreeModel adapting from <NODE> to this tree-widget. |
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetAbstractTree.setTreeModel(UiWidgetAbstractTree.UiTreeModel<NODE> model)
This method sets the
UiWidgetAbstractTree.UiTreeModel adapting from <NODE> to this tree-widget. |
Modifier and Type | Class and Description |
---|---|
class |
UiTreeNodeModel<VALUE>
This is a simple implementation of
mutable tree model . |
Modifier and Type | Field and Description |
---|---|
private UiWidgetAbstractTree.UiTreeModel<NODE> |
AbstractUiWidgetTree.treeModel |
Modifier and Type | Method and Description |
---|---|
UiWidgetAbstractTree.UiTreeModel<NODE> |
AbstractUiWidgetTree.getTreeModel() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractUiWidgetTree.setTreeModel(UiWidgetAbstractTree.UiTreeModel<NODE> model)
This method sets the
UiWidgetAbstractTree.UiTreeModel adapting from <NODE> to this tree-widget. |
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetAdapterTree.setTreeModel(UiWidgetAbstractTree.UiTreeModel<NODE> model) |
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 | Field and Description |
---|---|
private UiWidgetAbstractTree.UiTreeModel<NODE> |
UiWidgetAdapterGwtTree.treeModel |
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetAdapterGwtTree.setTreeModel(UiWidgetAbstractTree.UiTreeModel<NODE> treeModel) |
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetAdapterTestTree.setTreeModel(UiWidgetAbstractTree.UiTreeModel<NODE> model) |
Copyright © 2001–2016 mmm-Team. All rights reserved.