Class WStandardChartProxyModel

java.lang.Object
eu.webtoolkit.jwt.WObject
eu.webtoolkit.jwt.chart.WAbstractChartModel
eu.webtoolkit.jwt.chart.WStandardChartProxyModel

public class WStandardChartProxyModel
extends WAbstractChartModel
A WAbstractChartModel implementation that wraps a WAbstractItemModel.

This model delegates all functions to an underlying WAbstractItemModel, using the appropriate roles.

This model also triggers the WAbstractChartModel.changed() signal whenever the underlying WAbstractItemModel is changed.