EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.google.chart.internal
Class AdvancedChartPeer

java.lang.Object
  extended by nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
      extended by echopoint.internal.AbstractPeer
          extended by echopoint.internal.AbstractContainerPeer
              extended by echopoint.google.chart.internal.AbstractChartPeer
                  extended by echopoint.google.chart.internal.SimpleChartPeer
                      extended by echopoint.google.chart.internal.AdvancedChartPeer
All Implemented Interfaces:
ComponentSynchronizePeer
Direct Known Subclasses:
BarChartPeer, LineChartPeer, RadarChartPeer, ScatterPlotPeer, SparklinePeer

public class AdvancedChartPeer
extends SimpleChartPeer

Rendering peer for the AdvancedChart component.

Version:
$Id: AdvancedChartPeer.java 86 2008-11-09 14:44:29Z sptrakesh $
Author:
Rakesh 2008-08-20

Nested Class Summary
 
Nested classes/interfaces inherited from class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
AbstractComponentSynchronizePeer.EventPeer
 
Field Summary
 
Fields inherited from class echopoint.google.chart.internal.AbstractChartPeer
xstream
 
Constructor Summary
AdvancedChartPeer()
           
 
Method Summary
 String getClientComponentType(boolean shortType)
          
 Class getComponentClass()
          
 Object getOutputProperty(nextapp.echo.app.util.Context context, nextapp.echo.app.Component component, String propertyName, int propertyIndex)
          Over-ridden to handle requests for the AdvancedChart, AdvancedChart, AdvancedChart, AdvancedChart, AdvancedChart, and AdvancedChart properties.
 void init(nextapp.echo.app.util.Context context, nextapp.echo.app.Component component)
          
 
Methods inherited from class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
addEvent, addOutputProperty, addOutputProperty, addRequiredComponentClass, getEventDataClass, getEventTypes, getInputPropertyClass, getOutputPropertyIndices, getOutputPropertyMethodName, getOutputPropertyNames, getUpdatedOutputPropertyNames, hasListeners, hasUpdatedListeners, isOutputPropertyIndexed, isOutputPropertyReferenced, processEvent, setOutputPropertyReferenced, storeInputProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdvancedChartPeer

public AdvancedChartPeer()
Method Detail

init

public void init(nextapp.echo.app.util.Context context,
                 nextapp.echo.app.Component component)

Specified by:
init in interface ComponentSynchronizePeer
Overrides:
init in class SimpleChartPeer
See Also:
AbstractComponentSynchronizePeer.init(nextapp.echo.app.util.Context, nextapp.echo.app.Component)

getComponentClass

public Class getComponentClass()

Specified by:
getComponentClass in interface ComponentSynchronizePeer
Overrides:
getComponentClass in class SimpleChartPeer
See Also:
AbstractComponentSynchronizePeer.getComponentClass()

getClientComponentType

public String getClientComponentType(boolean shortType)

Specified by:
getClientComponentType in interface ComponentSynchronizePeer
Overrides:
getClientComponentType in class SimpleChartPeer
See Also:
ComponentSynchronizePeer.getClientComponentType(boolean)

getOutputProperty

public Object getOutputProperty(nextapp.echo.app.util.Context context,
                                nextapp.echo.app.Component component,
                                String propertyName,
                                int propertyIndex)
Over-ridden to handle requests for the AdvancedChart, AdvancedChart, AdvancedChart, AdvancedChart, AdvancedChart, and AdvancedChart properties.

Specified by:
getOutputProperty in interface ComponentSynchronizePeer
Overrides:
getOutputProperty in class AbstractChartPeer
See Also:
ComponentSynchronizePeer.getOutputProperty( Context, Component, String, int)

EchoPoint API - 3.0.0b5
App Webcontainer