See: Description
Interface | Description |
---|---|
UiWidgetAbstractDataSet<ITEM> |
This is the abstract interface for a
regular widget
that is used to present complex data sets. |
UiWidgetAbstractDataTable<ROW> |
This is the abstract interface for a
data set widget that represents a
data table. |
UiWidgetAbstractListTable<ROW> |
This is the abstract interface for a
data table widget that represents a
list table. |
UiWidgetAbstractTree<NODE> |
This is the interface for a
data set widget that represents a tree
widget. |
UiWidgetAbstractTree.UiTreeModel<NODE> |
This is the interface for the model (adapter) for a
UiWidgetTree . |
UiWidgetAbstractTree.UiTreeModelMutable<NODE> |
Extends
UiWidgetAbstractTree.UiTreeModel with features for editing the tree structure. |
UiWidgetAbstractTree.UiTreeNodeRenderer<NODE,WIDGET extends UiWidgetRegular> | |
UiWidgetAbstractTree.UiWidgetTreeNode<NODE> |
This is the interface for the main widget representing a node of the tree.
|
UiWidgetListTable<ROW> |
This is the interface for a normal
list table widget . |
UiWidgetOptionListTable<ROW> |
This is the interface for an
option -based list
table widget . |
UiWidgetTableColumn<ROW,CELL> | |
UiWidgetTree<NODE> |
This is the interface for a
tree based widget that represents a regular
tree. |
UiWidgetTreeTable<NODE> |
This is the interface for a
regular widget that is
both a list table as well as a UiWidgetAbstractTree . |
Class | Description |
---|---|
UiWidgetAbstractTree.UiTreeNodeRendererDefault<NODE> |
This is the default implementation of
UiWidgetAbstractTree.UiTreeNodeRenderer . |
UiWidgetListTable
, UiWidgetTree
or UiWidgetTreeTable
. All these widgets allow to display or edit
complex data (lists, trees, etc.).
Please consult Client UI API
for an introduction.
Copyright © 2001–2016 mmm-Team. All rights reserved.