In most cases, a Rich UI button widget invokes a function in response
to a user click. The following properties are supported:
- text, which holds a string for display
on the button
- Properties described in “Widget properties and functions.”
The following function is supported:
- select causes the button to receive
focus and, on most browsers, selects the button text. The functions
has no parameters.
- Functions described in “Widget properties and functions.”
Use of this widget requires the following statement:
import com.ibm.egl.rui.widgets.Button;