|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.servlet.tbeans.form.BasePushButton
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 .
| 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 |
| Constructor Detail |
|---|
public BasePushButton()
| Method Detail |
|---|
public void setLabel(java.lang.String value)
value - The labelpublic java.lang.String getLabel()
public void setType(java.lang.String value)
value - The typepublic java.lang.String getType()
public void setOnSubmit(java.lang.String value)
value - The onSubmitpublic java.lang.String getOnSubmit()
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||