public class DataPointBindingEntry extends Object
Constructor and Description |
---|
DataPointBindingEntry(Object dataItem,
DataPoint dataPoint)
Creates an instance of the
DataPointBindingEntry class that holds data item
and its associated DataPoint . |
Modifier and Type | Method and Description |
---|---|
Object |
getDataItem()
Gets the current data item.
|
DataPoint |
getDataPoint()
Gets the current data point.
|
public DataPointBindingEntry(Object dataItem, DataPoint dataPoint)
DataPointBindingEntry
class that holds data item
and its associated DataPoint
.dataItem
- The data item.dataPoint
- The data point associated with the data item.