Package superwaba.ext.xplat.ui

Some useful user interface classes, that provide adittional functionality.

See:
          Description

Interface Summary
GridModel The GridModel interface specifies the methods the Grid will use to interrogate a tabular data model.

The Grid can be set up to display any data model which implements the GridModel interface with a couple of lines of code:
GridModel myData = new MyTableModel(); Grid table = new Grid(myData);
 

Class Summary
BigNumber This is a basic eight segment number display control which can be scaled to any size.
ChoicesDialog A popup window that displays a ComboBox with choices, to let the user choose a value.
ColorList Implements a ListBox where colors can be choosed from.
Grid A light variant of the standard Grid.
Demands a table model (GridModel) to work
Supports editing (of course), selection by row, column or single cell and toggle of borders
Note: this grid does not support scrollbars.
GridContainer A container that lays it's component controls out in a grid.
JustifiedContainer used to make a bit easy to place controls in a container.
MultiEdit MultiEdit is an Edit with support for multiple lines.
MultiEditMenu a popup Menu to be used with the MultiEdit class.
ProgressBar A basic progress bar, with the bar and a text
SpinList Creates a control with two arrows, so you can scroll values and show the current one.
 

Package superwaba.ext.xplat.ui Description

Some useful user interface classes, that provide adittional functionality. Some of these classes were sent by users; if you want to share your classes with us, send them to classes@superwaba.org.

The SuperWaba Global Library PDB file (that must be installed in the device) containing the classes is located in superwaba/bin/xplat/libraries/XPlatIoUIUtil.pdb.