|
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 FormViewInterface
getFormObject()
public Form getFormObject()
getFormObject
in interface FormViewInterface
setFormObject(Form)
public void setFormObject(Form formObject)
setFormObject
in interface FormViewInterface
formObject
- FORM objectgetFormObject()
public java.util.HashMap getAdditionalParameters()
getAdditionalParameters
in interface FormViewInterface
HashMap
public void setAdditionalParameters(java.util.HashMap map)
setAdditionalParameters
in interface FormViewInterface
map
- HashMap objectHashMap
public void setAdditionalParameter(java.lang.String name, java.lang.String value)
setAdditionalParameter
in interface FormViewInterface
name
- name of the list itemvalue
- value of the list itemHashMap
public boolean isFormEnabled()
isFormEnabled
in interface FormViewInterface
public void setFormEnabled(boolean value)
setFormEnabled
in interface FormViewInterface
value
- true if the formObject should be rendered by the tbeanpublic void write(java.io.PrintWriter out) throws java.io.IOException
java.io.IOException
public 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 |