public class ChartBindingOptions extends BindingOptions
BindingOptions.ChangeEventPolicy
Constructor and Description |
---|
ChartBindingOptions() |
Modifier and Type | Method and Description |
---|---|
static ChartDataItemWrapper |
createChartDataItem()
Creates a new ChartDataItemWrapper instance.
|
static PieDataItemWrapper |
createPieDataItem()
Creates a new PieDataItemWrapper instance.
|
java.util.List<DataItemWrapper> |
getDataItems()
Returns the List of DataItemWrapper implementations (either ChartDataItemWrapper
or PieDataItemWrapper).
|
void |
setDataItems(java.util.List<DataItemWrapper> dataItems)
Method that allows users to set a List of DataItemWrapper classes ending up
in the creation of multiple dvt:chartDataItem or dvt:pieDataItem tags (based
on the concrete implementation of the abstract DataItemWrapper class) during
a bind operation.
|
getChangeEventPolicy, setChangeEventPolicy
public static PieDataItemWrapper createPieDataItem()
public static ChartDataItemWrapper createChartDataItem()
public void setDataItems(java.util.List<DataItemWrapper> dataItems)
dataItems
- public java.util.List<DataItemWrapper> getDataItems()