|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.servlet.tbeans.graphics.html.BaseGraphSupport
public class BaseGraphSupport
| Constructor Summary | |
|---|---|
BaseGraphSupport(com.sas.servlet.tbeans.graphics.BaseGraph baseGraph)
Base Graph support routines. |
|
| Method Summary | |
|---|---|
java.util.HashMap |
getAdditionalParameters()
Returns an HashMap containing additional parameters that should be added to the form used to perform the various actions on the table. |
Form |
getDefaultFormObject()
Returns the FORM object used if no FORM object is specifed. |
Form |
getFormObject()
Returns the FORM Object used to execute commands. |
com.sas.util.SimpleTemplate |
getURLTemplate()
Returns the Viewer's URLTemplate. |
boolean |
isFormEnabled()
Determines if the tbean should render its formObject. |
void |
setAdditionalParameter(java.lang.String name,
java.lang.String value)
Sets an additional parameter to be added to the form used to perform the various actions on the table. |
void |
setAdditionalParameters(java.util.HashMap map)
Sets an HashMap containing additional parameters that should be added to the form used to perform the various actions on the table. |
void |
setFormEnabled(boolean value)
Sets whether the tbean should render its formObject. |
void |
setFormObject(Form formObject)
Returns the FORM Object used to execute commands. |
void |
setURLTemplate(com.sas.util.SimpleTemplate newURLTemplate)
Sets the Viewer's URLTemplate. |
void |
write(java.io.PrintWriter out)
|
| Constructor Detail |
|---|
public BaseGraphSupport(com.sas.servlet.tbeans.graphics.BaseGraph baseGraph)
| Method Detail |
|---|
public Form getDefaultFormObject()
getDefaultFormObject in interface FormViewInterfacegetFormObject()public Form getFormObject()
getFormObject in interface FormViewInterfacesetFormObject(Form)public void setFormObject(Form formObject)
setFormObject in interface FormViewInterfaceformObject - FORM objectgetFormObject()public java.util.HashMap getAdditionalParameters()
getAdditionalParameters in interface FormViewInterfaceHashMappublic void setAdditionalParameters(java.util.HashMap map)
setAdditionalParameters in interface FormViewInterfacemap - HashMap objectHashMap
public void setAdditionalParameter(java.lang.String name,
java.lang.String value)
setAdditionalParameter in interface FormViewInterfacename - name of the list itemvalue - value of the list itemHashMappublic boolean isFormEnabled()
isFormEnabled in interface FormViewInterfacepublic void setFormEnabled(boolean value)
setFormEnabled in interface FormViewInterfacevalue - true if the formObject should be rendered by the tbean
public void write(java.io.PrintWriter out)
throws java.io.IOException
java.io.IOExceptionpublic void setURLTemplate(com.sas.util.SimpleTemplate newURLTemplate)
newURLTemplate - the Viewer's URLTemplatepublic com.sas.util.SimpleTemplate getURLTemplate()
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||