Rich UI button

In most cases, a Rich UI button widget invokes a function in response to a user click.
The button widget supports these properties:
If you use this widget, you must use the following statement:
import com.ibm.egl.rui.widgets.Button;

Feedback