|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
oracle.dss.util.ModelEvent
public abstract class ModelEvent
Describes changes to data. Subclasses of this class provide more detailed information.
Field Summary | |
---|---|
protected boolean |
columnDirty
|
protected boolean |
dataDirty
|
protected boolean |
rowDirty
|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ModelEvent(java.lang.Object source,
boolean data,
boolean row,
boolean column)
Constructor. |
Method Summary | |
---|---|
boolean |
isColumnDirty()
Indicates whether the metadata in the column edge has changed. |
boolean |
isDataDirty()
Indicates whether the data has changed. |
boolean |
isRowDirty()
Indicates whether the metadata in the row edge has changed. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected boolean dataDirty
protected boolean rowDirty
protected boolean columnDirty
Constructor Detail |
---|
public ModelEvent(java.lang.Object source, boolean data, boolean row, boolean column)
source
- The source of this event.data
- true
if the data (including any types of
data specified in the DataMap
) has changed,
false
if not.row
- true
if anything in the row edge has changed,
false
if not.column
- true
if anything in the column edge has
changed,
false
if not.Method Detail |
---|
public boolean isDataDirty()
true
if any data has changed, including any types
specified in the DataMap
,
false
if not.public boolean isColumnDirty()
true
if any metadata in the column edge has changed,
false
if not.public boolean isRowDirty()
true
if the metadata in the row edge has changed,
false
if not.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |