WebObjects 5.2.3
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

V

VALUE_TO_BE_DERIVED - Static variable in class com.webobjects.directtoweb.D2WContext
This constant is intentionally undocumented.
ValidatedKeyUserInfoKey - Static variable in class com.webobjects.foundation.NSValidation.ValidationException
Deprecated. Use NSValidation.ValidationException.key()
ValidatedObjectUserInfoKey - Static variable in class com.webobjects.foundation.NSValidation.ValidationException
Deprecated. User NSValidation.ValidationException.object()
ValueAspect - Static variable in class com.webobjects.eointerface.EOAssociation
String value of the Value aspect
ValueForKeyPathEvent - Static variable in class com.webobjects.appserver.WOAssociation
name of Event for timing value retrieval involving traversing an arbitrary key path.
ValueKey - Static variable in class com.webobjects.directtoweb.Assignment
This constant is intentionally undocumented.
ValueKeyParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
VendorKey - Static variable in class com.webobjects.eodistribution.WOJavaClientComponent
The name of the vendor binding.
VerticalBorderParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
VerticallyResizableParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
VisibleEntityNamesKey - Static variable in class com.webobjects.directtoweb.D2WModel
The visible entity names key; the literal "visibleEntityNames".
Void - Static variable in class com.webobjects.eoaccess.EOAttribute
Integer constant representing one of four possible parameter directions for EOAttributes that represent arguments to a stored procedure.
validateChangesForSave() - Method in class com.webobjects.eocontrol.EOSharedEditingContext
Overrides the superclass implementation to do nothing.
validateClientUpdate() - Method in class com.webobjects.eocontrol.EOCustomObject
Validate whether object is in an consistent state after being updated from a client.
validateClientUpdate() - Method in interface com.webobjects.eocontrol.EOValidation
Invoked after an object is being updated from a client application (Java Client) to validate whether the object is in an consistent state from the server-side perspective.
validateEventsLogin(String, String) - Method in class com.webobjects.appserver.WOSession
Validates the username and password used to access the WOEvents* pages.
validateForDelete() - Method in class com.webobjects.eocontrol.EOCustomObject
Confirms that the receiver can be deleted in its current state, throwing an NSValidation.ValidationException if it can't.
validateForDelete() - Method in interface com.webobjects.eocontrol.EOValidation
Confirms that the receiver can be deleted in its current state, throwing an NSValidation.ValidationException if it can't.
validateForInsert() - Method in class com.webobjects.eocontrol.EOCustomObject
Confirms that the receiver can be inserted in its current state, throwing an NSValidation.ValidationException if it can't.
validateForInsert() - Method in interface com.webobjects.eocontrol.EOValidation
Confirms that the receiver can be inserted in its current state, throwing an NSValidation.ValidationException if it can't.
validateForSave() - Method in class com.webobjects.eocontrol.EOCustomObject
Confirms that the receiver can be saved in its current state, throwing an NSValidation.ValidationException if it can't.
validateForSave() - Method in interface com.webobjects.eocontrol.EOValidation
Confirms that the receiver can be saved in its current state, throwing an NSValidation.ValidationException if it can't.
validateForUpdate() - Method in class com.webobjects.eocontrol.EOCustomObject
Confirms that the receiver can be saved in its current state, throwing a NSValidation.ValidationException if it can't.
validateForUpdate() - Method in interface com.webobjects.eocontrol.EOValidation
Confirms that the receiver can be updated in its current state, throwing an NSValidation.ValidationException if it can't.
validateFunction() - Method in class com.webobjects.woextensions.JSValidatedField
 
validateKeysWithRootClassDescription(EOClassDescription) - Method in class com.webobjects.directtoweb.BooleanQualifier
 
validateKeysWithRootClassDescription(EOClassDescription) - Method in class com.webobjects.directtoweb.NonNullQualifier
 
validateKeysWithRootClassDescription(EOClassDescription) - Method in class com.webobjects.eoaccess.EOSQLQualifier
Deprecated.  
validateKeysWithRootClassDescription(EOClassDescription) - Method in class com.webobjects.eocontrol.EOKeyComparisonQualifier
Ensures that the receiver contains keys and key paths that belong to or originate from classDesc.
validateKeysWithRootClassDescription(EOClassDescription) - Method in class com.webobjects.eocontrol.EOKeyValueQualifier
Ensures that the receiver contains keys and key paths that belong to or originate from classDesc.
validateKeysWithRootClassDescription(EOClassDescription) - Method in class com.webobjects.eocontrol.EONotQualifier
Ensures that the receiver contains keys and key paths that belong to or originate from classDesc.
validateKeysWithRootClassDescription(EOClassDescription) - Method in class com.webobjects.eocontrol.EOOrQualifier
Ensures that the receiver contains keys and key paths that belong to or originate from classDesc.
validateKeysWithRootClassDescription(EOClassDescription) - Method in class com.webobjects.eocontrol.EOQualifier
Ensures that the receiver contains keys and key paths that belong to or originate from classDescription.
validateLogin(String, WOSession) - Method in class com.webobjects.appserver.WOStatisticsStore
Validates if the password string is correct so as to allow viewing of the application's statistics.
validateObjectForDelete(EOEnterpriseObject) - Method in class com.webobjects.eoaccess.EOEntityClassDescription
Determines whether it is permissible to delete object.
validateObjectForDelete(EOEnterpriseObject) - Method in class com.webobjects.eocontrol.EOClassDescription
Overridden by subclasses to determine whether it's permissible to delete an object.
validateObjectForSave(Object) - Method in class com.webobjects.eoaccess.EOEntityClassDescription
Returns null.
validateObjectForSave(EOEnterpriseObject) - Method in class com.webobjects.eocontrol.EOClassDescription
Overridden by subclasses to determine whether the values being saved for an object are acceptable.
validateStatisticsLogin(String, String) - Method in class com.webobjects.appserver.WOSession
Validates the username and password used to access the WOStats page.
validateTakeValueForKeyPath(Object, String) - Method in class com.webobjects.appserver.WOAction
 
validateTakeValueForKeyPath(Object, String) - Method in class com.webobjects.appserver.WOComponent
Validates (and coerces) the given value, assigning it if it is different than the current value.
validateTakeValueForKeyPath(Object, String) - Method in class com.webobjects.directtoweb.D2WEditBoolean
This method is intentionally undocumented.
validateTakeValueForKeyPath(Object, String) - Method in class com.webobjects.directtoweb.EditComponent
This method is intentionally undocumented.
validateTakeValueForKeyPath(Object, String) - Method in class com.webobjects.eocontrol.EOCustomObject
Confirms that value is valid for the receiver's property named by keyPath, and assigns the value to the property (if value is different from the current value), or throws an NSValidation.ValidationException if value isn't valid.
validateTakeValueForKeyPath(Object, Object, String) - Static method in class com.webobjects.foundation.NSValidation.DefaultImplementation
Confirms that value is legal for an objects's property, which is named by keyPath, and assigns the value to the property if it's legal (and if value is different from the current value).
validateTakeValueForKeyPath(Object, Object, String) - Static method in class com.webobjects.foundation.NSValidation.Utility
If object is an NSValidation, invokes validateTakeValueForKeyPath on object; otherwise invokes NSValidation.DefaultImplementation's validateTakeValueForKeyPath method with object as the object on which to operate.
validateTakeValueForKeyPath(Object, String) - Method in interface com.webobjects.foundation.NSValidation
Confirms that value is legal for the object's property named by keyPath and then assigns it to the property.
validateValue(Object) - Method in class com.webobjects.eoaccess.EOAttribute
Validates valueP by attempting to convert it to the attribute's value type and by testing other attribute validation constraints (such as allowsNull, width, and so on).
validateValue(Object) - Method in class com.webobjects.eoaccess.EORelationship
For relationships marked as mandatory, throws a ValidationException if the receiver is to-one and valueP is null, or if the receiver is to-many and valueP has a count of 0.
validateValue(Object) - Method in class com.webobjects.eodistribution.client.EOAttribute
Validates value by attempting to convert it to the attribute's value type and testing other attribute validation constraints (such as allowsNull, width, and so on).
validateValue(Object) - Method in class com.webobjects.eodistribution.client.EORelationship
Validates value by performing several checks to see whether value would be an acceptable value for the relationship.
validateValueForKey(Object, String) - Method in class com.webobjects.appserver.WOAction
 
validateValueForKey(Object, String) - Method in class com.webobjects.appserver.WOComponent
Conformance to NSValidation.
validateValueForKey(Object, String) - Method in class com.webobjects.eoaccess.EOEntityClassDescription
Validates the object valueP using the property named key.
validateValueForKey(Object, String) - Method in class com.webobjects.eocontrol.EOClassDescription
Overridden by subclasses to validate a value.
validateValueForKey(Object, String) - Method in class com.webobjects.eocontrol.EOCustomObject
Validates a property indirectly by name.
validateValueForKey(Object, String) - Method in class com.webobjects.eodistribution.client.EODistributedClassDescription
Validate the value passed and return a possibly coerced value.
validateValueForKey(Object, Object, String) - Static method in class com.webobjects.foundation.NSValidation.DefaultImplementation
Confirms that value is legal for the NSValidation's property, which is named by key, and returns the validated value if it's legal, or throws an NSValidation.ValidationException if it isn't.
validateValueForKey(Object, Object, String) - Static method in class com.webobjects.foundation.NSValidation.Utility
If object is an NSValidation, invokes validateValueForKey on object; otherwise invokes NSValidation.DefaultImplementation's validateValueForKey method with object as the object on which to operate.
validateValueForKey(Object, String) - Method in interface com.webobjects.foundation.NSValidation
Confirms that value is legal for the object's property named by key.
validatesChangesImmediately() - Method in class com.webobjects.appserver.WODisplayGroup
Indicates whether the WODisplayGroup immediately validates submitted changes.
validatesChangesImmediately() - Method in class com.webobjects.eointerface.EODisplayGroup
Returns true if the receiver immediately handles validation errors, or false if it leaves errors for the EOEditingContext to handle when saving changes.
validationFailedWithException(Throwable, Object, String, WOComponent, WOSession) - Method in class com.webobjects.appserver.WOApplication
Appends a validation failed message to NSLog.err.
validationFailedWithException(Throwable, Object, String) - Method in class com.webobjects.appserver.WOComponent
Called when an Enterprise Object or formatter failed validation during an assignment.
validationFailedWithException(Throwable, Object, String, WOComponent) - Method in class com.webobjects.appserver.WOSession
Handle an exception thrown as a result of validation failure.
validationFailedWithException(Throwable, Object, String) - Method in class com.webobjects.directtoweb.D2WCustomComponent
Invokes the validationFailedWithException method on the parent component.
validationFailedWithException(Throwable, Object, String) - Method in class com.webobjects.directtoweb.D2WInspectPage
This method is intentionally undocumented.
validationFailedWithException(Throwable, Object, String) - Method in class com.webobjects.directtoweb.EditComponent
This method is intentionally undocumented.
validationString() - Method in class com.webobjects.woextensions.JSValidatedField
 
value() - Method in class com.webobjects.appserver.WOCookie
This value attribute is similar to the value of a dictionary or hash table.
value() - Method in class com.webobjects.directtoweb.Assignment
Gets the receiver's right-hand-side value.
value(D2WContext) - Method in class com.webobjects.directtoweb.Assignment
Deprecated.  
value() - Method in class com.webobjects.directtoweb.D2WEditBoolean
This method is intentionally undocumented.
value - Variable in class com.webobjects.directtoweb.D2WEditUneditable
An object that will not be edited.
value() - Method in class com.webobjects.directtoweb.D2WQueryBoolean
This method is intentionally undocumented.
value() - Method in class com.webobjects.directtoweb.D2WQueryToManyField
This method is intentionally undocumented.
value() - Method in class com.webobjects.directtoweb.D2WQueryToOneField
Gets the value.
value() - Method in class com.webobjects.directtoweb.D2WQueryUnavailable
The current implementation returns the empty string, i.e., "".
value() - Method in class com.webobjects.directtoweb.EditComponent
This method is intentionally undocumented.
value() - Method in class com.webobjects.directtoweb.QueryComponent
This method is intentionally undocumented.
value() - Method in class com.webobjects.eocontrol.EOKeyValueQualifier
Returns the value that the receiver uses when qualifying (for instance, with evaluateWithObject).
value() - Method in class com.webobjects.eointerface.EOValueAssociation.ValuePlugin
 
value() - Method in class com.webobjects.eointerface.cocoa.EOCocoaCheckBoxPlugin
Returns a Boolean object representing the state of this plugin's checkbox.
value() - Method in class com.webobjects.eointerface.cocoa.EOCocoaImageViewPlugin
Returns the image data held by this plugin's NSImageView
value() - Method in class com.webobjects.eointerface.cocoa.EOCocoaTextFieldPlugin
 
value() - Method in class com.webobjects.eointerface.cocoa.EOCocoaTextPlugin
Returns the text held by this plugin's NSText object.
value() - Method in class com.webobjects.eointerface.swing.EOSwingCheckBoxPlugin
Return whether or not the checkbox is checked.
value() - Method in class com.webobjects.eointerface.swing.EOSwingImageViewPlugin
Returns the data object used to create the plugin view's image.
value() - Method in class com.webobjects.eointerface.swing.EOSwingQuickTimeViewPlugin
Returns the value set with setValue as URL for the QuickTime content.
value() - Method in class com.webobjects.eointerface.swing.EOSwingTextPlugin
Returns the value of the text widget.
value - Variable in class com.webobjects.foundation.NSTimestamp.IntRef
Deprecated. an integer value an instance references
value() - Method in class com.webobjects.woextensions.WOAnyField
 
value - Variable in class com.webobjects.woextensions.WOCompletionBar
 
value() - Method in class com.webobjects.woextensions.WOTableString
Deprecated.  
valueAtColumnAndRow(int, int) - Method in class com.webobjects.eointerface.EOTableAssociation
This method returns the data value for the table cell at the specified row and column.
valueAtRow(int) - Method in class com.webobjects.eointerface.EOTableColumnAssociation
This method returns the value Object for the specified row in this column.
valueChanged(TreeSelectionEvent) - Method in class com.webobjects.eogeneration.EOTreeController
 
valueChanged(ListSelectionEvent) - Method in class com.webobjects.eointerface.swing.EOSwingTablePlugin
Conforming to ListSelectionListener API.
valueChanged(TreeSelectionEvent) - Method in class com.webobjects.eointerface.swing.EOSwingTreePlugin
 
valueClassName() - Method in class com.webobjects.eoaccess.EOAttribute
Deprecated. use className instead
valueClassName() - Method in class com.webobjects.eodistribution.client.EOAttribute
Returns the name of the class which values of this attribute have, or null if no class is specified.
valueClassNameForKey(String) - Method in class com.webobjects.woextensions.WOAnyField
 
valueFactoryMethod() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the factory method invoked by the attribute when creating an attribute value that's of a custom class.
valueFactoryMethodName() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the name of the factory method used for creating a custom class value.
valueForAggregateKey(String, NSArray) - Static method in class com.webobjects.webservices.generation.WOServiceUtilities
Returns the aggregate value for key key of NSArray array.
valueForAspect(String) - Method in class com.webobjects.eointerface.EOAssociation
Returns a value of the selected enterprise object in the EODisplayGroup bound to aspect.
valueForAspectAtIndex(String, int) - Method in class com.webobjects.eointerface.EOAssociation
Returns a value of the enterprise object at index in the EODisplayGroup bound to aspect.
valueForBinding(String) - Method in class com.webobjects.appserver.WOComponent
Gets the value for the specified binding from the parent component.
valueForDisplayValue(Object) - Method in class com.webobjects.eointerface.EOTableColumnAssociation.TableColumnPlugin
This method performs the reverse operation of formatting, that is, it returns the data value for a displayed value, potentially using a Formatter object's "parse" method as defined in subclasses.
valueForDisplayValue(Object) - Method in class com.webobjects.eointerface.cocoa.EOCocoaTableColumnPlugin
Returns the data value to set in the association, given a display value from the interface.
valueForDisplayValue(Object) - Method in class com.webobjects.eointerface.swing.EOSwingTableColumnPlugin
This method performs the reverse operation of formatting, that is, it returns the data value for a displayed value by using the Format's parseObject method.
valueForKey(String) - Method in class com.webobjects.appserver.WOAction
 
valueForKey(String) - Method in class com.webobjects.appserver.WOApplication
Conformance to NSKeyValueCoding.
valueForKey(String) - Method in class com.webobjects.appserver.WOComponent
Conformance to NSKeyValueCoding.
valueForKey(String) - Method in class com.webobjects.appserver.WOContext
 
valueForKey(String) - Method in class com.webobjects.appserver.WOCookie
Conformance to NSKeyValueCoding.
valueForKey(String) - Method in class com.webobjects.appserver.WODisplayGroup
 
valueForKey(String) - Method in class com.webobjects.appserver.WOHTTPConnection
Conformance to NSKeyValueCoding.
valueForKey(String) - Method in class com.webobjects.appserver.WOMessage
 
valueForKey(String) - Method in class com.webobjects.appserver.WOSession
 
valueForKey(String) - Method in class com.webobjects.appserver.WOStatisticsStore
Conformance to NSKeyValueCoding.
valueForKey(String) - Method in class com.webobjects.appserver.xml.WOXMLDecoder
Conformance to NSKeyValueCoding.
valueForKey(String) - Method in class com.webobjects.directtoweb.D2WContext
Returns the value of 'key' using the Rule System.
valueForKey(String) - Method in class com.webobjects.eoapplication.EOController
 
valueForKey(String) - Method in class com.webobjects.eoapplication.EODefaults
Returns the value stored in the defaults manager with the key key or null if no value is stored with that key.
valueForKey(String) - Method in class com.webobjects.eocontrol.EOCustomObject
Returns the receiver's value for the property identified by key.
valueForKey(String) - Method in class com.webobjects.foundation.NSArray
Conformance to the NSKeyValueCoding interface.
valueForKey(String) - Method in class com.webobjects.foundation.NSDictionary
Conformance to NSKeyValueCoding.
valueForKey(Object, String) - Static method in class com.webobjects.foundation.NSKeyValueCoding.DefaultImplementation
Retrieves the value associated with the property named key on object.
valueForKey(Object, String) - Static method in class com.webobjects.foundation.NSKeyValueCoding.Utility
If object implements NSKeyValueCoding, this method invokes valueForKey on object.
valueForKey(String) - Method in interface com.webobjects.foundation.NSKeyValueCoding
Retrieves the value of the property named by key.
valueForKey(String) - Method in class com.webobjects.webservices.support.xml.WOStringKeyMap
 
valueForKeyNoInference(String) - Method in class com.webobjects.directtoweb.D2WContext
Returns the value of 'key' without using the Rule System.
valueForKeyOnObject(String, Object) - Static method in class com.webobjects.directtoweb.KeyValuePath
 
valueForKeyPath(String) - Method in class com.webobjects.appserver.WOAction
 
valueForKeyPath(String) - Method in class com.webobjects.appserver.WOApplication
Conformance to NSKeyValueCodingAdditions.
valueForKeyPath(String) - Method in class com.webobjects.appserver.WOComponent
Conformance to NSKeyValueCodingAdditions.
valueForKeyPath(String) - Method in class com.webobjects.appserver.WOContext
 
valueForKeyPath(String) - Method in class com.webobjects.appserver.WOCookie
Conformance to NSKeyValueCodingAdditions.
valueForKeyPath(String) - Method in class com.webobjects.appserver.WOHTTPConnection
Conformance to NSKeyValueCodingAdditions.
valueForKeyPath(String) - Method in class com.webobjects.appserver.WOMessage
 
valueForKeyPath(String) - Method in class com.webobjects.appserver.WOSession
 
valueForKeyPath(String) - Method in class com.webobjects.appserver.WOStatisticsStore
Conformance to NSKeyValueCodingAdditions.
valueForKeyPath(String) - Method in class com.webobjects.directtoweb.D2WContext
Returns the inferred value of keyPath.
valueForKeyPath(String) - Method in class com.webobjects.eoapplication.EOController
 
valueForKeyPath(String) - Method in class com.webobjects.eocontrol.EOCustomObject
Returns the value for the derived property identified by keyPath.
valueForKeyPath(String) - Method in class com.webobjects.foundation.NSArray
Conformance to the NSKeyValueCodingAdditions interface.
valueForKeyPath(String) - Method in class com.webobjects.foundation.NSDictionary
Conformance to NSKeyValueCodingAdditions.
valueForKeyPath(Object, String) - Static method in class com.webobjects.foundation.NSKeyValueCodingAdditions.DefaultImplementation
A key path has the form relationship.property (with one or more relationships).
valueForKeyPath(Object, String) - Static method in class com.webobjects.foundation.NSKeyValueCodingAdditions.Utility
If object is an NSKeyValueCodingAdditions, invokes valueForKeyPath on object; otherwise invokes NSKeyValueCodingAdditions.DefaultImplementation's valueForKeyPath method with object as the object on which to operate.
valueForKeyPath(String) - Method in interface com.webobjects.foundation.NSKeyValueCodingAdditions
Retrieves the value of a property of the object at the end of the key path (a key path is a string of the form "key1.key2").
valueForKeyPath(String) - Method in class com.webobjects.webservices.support.xml.WOStringKeyMap
 
valueForKeyPathNoInference(String) - Method in class com.webobjects.directtoweb.D2WContext
Returns the value of 'keyPath' using the Rule System.
valueForKeyPathOnObject(String, Object) - Static method in class com.webobjects.directtoweb.KeyValuePath
 
valueForObject(Object, String) - Method in class com.webobjects.eointerface.EODisplayGroup
Returns object's value for the property identified by key.
valueForObject(Object) - Method in class com.webobjects.eointerface.EOTreeAssociation
Returns the display value for the identifier object.
valueForObjectAtIndex(int, String) - Method in class com.webobjects.eointerface.EODisplayGroup
Returns the value of the object at index for the property identified by key.
valueForSQLExpression(EOSQLExpression) - Method in class com.webobjects.eoaccess.EOAttribute
If the context parameter is not null, returns the SQL expression for the receiver.
valueForSQLExpression(EOSQLExpression) - Method in class com.webobjects.eoaccess.EOEntity
Returns an SQL query string based on the receiver's external name and an EOSQLExpression object context.
valueForSQLExpression(EOSQLExpression) - Method in class com.webobjects.eoaccess.EORelationship
Returns the value to use in SQL expressions.
valueForSQLExpression(EOSQLExpression) - Method in interface com.webobjects.eoaccess.EOSQLExpression.SQLValue
Returns a String to be used to represent the receiver in an SQL statement.
valueForSQLExpression(EOSQLExpression) - Method in class com.webobjects.eoaccess.EOSQLQualifier
Deprecated. Conformance to EOSQLExpression.SQLValue.
valueFormatter() - Method in interface com.webobjects.eointerface.EOWidgetAssociation.WidgetPlugin.Formatting
Returns the formatter object of the receiver.
valueFormatter() - Method in class com.webobjects.eointerface.EOWidgetAssociation
Returns the object used to format values in the association's display object.
valueFormatter() - Method in class com.webobjects.eointerface.cocoa.EOCocoaComboBoxPlugin
 
valueFormatter() - Method in class com.webobjects.eointerface.cocoa.EOCocoaRadioMatrixPlugin
Gets the formatter used to format values in the interface.
valueFormatter() - Method in class com.webobjects.eointerface.cocoa.EOCocoaTableColumnPlugin
Gets the formatter used to format values in the interface.
valueFormatter() - Method in class com.webobjects.eointerface.cocoa.EOCocoaTextFieldPlugin
 
valueFormatter() - Method in class com.webobjects.eointerface.swing.EOSwingComboBoxPlugin
Returns the format set with setValueFormatter.
valueFormatter() - Method in class com.webobjects.eointerface.swing.EOSwingTableColumnPlugin
Returns the formatter for this plugin's column
valueFormatter() - Method in class com.webobjects.eointerface.swing.EOSwingTextPlugin
Returns the Format for this plugin's text component.
valueFormatter() - Method in class com.webobjects.eointerface.swing.EOSwingTreePlugin
Returns the Format for this plugin's text component.
valueInComponent(WOComponent) - Method in class com.webobjects.appserver.WOAssociation
Returns the association's value for this component.
valueIsNonNull() - Method in class com.webobjects.woextensions.WOTableString
Deprecated.  
valueKey() - Method in class com.webobjects.eogeneration.EOComboBoxController
 
valueKey() - Method in class com.webobjects.eogeneration.EOTreeController
 
valueKey() - Method in class com.webobjects.eogeneration.EOValueController
 
valueList() - Method in class com.webobjects.eoaccess.EOSQLExpression
Returns the comma-separated list of values used in an INSERT statement.
valueMax - Variable in class com.webobjects.woextensions.WOCompletionBar
 
valueMin - Variable in class com.webobjects.woextensions.WOCompletionBar
 
valueString() - Method in class com.webobjects.directtoweb.DefaultAssignment
 
valueType() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the format for custom value types, such as "TIFF" or "RTF".
valueType() - Method in interface com.webobjects.jndiadaptor.JNDIType
Gets the value type.
valuesForKeys(NSArray) - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
valuesForKeys(NSArray, EOEnterpriseObject) - Method in class com.webobjects.eoaccess.EODatabaseContext
Returns values for the specified keys from the snapshot of object.
valuesForKeys(NSArray, EOEnterpriseObject) - Method in class com.webobjects.eocontrol.EOCooperatingObjectStore
Overridden by subclasses to return values (as identified by keys) held by the receiver that augment properties in object.
valuesForKeys(NSArray) - Method in class com.webobjects.eocontrol.EOCustomObject
Returns an NSDictionary containing the property values identified by each element in keys.
valuesForKeys(Object, NSArray) - Static method in class com.webobjects.eocontrol.EOKeyValueCodingAdditions.DefaultImplementation
Returns a dictionary containing the property values of object identified by each of keys.
valuesForKeys(Object, NSArray) - Static method in class com.webobjects.eocontrol.EOKeyValueCodingAdditions.Utility
If object implements EOKeyValueCodingAdditions, this method invokes valuesForKeys on object.
valuesForKeys(NSArray) - Method in interface com.webobjects.eocontrol.EOKeyValueCodingAdditions
Returns a dictionary containing the property values identified by each of keys.
valuesForKeys(NSArray, EOEnterpriseObject) - Method in class com.webobjects.eocontrol.EOObjectStoreCoordinator
Communicates with the appropriate EOCooperatingObjectStore to get the values identified by keys for object, so that it can then forward them on to another EOCooperatingObjectStore.
valuesForKeysWithMapping(NSDictionary) - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
valuesForKeysWithMapping(NSDictionary) - Method in class com.webobjects.eocontrol.EOCustomObject
Returns an NSDictionary containing the property values identified by each of the key-value pairs in mapping.
valuesForKeysWithMapping(Object, NSDictionary) - Static method in class com.webobjects.eocontrol.EOKeyValueCodingAdditions.DefaultImplementation
Returns a dictionary containing the property values of object identified by each of the key-value pairs in mapping.
valuesForKeysWithMapping(Object, NSDictionary) - Static method in class com.webobjects.eocontrol.EOKeyValueCodingAdditions.Utility
If object implements EOKeyValueCodingAdditions, this method invokes valuesForKeysWithMapping on object.
valuesForKeysWithMapping(NSDictionary) - Method in interface com.webobjects.eocontrol.EOKeyValueCodingAdditions
Returns a dictionary containing the property values identified by each of the key-value pairs in mapping.
valuesFromArgv(String[]) - Static method in class com.webobjects.foundation.NSProperties
Parses a String array of properties.
varcharMaxLength() - Method in class com.webobjects.jdbcadaptor.JDBCAdaptor
 
variableNameForKeyList() - Method in class com.webobjects.directtoweb.D2WQueryAnyField
This method is intentionally undocumented.
vector() - Method in class com.webobjects.foundation.NSArray
Creates a java.util.Vector with the same contents as this object.
vectorFromImmutableVector(NSArray) - Static method in class com.webobjects.directtoweb.Services
 
vendor() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
Returns the name of the vendor of the application.
vendor() - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Returns the descriptive vendor name.
vendorDescription() - Method in class com.webobjects.woextensions.WOStatsPage
 
vendorURL() - Method in class com.webobjects.woextensions.WOStatsPage
 
vendorURLdisabled() - Method in class com.webobjects.woextensions.WOStatsPage
 
verifyContentMinimumSize(Window, Dimension) - Method in class com.webobjects.eoapplication.EOFrameController
verifyContentMinimumSize(Window, Dimension) - Method in class com.webobjects.eoapplication.EOSimpleWindowController
version() - Method in class com.webobjects.foundation.xml.NSXMLOutputFormat
Returns the version for this output method.
verticalSplitPropertyKeys() - Method in class com.webobjects.eogeneration.rules.EOForm
 
visibleBorderComponentIndex() - Method in class com.webobjects.eoapplication.EOSwitchController
visibleEntityNames(WOSession) - Method in class com.webobjects.directtoweb.D2W
 
visibleEntityNames() - Method in class com.webobjects.directtoweb.D2W
Deprecated.  
visibleEntityNames() - Method in class com.webobjects.directtoweb.D2WComponent
Returns an NSArray of the names of entities visible in the application.
visibleEntityNames(D2WContext) - Static method in class com.webobjects.directtoweb.D2WUtils
 
visibleEntityNames() - Method in class com.webobjects.directtoweb.DefaultHeader
Returns an NSArray containing the names of the visible entities in the session WOSession.
visibleEntityNamesAsNSArray() - Method in class com.webobjects.directtoweb.ServerSideSettings
 
visibleWindows() - Method in class com.webobjects.eoapplication.EOWindowObserver
visitAndQualifier(EOAndQualifier) - Method in interface com.webobjects.eocontrol.EOQualifierVisitor
 
visitKeyComparisonQualifier(EOKeyComparisonQualifier) - Method in interface com.webobjects.eocontrol.EOQualifierVisitor
 
visitKeyValueQualifier(EOKeyValueQualifier) - Method in interface com.webobjects.eocontrol.EOQualifierVisitor
 
visitNotQualifier(EONotQualifier) - Method in interface com.webobjects.eocontrol.EOQualifierVisitor
 
visitOrQualifier(EOOrQualifier) - Method in interface com.webobjects.eocontrol.EOQualifierVisitor
 
visitUnknownQualifier(EOQualifier) - Method in interface com.webobjects.eocontrol.EOQualifierVisitor
 

Last updated Thu Oct 21 15:04:16 PDT 2004.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Copyright © 2004 Apple Computer, Inc.