Project Wonder 7.2-SNAPSHOT
- java.lang.Object
-
- com.webobjects.appserver.WOAssociation
-
- er.extensions.appserver.ERXNegateAssociation
-
- All Implemented Interfaces:
- Cloneable
public class ERXNegateAssociation
extends com.webobjects.appserver.WOAssociation
Negates the value it is bound to. Can handle both not:value=true
and
not:value=someReturnValue
syntax.
Install with
WOOgnl.setAssociationClassForPrefix(ERXNegateAssociation.class, "not");
- Author:
- ak
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.webobjects.appserver.WOAssociation
com.webobjects.appserver.WOAssociation._EventLoggingEnabler, com.webobjects.appserver.WOAssociation.Event
-
Field Summary
-
Fields inherited from class com.webobjects.appserver.WOAssociation
_BINDING_KEYPATH_PREFIX, _debugEnabled, _IsEventLoggingEnabled, TakeValueForKeyPathEvent, ValueForKeyPathEvent
-
Method Summary
-
Methods inherited from class com.webobjects.appserver.WOAssociation
_bindingName, _debugDescription, _declarationName, _declarationType, _hasBindingInParent, _isImplementedForComponent, _logPullValue, _logPushValue, _markStartOfEventIfNeeded, _setDebuggingEnabled, _setValueNoValidation, associationWithKeyPath, associationWithValue, booleanValueInComponent, isValueConstantInComponent, isValueSettable, isValueSettableInComponent, setDebugEnabledForBinding, setValue
-
-
Method Detail
-
keyPath
public String keyPath()
- Specified by:
keyPath
in class com.webobjects.appserver.WOAssociation
-
toString
public String toString()
- Overrides:
toString
in class com.webobjects.appserver.WOAssociation
Last updated: Wed, Jul 29, 2020 12:47 PM CEST
Copyright © 2002 – 2020 Project Wonder.