Interface | Description |
---|---|
Tree.TreeState |
A marker interface used for Tree state returned from
Tree.getTreeState() and
passed to Tree.setTreeState(com.codename1.ui.tree.Tree.TreeState) for retaining
state in a Tree when the model is changed. |
TreeModel |
Arranges tree node objects, a node can essentially be anything and it will be displayed in a hierarchy
using the
Tree |
Class | Description |
---|---|
Tree |
The
Tree component allows constructing simple tree component hierarchies that can be expanded
seamlessly with no limit. |