public class AttributeDisplayEvent extends EntityDisplayEvent
| Modifier and Type | Field and Description |
|---|---|
protected Attribute[] |
attributes |
entity, entityChanged, mainTabFocus, unselectAttributesdataMap, dataMapChangeddataNode, dataNodeChangeddomain, domainChangedchanged, pathObject, refiredsource| Constructor and Description |
|---|
AttributeDisplayEvent(Object src,
Attribute[] attributes,
Entity entity,
DataMap dataMap,
DataChannelDescriptor domain) |
AttributeDisplayEvent(Object src,
Attribute attribute,
Entity entity,
DataMap dataMap,
DataChannelDescriptor domain) |
| Modifier and Type | Method and Description |
|---|---|
Attribute[] |
getAttributes() |
getEntity, isEntityChanged, isMainTabFocus, isUnselectAttributes, setEntity, setEntityChanged, setMainTabFocus, setUnselectAttributesgetDataMap, isDataMapChanged, setDataMap, setDataMapChangedgetDataNode, isDataNodeChanged, setDataNode, setDataNodeChangedgetDomain, isDomainChanged, setDomain, setDomainChangedgetPathObject, isChanged, isRefired, pointsTo, setChanged, setRefiredgetSource, toStringprotected Attribute[] attributes
public AttributeDisplayEvent(Object src, Attribute attribute, Entity entity, DataMap dataMap, DataChannelDescriptor domain)
public AttributeDisplayEvent(Object src, Attribute[] attributes, Entity entity, DataMap dataMap, DataChannelDescriptor domain)
public Attribute[] getAttributes()
Copyright © 2001–2015 Apache Cayenne. All rights reserved.