public class EmbeddableDisplayEvent extends DataMapDisplayEvent
| Modifier and Type | Field and Description |
|---|---|
protected Embeddable |
embeddable |
protected boolean |
embeddableChanged |
protected boolean |
mainTabFocus |
dataMap, dataMapChangeddataNode, dataNodeChangeddomain, domainChangedchanged, pathObject, refiredsource| Constructor and Description |
|---|
EmbeddableDisplayEvent(Object src,
Embeddable embeddable,
DataMap dataMap,
DataChannelDescriptor dataChannelDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
Embeddable |
getEmbeddable() |
boolean |
isEmbeddableChanged() |
boolean |
isMainTabFocus() |
void |
setEmbeddableChanged(boolean temp) |
void |
setMainTabFocus(boolean mainTabFocus) |
getDataMap, isDataMapChanged, setDataMap, setDataMapChangedgetDataNode, isDataNodeChanged, setDataNode, setDataNodeChangedgetDomain, isDomainChanged, setDomain, setDomainChangedgetPathObject, isChanged, isRefired, pointsTo, setChanged, setRefiredgetSource, toStringprotected Embeddable embeddable
protected boolean embeddableChanged
protected boolean mainTabFocus
public EmbeddableDisplayEvent(Object src, Embeddable embeddable, DataMap dataMap, DataChannelDescriptor dataChannelDescriptor)
public Embeddable getEmbeddable()
public boolean isMainTabFocus()
public void setMainTabFocus(boolean mainTabFocus)
public boolean isEmbeddableChanged()
public void setEmbeddableChanged(boolean temp)
Copyright © 2001–2015 Apache Cayenne. All rights reserved.