|
WebObjects 5.1 | |||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
NSValidation.ValidationException.key()
NSValidation.ValidationException.object()
NSValidation.ValidationException
if it can't.
NSValidation.ValidationException
if it can't.
NSValidation.ValidationException
if it can't.
NSValidation.ValidationException
if it can't.
classDesc
.
classDesc
.
classDesc
.
classDesc
.
classDesc
.
string
is correct so as to allow
viewing of the application's statistics.
object
.
null
.
true
if the receiver immediately handles validation errors,
or false
if it leaves errors for the EOEditingContext to handle
when saving changes.
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).
object
is an NSValidation, invokes validateTakeValueForKeyPath
on object
; otherwise invokes NSValidation.DefaultImplementation's
validateTakeValueForKeyPath
method with object
as the object on
which to operate.
value
is legal for the object's property named
by keyPath
and then assigns it to the property.
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.
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.
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).
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).
value
by performing several checks to see
whether value
would be an acceptable value for the relationship.
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.
object
is an NSValidation, invokes validateValueForKey
on
object
; otherwise invokes NSValidation.DefaultImplementation's
validateValueForKey
method with object
as the object on which
to operate.
value
is legal for the object's property named
by key
.
valueP
using the property named
key
.
validationFailedWithException
method on the
parent component.
evaluateWithObject
).
setValue as URL for the QuickTime content.
- value() -
Method in class com.webobjects.eointerface.swing.EOSwingCheckBoxPlugin
- Return whether or not the checkbox is checked.
- value() -
Method in class com.webobjects.directtoweb.Assignment
- Gets the receiver's right-hand-side value.
- value() -
Method in class com.webobjects.directtoweb.QueryComponent
- This method is intentionally undocumented.
- value() -
Method in class com.webobjects.directtoweb.EditComponent
- This method is intentionally undocumented.
- value() -
Method in class com.webobjects.directtoweb.D2WEditBoolean
- 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.D2WQueryBoolean
- This method is intentionally undocumented.
- value() -
Method in class com.webobjects.directtoweb.D2WQueryUnavailable
- The current implementation returns the empty string, i.e., "".
- value() -
Method in class com.webobjects.directtoweb.D2WQueryToOneField
- Gets the value.
- value() -
Method in class com.webobjects.eogeneration.client.assistant.EOAssistantRule
-
- value(D2WContext) -
Method in class com.webobjects.directtoweb.Assignment
- Deprecated.
- ValueAspect -
Static variable in class com.webobjects.eointerface.EOAssociation
- String value of the Value apsect
- 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(ListSelectionEvent) -
Method in class com.webobjects.eointerface.swing.EOSwingTablePlugin
- Conforming to ListSelectionListener API.
- valueClassName() -
Method in class com.webobjects.eoaccess.EOAttribute
- Deprecated.
- 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.
- 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(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 class com.webobjects.foundation.NSArray
- Conformance to the NSKeyValueCoding interface.
- valueForKey(String) -
Method in class com.webobjects.foundation.NSDictionary
- Conformance to NSKeyValueCoding.
- 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.eocontrol.EOCustomObject
- Returns the receiver's value for the property identified by
key
.
- valueForKey(String) -
Method in class com.webobjects.appserver.WODirectAction
- Conformance to NSKeyValueCoding.
- valueForKey(String) -
Method in class com.webobjects.appserver.WOComponent
- Conformance to NSKeyValueCoding.
- valueForKey(String) -
Method in class com.webobjects.appserver.WOHTTPConnection
- Conformance to NSKeyValueCoding.
- valueForKey(String) -
Method in class com.webobjects.appserver.WODisplayGroup
-
- valueForKey(String) -
Method in class com.webobjects.appserver.WOCookie
- Conformance to NSKeyValueCoding.
- valueForKey(String) -
Method in class com.webobjects.appserver.WOApplication
- Conformance to NSKeyValueCoding.
- valueForKey(String) -
Method in class com.webobjects.appserver.WOStatisticsStore
- Conformance to NSKeyValueCoding.
- valueForKey(String) -
Method in class com.webobjects.appserver.WOContext
-
- 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.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
- Conformance to NSKeyValueCoding.
- 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.
- 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(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 class com.webobjects.foundation.NSArray
- Conformance to the NSKeyValueCodingAdditions interface.
- valueForKeyPath(String) -
Method in class com.webobjects.foundation.NSDictionary
- Conformance to NSKeyValueCodingAdditions.
- 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.eocontrol.EOCustomObject
- Returns the value for the derived property identified by
keyPath
.
- valueForKeyPath(String) -
Method in class com.webobjects.appserver.WODirectAction
- Conformance to NSKeyValueCodingAdditions.
- valueForKeyPath(String) -
Method in class com.webobjects.appserver.WOComponent
- Conformance to NSKeyValueCodingAdditions.
- valueForKeyPath(String) -
Method in class com.webobjects.appserver.WOHTTPConnection
- Conformance to NSKeyValueCodingAdditions.
- valueForKeyPath(String) -
Method in class com.webobjects.appserver.WOCookie
- Conformance to NSKeyValueCodingAdditions.
- valueForKeyPath(String) -
Method in class com.webobjects.appserver.WOApplication
- Conformance to NSKeyValueCodingAdditions.
- valueForKeyPath(String) -
Method in class com.webobjects.appserver.WOStatisticsStore
- Conformance to NSKeyValueCodingAdditions.
- valueForKeyPath(String) -
Method in class com.webobjects.appserver.WOContext
-
- 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.directtoweb.D2WContext
- Returns the inferred value of
keyPath
.
- valueForKeyPath(String) -
Method in class com.webobjects.eoapplication.EOController
- Conformance to NSKeyValueCodingAdditions.
- ValueForKeyPathEvent -
Static variable in class com.webobjects.appserver.WOAssociation
- name of Event for timing value retrieval involving traversing an arbitrary key path.
- 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
-
- valueFormatter() -
Method in class com.webobjects.eointerface.EOWidgetAssociation
- Returns the object used to format values in the
association's display object.
- valueFormatter() -
Method in interface com.webobjects.eointerface.EOWidgetAssociation.WidgetPlugin.Formatting
- Returns the formatter object of the receiver.
- 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.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.swing.EOSwingTextPlugin
- Returns the Format for this plugin's text component.
- 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.EOSwingComboBoxPlugin
- Returns the format set with
setValueFormatter
.
- valueForObject(NSKeyValueCodingAdditions, String) -
Method in class com.webobjects.eointerface.EODisplayGroup
- Returns
object
's value for the property identified by key
.
- 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.EORelationship
- Returns the value to use in SQL expressions.
- 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 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.EOAttribute
- If the
context
parameter is not null
,
returns the SQL expression for the receiver.
- valueForSQLExpression(EOSQLExpression) -
Method in class com.webobjects.eoaccess.EOSQLQualifier
- Deprecated. Conformance to EOSQLExpression.SQLValue.
- 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 -
Static variable in class com.webobjects.directtoweb.Assignment
- This constant is intentionally undocumented.
- valueKey() -
Method in class com.webobjects.eogeneration.client.EOValueController
-
- valueKey() -
Method in class com.webobjects.eogeneration.client.EOComboBoxController
-
- ValueKeyParameter -
Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
-
- 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
-
- valuesForKeys(NSArray) -
Method in interface com.webobjects.eocontrol.EOKeyValueCodingAdditions
- Returns a dictionary containing the property values identified by each of
keys
.
- valuesForKeys(NSArray) -
Method in class com.webobjects.eocontrol.EOCustomObject
- Returns an NSDictionary containing the property values identified by
each element in
keys
.
- 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.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.
- 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, EOEnterpriseObject) -
Method in class com.webobjects.eoaccess.EODatabaseContext
- Returns values for the specified
keys
from the snapshot of
object
.
- 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
.
- valuesFromArgv(String[]) -
Static method in class com.webobjects.foundation.NSProperties
- Parses a String array of properties.
- 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.
- 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
-
- 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.EOSimpleWindowController
- verifyContentMinimumSize(Window, Dimension) -
Method in class com.webobjects.eoapplication.EOFrameController
- verticalBorder() -
Method in class com.webobjects.eoapplication.EOBoxController
- VerticalBorderParameter -
Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
-
- VerticallyResizableParameter -
Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
-
- visibleBorderComponentIndex() -
Method in class com.webobjects.eoapplication.EOSwitchController
- visibleEntityNames() -
Method in class com.webobjects.directtoweb.D2WComponent
- Returns an NSArray of the names of entities visible in the application.
- visibleEntityNames() -
Method in class com.webobjects.directtoweb.DefaultHeader
- Returns an NSArray containing the names of the visible entities
in the session WOSession.
- visibleEntityNames() -
Method in class com.webobjects.directtoweb.D2W
- Deprecated.
- visibleEntityNames(D2WContext) -
Static method in class com.webobjects.directtoweb.D2WUtils
-
- visibleEntityNames(WOSession) -
Method in class com.webobjects.directtoweb.D2W
-
- visibleEntityNamesAsNSArray() -
Method in class com.webobjects.directtoweb.ServerSideSettings
-
- VisibleEntityNamesKey -
Static variable in class com.webobjects.directtoweb.D2WModel
- The visible entity names key; the literal "visibleEntityNames".
- 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
-
- 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.
|
Last updated Thu Jan 10 18:10:21 PST 2002. | |||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |