Package | Description |
---|---|
net.sf.mmm.client.ui.base.model |
Contains the (base) implementations of the UI models.
|
net.sf.mmm.util.collection.base |
Contains public implementations of the
Collection-Util API . |
Modifier and Type | Method and Description |
---|---|
TreeNodeSimple<VALUE> |
UiTreeNodeModel.addChild(TreeNodeSimple<VALUE> parent,
VALUE childValue)
|
TreeNodeSimple<VALUE> |
UiTreeNodeModel.addChild(TreeNodeSimple<VALUE> parent,
VALUE childValue,
int index)
|
Modifier and Type | Method and Description |
---|---|
List<TreeNodeSimple<VALUE>> |
UiTreeNodeModel.getChildren(TreeNodeSimple<VALUE> node)
This method gets the children of the given tree-node.
|
Modifier and Type | Method and Description |
---|---|
void |
UiTreeNodeModel.addChild(TreeNodeSimple<VALUE> parent,
TreeNodeSimple<VALUE> child)
Convenience method variant of
UiWidgetAbstractTree.UiTreeModelMutable.addChild(Object, Object, int) to add a child at the end. |
void |
UiTreeNodeModel.addChild(TreeNodeSimple<VALUE> parent,
TreeNodeSimple<VALUE> child)
Convenience method variant of
UiWidgetAbstractTree.UiTreeModelMutable.addChild(Object, Object, int) to add a child at the end. |
void |
UiTreeNodeModel.addChild(TreeNodeSimple<VALUE> parent,
TreeNodeSimple<VALUE> child,
int index)
Adds the given
child <NODE> to the given parent at the specified
index . |
void |
UiTreeNodeModel.addChild(TreeNodeSimple<VALUE> parent,
TreeNodeSimple<VALUE> child,
int index)
Adds the given
child <NODE> to the given parent at the specified
index . |
TreeNodeSimple<VALUE> |
UiTreeNodeModel.addChild(TreeNodeSimple<VALUE> parent,
VALUE childValue)
|
TreeNodeSimple<VALUE> |
UiTreeNodeModel.addChild(TreeNodeSimple<VALUE> parent,
VALUE childValue,
int index)
|
List<TreeNodeSimple<VALUE>> |
UiTreeNodeModel.getChildren(TreeNodeSimple<VALUE> node)
This method gets the children of the given tree-node.
|
void |
UiTreeNodeModel.getChildrenAsync(TreeNodeSimple<VALUE> node,
Consumer<List<TreeNodeSimple<VALUE>>> callback)
This method gets the children of the given tree-node asynchronously.
|
void |
UiTreeNodeModel.removeChilden(TreeNodeSimple<VALUE> parent,
TreeNodeSimple<VALUE>... children)
Removes the given
children from the parent . |
void |
UiTreeNodeModel.removeChilden(TreeNodeSimple<VALUE> parent,
TreeNodeSimple<VALUE>... children)
Removes the given
children from the parent . |
Modifier and Type | Method and Description |
---|---|
void |
UiTreeNodeModel.getChildrenAsync(TreeNodeSimple<VALUE> node,
Consumer<List<TreeNodeSimple<VALUE>>> callback)
This method gets the children of the given tree-node asynchronously.
|
Modifier and Type | Method and Description |
---|---|
TreeNodeSimple<VALUE> |
TreeNodeSimple.removeChild(int index) |
Modifier and Type | Method and Description |
---|---|
void |
TreeNodeSimple.addChild(TreeNodeSimple<VALUE> child) |
void |
TreeNodeSimple.addChild(TreeNodeSimple<VALUE> child,
int index) |
boolean |
TreeNodeSimple.removeChild(TreeNodeSimple<VALUE> child) |
Constructor and Description |
---|
TreeNodeSimple(TreeNodeSimple<VALUE> parent)
The constructor.
|
TreeNodeSimple(TreeNodeSimple<VALUE> parent,
ListFactory listFactory)
The constructor.
|
TreeNodeSimple(TreeNodeSimple<VALUE> parent,
VALUE value)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.