Overview
The custom buttons sample application demonstrates how to extend the Field class to create a variety of different button UI components.
In addition to creating and displaying these custom buttons, the sample application also demonstrates how to attach listeners to these custom buttons. Listeners are components that execute code when an event occurs. In the sample application, when you click one of these buttons, a dialog box appears with text specifying which of the buttons you clicked.
Next topic: Featured classes