com.sas.servlet.tbeans.form.html
Class PushButton

com.sas.servlet.tbeans.form.html.PushButton
All Implemented Interfaces:
com.sas.beans.PropertyChangeSource, com.sas.lang.ObjectDataInterface, FormElementModificationEventInterface, com.sas.servlet.tbeans.form.JavaScriptObjectCreationInterface, com.sas.servlet.tbeans.JavaScriptEventHandlerInterface, RenderableInterface, StyleInterface, TransformationInterface, GenericValidatorInterface, com.sas.util.WriteToPrintWriterInterface, java.io.Serializable

public class PushButton
implements StyleInterface

The PushButton is a TransformationBean™ that generates the appropriate HTML 4.0 for creating an HTML form image.

Accessibility

The Section 508 Accessibility standards, such as making application tasks available through the keyboard, are incorporated into our components to improve usability for all of our software products which benefits every SAS user.

This component is fully compliant with the Web-based standards outlined in Section 508. The compliance is based on producing the correct output, having keyboard equivalent and surfacing the necessary properties to assist consumers of the component to be compliant.

The following keyboard equivalents are supported by this component:
KeyBoard AccessBehavior/Result
TAB TAB moves the focus to the pushbutton. Hitting TAB while the pushbutton has focus will navigate focus to the next tabbable component.
ALT+ACCESSKEY Pressing ALT+ACCESSKEY will navigate focus to the pushbutton. The ACCESSKEY indicates the keyboard character used as a shortcut to activate the element.
ALT+RIGHT ARROW Pressing the ALT+RIGHT ARROW while the pushbutton has focus, presses the pushbutton.
ENTER Pressing ENTER while the pushbutton has focus, presses the pushbutton.

The following keyboard equivalents are supported by this component: