
Public Member Functions | |
| void | appendToResponse (WOResponse r, WOContext c) |
| Chart | chart () |
| ERPOFCChart (WOContext context) | |
| Integer | height () |
| String | id () |
| String | json () |
| String | openFlashChartSwf () |
| void | reset () |
| String | safeElementID () |
| Integer | width () |
Static Protected Attributes | |
| static final Logger | log = Logger.getLogger(ERPOFCChart.class) |
Private Attributes | |
| Chart | _chart |
| Integer | _height |
| String | _id |
| String | _safeElementID |
| Integer | _width |
| ERPOFCChart | ( | WOContext | context | ) |
| void appendToResponse | ( | WOResponse | response, | |
| WOContext | context | |||
| ) |
Calls resetCachedBindingsInStatefulComponent prior to super.appendToResponse.
| response | to which we are appending | |
| context | context of the response |
Reimplemented from ERXNonSynchronizingComponent.
| Chart chart | ( | ) |
| Integer height | ( | ) |
| String id | ( | ) |
| String json | ( | ) |
| String openFlashChartSwf | ( | ) |
| void reset | ( | ) |
Reimplemented from ERXStatelessComponent.
| String safeElementID | ( | ) |
| Integer width | ( | ) |
Chart _chart [private] |
Integer _height [private] |
String _safeElementID [private] |
Integer _width [private] |
final Logger log = Logger.getLogger(ERPOFCChart.class) [static, protected] |
logging support
1.5.8