public class DataMapDisplayEvent extends DataNodeDisplayEvent
| Modifier and Type | Field and Description |
|---|---|
protected DataMap |
dataMap |
protected boolean |
dataMapChanged
True if different from current data map.
|
dataNode, dataNodeChangeddomain, domainChangedchanged, pathObject, refiredsource| Constructor and Description |
|---|
DataMapDisplayEvent(Object src,
DataMap map,
DataChannelDescriptor dataChannelDescriptor) |
DataMapDisplayEvent(Object src,
DataMap map,
DataChannelDescriptor dataChannelDescriptor,
DataNodeDescriptor node) |
| Modifier and Type | Method and Description |
|---|---|
DataMap |
getDataMap()
Get dataMap wrapper.
|
boolean |
isDataMapChanged()
Returns true if data map is different from the current data map.
|
void |
setDataMap(DataMap dataMap)
Sets the dataMap.
|
void |
setDataMapChanged(boolean temp) |
getDataNode, isDataNodeChanged, setDataNode, setDataNodeChangedgetDomain, isDomainChanged, setDomain, setDomainChangedgetPathObject, isChanged, isRefired, pointsTo, setChanged, setRefiredgetSource, toStringprotected DataMap dataMap
protected boolean dataMapChanged
public DataMapDisplayEvent(Object src, DataMap map, DataChannelDescriptor dataChannelDescriptor)
public DataMapDisplayEvent(Object src, DataMap map, DataChannelDescriptor dataChannelDescriptor, DataNodeDescriptor node)
public DataMap getDataMap()
public void setDataMap(DataMap dataMap)
dataMap - The dataMap to setpublic boolean isDataMapChanged()
public void setDataMapChanged(boolean temp)
Copyright © 2001–2015 Apache Cayenne. All rights reserved.