OracleJavaScript API Reference for Oracle ADF Faces

 

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

org.apache.myjs.trinidad.component
Class AdfUIChart

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUIChart

public class AdfUIChart
extends Object
The Apache Trinidad Chart is used to diplay data in a chart format.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfUIChart()
The Apache Trinidad Chart is used to diplay data in a chart format.


Method Summary

public Object
getChartDrillDownListener()
Get function for attribute for 'chartDrillDownListener'.
public Object
getValue()
Get function for attribute for 'value'.
public void
setValue(Object newValue)
Set function for attribute 'Value'.


Field Detail


Constructor Detail


AdfUIChart

public AdfUIChart()

The Apache Trinidad Chart is used to diplay data in a chart format.

Method Detail


getChartDrillDownListener

public Object getChartDrillDownListener()

Get function for attribute for 'chartDrillDownListener'. This attribute is secured. You may get it, but you may not set it. Any changes to this attribute will not be transmitted to the server.

Return:
Object - ChartDrillDownListener

getValue

public Object getValue()

Get function for attribute for 'value'.

Return:
Object - Value

setValue

public void setValue(Object newValue)

Set function for attribute 'Value'.

Parameters:
newValue    
Return:
void - No Value returned

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

 

Generated on 2010.03.26 00:15 UTC
Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.