|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.servlet.tbeans.graphics.html.GraphComposite
public abstract class GraphComposite
Field Summary |
---|
Fields inherited from class com.sas.servlet.tbeans.BaseActionCompositeTransformation |
---|
viewerSupport |
Fields inherited from interface com.sas.servlet.tbeans.graphics.html.GraphCompositeKeysInterface |
---|
GRAPH_APPLIEDFILTERS, GRAPH_CHART, GRAPH_FOOTER, GRAPH_MENUBAR, GRAPH_TITLE |
Fields inherited from interface com.sas.servlet.tbeans.graphics.html.GraphCompositeStyleKeysInterface |
---|
GRAPH_CONTAINER_STYLE, GRAPH_CONTENT_STYLE, GRAPH_FOOTER_STYLE, GRAPH_STYLE, GRAPH_TITLE_STYLE, GRAPH_TOOLBAR_STYLE |
Constructor Summary | |
---|---|
GraphComposite(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Construct a new GraphComposite object |
Method Summary | |
---|---|
AppliedFilters |
getDefaultAppliedFilters()
Returns the default AppliedFilter object for the chart |
Label |
getDefaultFooter()
Returns the default Label to use as the chart's footer. |
ActionProviderMenuBar |
getDefaultMenuBar()
Returns the default MenuBar object for the chart |
Label |
getDefaultTitle()
Returns the default Label to use as the chart's title. |
javax.swing.table.TableModel |
getModel()
Return the data model for the chart |
void |
setModel(javax.swing.table.TableModel model)
Sets the data model for the cjart |
void |
write(java.io.PrintWriter out)
Writes all the components in this composite using the given Template. |
Methods inherited from class com.sas.servlet.tbeans.BaseActionCompositeTransformation |
---|
applyTemplate, applyTemplate, dispose, getActionFilter, getActionSupportType, getComponentAction, getComponentActionType, getUniqueId, getViewerSupport, isActionVisible, listActionTypes, listAreaTypes, moveActionAttributesToComponent, setActionProvider, setActionSupportType, setActionVisible, setComponent, setComponentActionType, setUniqueId, writeTemplate |
Methods inherited from class com.sas.servlet.tbeans.BaseCompositeTransformation |
---|
getActionProvider, getComponent, getComponents, getDefaultTemplate, getStyleInfo, getStyleMap, getTemplate, getTemplateDictionary, getTemplateFileName, getTemplateLocation, getVisibleComponents, isFlushEnabled, propertyChange, removeComponent, setCleanUpResourcesOn, setComponent, setFlushEnabled, setId, setLocale, setRequest, setResponse, setStyleInfo, setTemplate, setTemplate, setTemplateDictionary, setTemplateFileName, setTemplateLocation |
Methods inherited from interface com.sas.actionprovider.HttpActionProviderViewInterface |
---|
getRequest, setRequest |
Methods inherited from interface com.sas.actionprovider.HttpActionProviderInterface |
---|
getActionProvider |
Constructor Detail |
---|
public GraphComposite(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
request
- The HttpServletRequest objectresponse
- the HttpServletResponse objectMethod Detail |
---|
public Label getDefaultTitle()
public Label getDefaultFooter()
public ActionProviderMenuBar getDefaultMenuBar()
public AppliedFilters getDefaultAppliedFilters()
public javax.swing.table.TableModel getModel()
public void setModel(javax.swing.table.TableModel model)
model
- the data model for the chartpublic void write(java.io.PrintWriter out) throws java.io.IOException
request
and response
back to null.
write
in interface TransformationInterface
write
in interface com.sas.util.WriteToPrintWriterInterface
write
in class BaseCompositeTransformation
out
- The output stream
java.io.IOException
- Thrown if some type of I/O error occurs
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |