public class WOToOneRelationship 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 |
static java.lang.String |
_noneString |
protected NSArray |
_privateList |
protected java.lang.Object |
_privateSelection |
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 |
|---|
WOToOneRelationship(WOContext aContext) |
| Modifier and Type | Method and Description |
|---|---|
protected 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() |
java.lang.Object |
_privateSelection() |
EODatabaseDataSource |
dataSource() |
java.lang.String |
destinationDisplayKey() |
EOEntity |
entityWithEntityAndKeyPath(EOEntity entity,
java.lang.String keyPath) |
boolean |
isBrowser() |
protected boolean |
isMandatory() |
boolean |
isPopup() |
boolean |
isRadio() |
boolean |
isStateless() |
java.lang.String |
relationshipKey() |
void |
reset() |
java.lang.Object |
selection() |
void |
set_privateList(NSArray aValue) |
void |
set_privateSelection(java.lang.Object aValue) |
void |
setDataSource(EODatabaseDataSource aValue) |
void |
setDestinationDisplayKey(java.lang.String aValue) |
void |
setIsMandatory(java.lang.Object aValue) |
void |
setRelationshipKey(java.lang.String aValue) |
void |
setSelection(java.lang.Object anEO) |
void |
setSourceEntityName(java.lang.String aValue) |
void |
setSourceObject(java.lang.Object aValue) |
void |
setTheCurrentItem(java.lang.Object aValue) |
void |
setTheList(NSArray 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(java.lang.Object anEO) |
__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 java.lang.Object _privateSelection
public static final java.lang.String _noneString
public WOToOneRelationship(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)
protected boolean isMandatory()
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 java.lang.Object _privateSelection()
public void set_privateSelection(java.lang.Object aValue)
protected void _invalidateCaches()
public void reset()
reset in class WOComponentprotected java.lang.Object _localSourceObject()
protected boolean _localIsMandatory()
protected java.lang.String _localSourceEntityName()
protected java.lang.String _localRelationshipKey()
protected java.lang.String _localDestinationDisplayKey()
public EOEntity entityWithEntityAndKeyPath(EOEntity entity, java.lang.String keyPath)
protected EODataSource _localDataSource()
protected java.lang.Object _localUiStyle()
public void updateSourceObject(java.lang.Object anEO)
public void setSelection(java.lang.Object anEO)
public java.lang.Object selection()
public NSArray theList()
public void setTheList(NSArray aValue)
public java.lang.Object theCurrentValue()
public boolean isRadio()
public boolean isPopup()
public boolean isBrowser()
Copyright © 2002 – 2022 Project Wonder.