|
Class Summary |
| BaseTreePage |
This is a base class for all pages with tree example. |
| EditablePanel |
Panel that contains an text field that submits automatically after it loses focus. |
| EditableTreeTablePage |
Page that shows a tree table with editable cells. |
| ModelBean |
Bean that is set to every node of tree as user object. |
| PropertyEditableColumn<T> |
Column, that either shows a readonly cell or an editable panel, depending on whether the current
row is selected. |
| SimpleTreePage |
Page that shuws a simple tree (not a table). |
| TreeTablePage |
Page that shows a simple tree table. |