com.sas.servlet.tbeans.form
Class BasePushButton

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

public abstract class BasePushButton

The BasePushButton is an abstract TransformationBean™ for creating a pushbutton.

Note that subclasses of this bean actually provide the markup rendering used in/with Servlet and JavaServer Pages technologies. If you need to add support for a markup language that is not explicitly provided with AppDev Studio, then you must extend this class.

For More Information:

JSP custom tags provide an alternative to using the TransformationBeans™. Visit the Custom Tag Library Reference for additional information on the sas:PushButton custom tag.

Note: A snapshot of the AppDev Studio Developers Site is installed on your local Web server when you install AppDev Studio. To access the site from webAF, select Help -> Developer Site .

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sas.servlet.tbeans.form.BaseFormElement
RB_KEY
 
Constructor Summary
BasePushButton()
          Construct a new PushButton
 
Method Summary
 java.lang.String getLabel()
          Gets the label
 java.lang.String getOnSubmit()
          Gets the onSubmit value associated with the PushButton
 java.lang.String getType()
          Gets the type
 void setLabel(java.lang.String value)
          Sets the label
 void setOnSubmit(java.lang.String value)
          Sets the onSubmit event associated with the PushButton
 void setType(java.lang.String value)
          Sets the type
 
Methods inherited from class com.sas.servlet.tbeans.form.BaseFormElement
getAccessKey, getErrorHandler, getModificationEventName, getName, getOnBlur, getOnChange, getOnClick, getOnDblClick, getOnFocus, getOnKeyDown, getOnKeyPress, getOnKeyUp, getOnMouseDown, getOnMouseMove, getOnMouseOut, getOnMouseOver, getOnMouseUp, getOnSelect, getStyleInfo, getTabIndex, getTitle, getValidationFunctions, getValidator, isEnabled, isValid, isValidationEnabled, setAccessKey, setEnabled, setErrorHandler, setId, setModificationEventName, setName, setOnBlur, setOnChange, setOnClick, setOnDblClick, setOnFocus, setOnKeyDown, setOnKeyPress, setOnKeyUp, setOnMouseDown, setOnMouseMove, setOnMouseOut, setOnMouseOver, setOnMouseUp, setOnSelect, setStyleInfo, setTabIndex, setTitle, setValidator, write, writeJavaScriptObject, writeJavaScriptObjectValidate, writeJavaScriptValidatorObject, writeValidationScript
 
Methods inherited from class com.sas.servlet.tbeans.BaseTransformation
addPropertyChangeListener, addPropertyChangeListener, cleanUpResources, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getCustomAttributes, getDescription, getId, getInputTransform, getLocale, getObjectData, getObjectDataProperty, getOutputTransform, getRequest, getResponse, getTagEpilog, getTagProlog, hasListeners, isCleanUpResourcesOn, isVisible, removePropertyChangeListener, removePropertyChangeListener, setCleanUpResourcesOn, setCustomAttributes, setDescription, setInputTransform, setLocale, setLocaleDependentProperties, setObjectData, setObjectDataProperty, setOutputTransform, setRequest, setResponse, setTagEpilog, setTagProlog, setVisible, toString, write, write, write
 

Constructor Detail

BasePushButton

public BasePushButton()
Construct a new PushButton

Method Detail

setLabel

public void setLabel(java.lang.String value)
Sets the label

Parameters:
value - The label

getLabel

public java.lang.String getLabel()
Gets the label

Returns:
The label

setType

public void setType(java.lang.String value)
Sets the type

Parameters:
value - The type

getType

public java.lang.String getType()
Gets the type

Returns:
The type

setOnSubmit

public void setOnSubmit(java.lang.String value)
Sets the onSubmit event associated with the PushButton

Parameters:
value - The onSubmit

getOnSubmit

public java.lang.String getOnSubmit()
Gets the onSubmit value associated with the PushButton

Returns:
The onSubmit value



Copyright © 2009 SAS Institute Inc. All Rights Reserved.