public class DataSetPropertyEvent extends PropertyChangeEvent implements DataSetEvent
IlvDataSet
when its property changes.DataSetListener
,
Serialized Formsource
Constructor and Description |
---|
DataSetPropertyEvent(IlvDataSet dataSet,
DataSetPropertyEvent source)
Describes a change on a property from an existing event.
|
DataSetPropertyEvent(IlvDataSet dataSet,
String propertyName,
Object oldValue,
Object newValue)
Describes a change of the specified property of the data set.
|
Modifier and Type | Method and Description |
---|---|
IlvDataSet |
getDataSet()
Returns the data set on which the change occurred.
|
getNewValue, getOldValue, getPropagationId, getPropertyName, setPropagationId, toString
getSource
public DataSetPropertyEvent(IlvDataSet dataSet, String propertyName, Object oldValue, Object newValue)
dataSet
- The modified data set.propertyName
- The programmatic name of the property that was
changed.oldValue
- The old value of the property.newValue
- The new value of the property.public DataSetPropertyEvent(IlvDataSet dataSet, DataSetPropertyEvent source)
DataSetPropertyEvent
object whose attributes are initialized from the source event attributes
except the source data set that is set to the specified one.dataSet
- The modified data set.source
- The event to forward.public IlvDataSet getDataSet()
getDataSet
in interface DataSetEvent
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.