buw

..
Box

Button

CheckBox

Control

Grid

grid box (for widgets vertical alignement)

 Widget 1  Widget 2  Widget 3 
 Widget 4  Widget 5  Widget 6 

HBox

horizontal box

 Widget 1  Widget 2 

HBoxColumn

Image

Input

IterableHelper

helper class for Listview & Table it is usefull because their real source Iterable type (List or Array) is unknown (generic)

Label

ListView

list view (to display collections of items)

 Item 1 
 Item 2 
 Item 3 

RadioBox

Screen

Separator

SpinBox

Table

table (to display collections of items)

 Col 1 title   Col 2 title   Col 3 title 
 Item_1.field_1   Item_1.field_2   Item_1.field_3 
 Item_2.field_1   Item_2.field_2   Item_2.field_3 

TableColumn

Text

TextButton

TextCheckBox

TextRadioButton

TextSpinBox

Title

VBox

vertical box

 Widget 1 
 Widget 2 

Widget