|
WebObjects 5.4.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.webobjects.eocontrol.EOEvent
com.webobjects.appserver.WOEvent
com.webobjects.appserver.WOAssociation.Event
public static class WOAssociation.Event
The WOAssociation.Event class is used to time value assignment/retrieval at the component level.
WOEvent,
WOAssociation.ValueForKeyPathEvent,
WOAssociation.TakeValueForKeyPathEvent,
Serialized Form| Field Summary |
|---|
| Fields inherited from class com.webobjects.appserver.WOEvent |
|---|
AssociationSignature, ComponentSignature, PageSignature |
| Fields inherited from class com.webobjects.eocontrol.EOEvent |
|---|
BasicEventSignature, EventGroupName |
| Constructor Summary | |
|---|---|
WOAssociation.Event()
|
|
| Method Summary | |
|---|---|
String |
bindingName()
Used by The WOAssociationEventRow component in WOJExtensions to display the association's binding name. |
String |
comment()
This method provides information for the event display. |
String |
declarationName()
Used by The WOAssociationEventRow component in WOJExtensions to display the association's declaration name. |
String |
displayComponentName()
Used by The WOEventDisplay page in WOJExtensions to determine the event row name displayed. |
boolean |
isPush()
Used by The WOAssociationEventRow component to determine the event type. |
String |
keyPath()
Used by The WOAssociationEventRow component in WOJExtensions to display the association's key path. |
void |
setBindingNameWithComponent(WOComponent component,
WOAssociation assoc)
Used to set a default binding name on Events created for associations which have not had setDebugEnabledForBinding() invoked. |
void |
setKeyPath(String aKeyPath)
Unused, but added for key value coding symmetry. |
| Methods inherited from class com.webobjects.appserver.WOEvent |
|---|
setComponentName, setPageName, signatureOfType, title, toString |
| Methods inherited from class com.webobjects.eocontrol.EOEvent |
|---|
aggregateEvents, classDescription, compare, description, duration, durationWithoutSubevents, eventTypeDescriptions, groupEvents, info, markAtomicWithInfo, markEnd, markStartWithInfo, parentEvent, setInfo, setType, startDate, subevents, type |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WOAssociation.Event()
| Method Detail |
|---|
public String displayComponentName()
displayComponentName in class EOEventpublic String bindingName()
public void setBindingNameWithComponent(WOComponent component,
WOAssociation assoc)
component - the component this event was created withinassoc - the association this even was created withinpublic String declarationName()
public boolean isPush()
public String keyPath()
public void setKeyPath(String aKeyPath)
aKeyPath - the value of the keypath.public String comment()
comment in class WOEventEOEvent.info()
|
Last updated June 2008 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||