ariba.ui.meta.layouts
Class MetaRange.FieldValue_ValueRedirector
java.lang.Object
ariba.util.core.ClassExtension
ariba.util.fieldvalue.FieldValue
ariba.util.fieldvalue.FieldValue_Object
ariba.ui.meta.layouts.MetaRange.FieldValue_ValueRedirector
- All Implemented Interfaces:
- java.lang.Cloneable
- Enclosing class:
- MetaRange
public static final class MetaRange.FieldValue_ValueRedirector
- extends FieldValue_Object
Method Summary |
java.lang.Object |
getFieldValuePrimitive(java.lang.Object target,
FieldPath fieldPath)
Gets the value from the reveiver using the fieldName indicated by
fieldPath -- only the first node of the fieldPath is considered if
it is a multi-node path. |
void |
setFieldValuePrimitive(java.lang.Object target,
FieldPath fieldPath,
java.lang.Object value)
Sets the value on the reveiver using the fieldName indicated by
fieldPath -- only the first node of the fieldPath is considered if it is
a multi-node path. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetaRange.FieldValue_ValueRedirector
public MetaRange.FieldValue_ValueRedirector()
setFieldValuePrimitive
public void setFieldValuePrimitive(java.lang.Object target,
FieldPath fieldPath,
java.lang.Object value)
- Description copied from class:
FieldValue_Object
- Sets the value on the reveiver using the fieldName indicated by
fieldPath -- only the first node of the fieldPath is considered if it is
a multi-node path.
- Overrides:
setFieldValuePrimitive
in class FieldValue_Object
- Parameters:
target
- the object on which the value will be set for the field identiifed by fieldPathfieldPath
- the fieldPath node (which contains a candidate accessor) to be
used to set the value on target.value
- the value to set on the target
getFieldValuePrimitive
public java.lang.Object getFieldValuePrimitive(java.lang.Object target,
FieldPath fieldPath)
- Description copied from class:
FieldValue_Object
- Gets the value from the reveiver using the fieldName indicated by
fieldPath -- only the first node of the fieldPath is considered if
it is a multi-node path.
- Overrides:
getFieldValuePrimitive
in class FieldValue_Object
- Parameters:
target
- the object from which to get the value of the field identified by fieldPathfieldPath
- the fieldPath node which identifes the field to get.
- Returns:
- the value obtained from the target using the fieldPath
AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.