com.sas.servlet.tbeans.graphics.html
Interface GraphCompositeKeysInterface

All Known Implementing Classes:
BarChartComposite, BarLineChartComposite, ESRIMapComposite, GraphComposite, LineChartComposite, LinePlotComposite, PieChartComposite, RadarChartComposite, ScatterPlotComposite, WaterfallChartComposite

public interface GraphCompositeKeysInterface


Field Summary
static java.lang.String GRAPH_APPLIEDFILTERS
          Component key for the applied filters portion of the Graph composite
static java.lang.String GRAPH_CHART
          Component key for the chart portion of the GRAPH composite
static java.lang.String GRAPH_FOOTER
          Component key for the footer portion of the Graph composite
static java.lang.String GRAPH_MENUBAR
          Component key for the menu bar portion of the Graph composite
static java.lang.String GRAPH_TITLE
          Component key for the title portion of the GRAPH composite
 

Field Detail

GRAPH_CHART

static final java.lang.String GRAPH_CHART
Component key for the chart portion of the GRAPH composite

See Also:
Constant Field Values

GRAPH_TITLE

static final java.lang.String GRAPH_TITLE
Component key for the title portion of the GRAPH composite

See Also:
Constant Field Values

GRAPH_FOOTER

static final java.lang.String GRAPH_FOOTER
Component key for the footer portion of the Graph composite

See Also:
Constant Field Values

GRAPH_MENUBAR

static final java.lang.String GRAPH_MENUBAR
Component key for the menu bar portion of the Graph composite

See Also:
Constant Field Values

GRAPH_APPLIEDFILTERS

static final java.lang.String GRAPH_APPLIEDFILTERS
Component key for the applied filters portion of the Graph composite

See Also:
Constant Field Values



Copyright © 2009 SAS Institute Inc. All Rights Reserved.