Rich UI box

A Rich UI box widget defines a box that embeds other widgets.

You can indicate how many columns are in the box. If the number of columns is three, for example, the first three embedded widgets are on the first row in the box, the fourth through sixth widgets are on the second row, and so forth. If the number of columns is one, all of the embedded widgets are arranged vertically. The width of a column equals the width of the largest widget in the column, and you can indicate whether the embedded widgets in a given column are aligned at the center, right, or left of the column.

If necessary, vertical and horizontal scroll bars are displayed to give the user access to widgets that are out of sight.

The box widget supports these properties:

For information about other supported properties and functions, see "Rich UI widgets."

If you use this widget, you must use the following statement:
import com.ibm.egl.rui.widgets.Box;

Feedback