public class WOToManyRelationship extends WOComponent
WOComponent._EventLoggingEnabler, WOComponent.EventNSKeyValueCodingAdditions.DefaultImplementation, NSKeyValueCodingAdditions.UtilityNSKeyValueCoding._BooleanFieldBinding, NSKeyValueCoding._BooleanMethodBinding, NSKeyValueCoding._FieldBinding, NSKeyValueCoding._ForwardingBinding, NSKeyValueCoding._KeyBinding, NSKeyValueCoding._KeyBindingCreation, NSKeyValueCoding._MethodBinding, NSKeyValueCoding._NumberFieldBinding, NSKeyValueCoding._NumberMethodBinding, NSKeyValueCoding._ReflectionKeyBindingCreation, NSKeyValueCoding.ErrorHandling, NSKeyValueCoding.MapImplementation, NSKeyValueCoding.Null<T>, NSKeyValueCoding.UnknownKeyException, NSKeyValueCoding.ValueAccessorNSValidation._MethodBinding, NSValidation._ValidationBinding, NSValidation.DefaultImplementation, NSValidation.Utility, NSValidation.ValidationException| Modifier and Type | Field and Description |
|---|---|
protected EODatabaseDataSource |
_dataSource |
protected java.lang.String |
_destinationDisplayKey |
protected boolean |
_isMandatory |
protected NSArray |
_privateList |
protected NSArray |
_privateSelections |
protected java.lang.String |
_relationshipKey |
protected java.lang.String |
_sourceEntityName |
protected java.lang.Object |
_sourceObject |
protected java.lang.String |
_uiStyle |
protected java.lang.Object |
theCurrentItem |
_Extension, _IsEventLoggingEnabled, _keyAssociations_CLASS_CLASS, _KeyPathSeparatorChar, KeyPathSeparatorNullValue_CLASS| Constructor and Description |
|---|
WOToManyRelationship(WOContext aContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
_invalidateCaches() |
protected EODataSource |
_localDataSource() |
protected java.lang.String |
_localDestinationDisplayKey() |
protected boolean |
_localIsMandatory() |
protected java.lang.String |
_localRelationshipKey() |
protected java.lang.String |
_localSourceEntityName() |
protected java.lang.Object |
_localSourceObject() |
protected java.lang.Object |
_localUiStyle() |
protected NSArray |
_privateList() |
NSArray |
_privateSelections() |
EODatabaseDataSource |
dataSource() |
java.lang.String |
destinationDisplayKey() |
EOEntity |
entityWithEntityAndKeyPath(EOEntity entity,
java.lang.String keyPath) |
boolean |
isCheckBox() |
boolean |
isStateless() |
java.lang.String |
relationshipKey() |
void |
reset() |
NSArray |
selections() |
void |
set_privateList(NSArray aValue) |
void |
set_privateSelections(NSArray aValue) |
void |
setDataSource(EODatabaseDataSource aValue) |
void |
setDestinationDisplayKey(java.lang.String aValue) |
void |
setIsMandatory(java.lang.Object aValue) |
void |
setRelationshipKey(java.lang.String aValue) |
void |
setSelections(NSArray aValue) |
void |
setSourceEntityName(java.lang.String aValue) |
void |
setSourceObject(java.lang.Object aValue) |
void |
setTheCurrentItem(java.lang.Object aValue) |
void |
setUiStyle(java.lang.String aValue) |
java.lang.String |
sourceEntityName() |
java.lang.Object |
sourceObject() |
java.lang.Object |
theCurrentItem() |
java.lang.Object |
theCurrentValue() |
NSArray |
theList() |
java.lang.String |
uiStyle() |
void |
updateSourceObject(NSArray newValues) |
__valueForBinding, _associationWithName, _awakeInContext, _childTemplate, _cleanUpStatelessComponent, _componentDefinition, _componentUnroll, _isPage, _setContext, _setIsPage, _setParent, _setSubcomponent, _sleepInContext, _subcomponentForElementWithID, _templateNameForClass, _unroll, appendToResponse, application, awake, baseURL, bindingKeys, canAccessFieldsDirectly, canGetValueForBinding, canSetValueForBinding, clone, context, debugString, descriptionForResponse, ensureAwakeInContext, frameworkName, generateResponse, handleQueryWithUnboundKey, handleTakeValueForUnboundKey, hasBinding, hasSession, invokeAction, isCachingEnabled, isEventLoggingEnabled, logString, name, pageWithName, parent, path, pathURL, performParentAction, pullValuesFromParent, pushValuesToParent, session, set_componentUnroll, set_unroll, setCachingEnabled, setValueForBinding, setVariableValueForName, sleep, synchronizesVariablesWithBindings, takeValueForKey, takeValueForKeyPath, takeValuesFromRequest, template, templateWithHTMLString, templateWithHTMLString, templateWithHTMLString, templateWithName, toString, unableToSetNullForKey, validateTakeValueForKeyPath, validateValueForKey, validationFailedWithException, valueForBinding, valueForBooleanBinding, valueForIntegerBinding, valueForKey, valueForKeyPath, valueForNSArrayBindings, valueForNSDictionaryBindings, valueForNumberBinding, valueForStringBinding, variableValueForName, variableWithNameprotected java.lang.String _sourceEntityName
protected java.lang.String _relationshipKey
protected java.lang.Object _sourceObject
protected java.lang.String _destinationDisplayKey
protected EODatabaseDataSource _dataSource
protected java.lang.String _uiStyle
protected boolean _isMandatory
protected java.lang.Object theCurrentItem
protected NSArray _privateList
protected NSArray _privateSelections
public WOToManyRelationship(WOContext aContext)
public boolean isStateless()
isStateless in class WOComponentpublic java.lang.String sourceEntityName()
public void setSourceEntityName(java.lang.String aValue)
public java.lang.String relationshipKey()
public void setRelationshipKey(java.lang.String aValue)
public java.lang.Object sourceObject()
public void setSourceObject(java.lang.Object aValue)
public java.lang.String destinationDisplayKey()
public void setDestinationDisplayKey(java.lang.String aValue)
public EODatabaseDataSource dataSource()
public void setDataSource(EODatabaseDataSource aValue)
public java.lang.String uiStyle()
public void setUiStyle(java.lang.String aValue)
public void setIsMandatory(java.lang.Object aValue)
public java.lang.Object theCurrentItem()
public void setTheCurrentItem(java.lang.Object aValue)
protected NSArray _privateList()
public void set_privateList(NSArray aValue)
public NSArray _privateSelections()
public void set_privateSelections(NSArray aValue)
public void _invalidateCaches()
public void reset()
reset in class WOComponentprotected java.lang.String _localSourceEntityName()
protected java.lang.String _localRelationshipKey()
protected java.lang.Object _localSourceObject()
protected java.lang.String _localDestinationDisplayKey()
public EOEntity entityWithEntityAndKeyPath(EOEntity entity, java.lang.String keyPath)
protected EODataSource _localDataSource()
protected java.lang.Object _localUiStyle()
protected boolean _localIsMandatory()
public void updateSourceObject(NSArray newValues)
public void setSelections(NSArray aValue)
public NSArray selections()
public NSArray theList()
public java.lang.Object theCurrentValue()
public boolean isCheckBox()
Copyright © 2002 – 2022 Project Wonder.