|
WebObjects 5.2.3 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.webobjects.eocontrol.EOEvent com.webobjects.appserver.WOEvent com.webobjects.appserver.WOAssociation.Event
The WOAssociation.Event class is used to time value assignment/retrieval at the component level.
WOEvent
,
WOAssociation.ValueForKeyPathEvent
,
WOAssociation.TakeValueForKeyPathEvent
,
Serialized FormField 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 bindingName()
public String comment()
comment
in class WOEvent
public String declarationName()
public String displayComponentName()
displayComponentName
in class EOEvent
public boolean isPush()
public String keyPath()
public void setBindingNameWithComponent(WOComponent component, WOAssociation assoc)
component
- the component this event was created withinassoc
- the association this even was created withinpublic void setKeyPath(String aKeyPath)
aKeyPath
- the value of the keypath.
|
Last updated Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |