Rich UI grouping

A Rich UI grouping widget displays one or more widgets inside a box. In addition to those widgets, you specify text that is embedded in the topmost border of the box.
The grouping widget supports these properties:

For more information about supported properties and functions, see "Widget properties and functions."

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

Feedback