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.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.
|
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 |
---|---|
UiWidgetAbstractTree.UiWidgetTreeNode<NODE> |
UiWidgetAbstractTree.getTreeNodeWidget(NODE node)
This method gets the
UiWidgetAbstractTree.UiWidgetTreeNode for the given <NODE>. |
Modifier and Type | Method and Description |
---|---|
UiWidgetAbstractTree.UiWidgetTreeNode<NODE> |
AbstractUiWidgetTree.getTreeNodeWidget(NODE node)
This method gets the
UiWidgetAbstractTree.UiWidgetTreeNode for the given <NODE>. |
Modifier and Type | Method and Description |
---|---|
UiWidgetAbstractTree.UiWidgetTreeNode<NODE> |
UiWidgetAdapterTree.getTreeNodeWidget(NODE node) |
Modifier and Type | Class and Description |
---|---|
protected class |
UiWidgetAdapterGwtTree.TreeNodeAdapter
This inner class adapts from <NODE> to
TreeItem . |
Modifier and Type | Method and Description |
---|---|
UiWidgetAbstractTree.UiWidgetTreeNode<NODE> |
UiWidgetAdapterGwtTree.getTreeNodeWidget(NODE node) |
Modifier and Type | Method and Description |
---|---|
UiWidgetAbstractTree.UiWidgetTreeNode<NODE> |
UiWidgetAdapterTestTree.getTreeNodeWidget(NODE node) |
Copyright © 2001–2016 mmm-Team. All rights reserved.