Skip to content

TreeView

Carlo Barazzetta edited this page Jan 27, 2017 · 2 revisions

TreeView

a special kind of view that is a tree of subviews. It can be rendered by a ToolBar or a TreePanel.

This is an example:

Type: Tree
Folder: Options
  View: Parties
Folder: Lookup tables
  View: Build AutoList
    Model: HAIR
    MainTable:
      Controller:
        PopupWindow:
          Width: 320
          Height: 160
Folder: User
  View:
    Controller: ChangePassword
  View:
    Controller: Logout

This is the result:

https://github.com/EtheaDev/kitto/wiki/images/ToolBar.png

As you can see into the image, the same structure can be rendered as a ToolBar (red highlighted) or a TreePanel (blue highlighted).

Clone this wiki locally