In most cases, a Rich UI button widget invokes a function
in response to a user click.
The button widget supports these properties:
- text, which holds a string for display
on the button
- The properties and functions that are described in "Widget properties
and functions."
If you use this widget, you must use the following statement:
import com.ibm.egl.rui.widgets.Button;