ariba.ui.meta.core
Class Context.PropertyAccessor
java.lang.Object
ariba.ui.meta.core.Context.PropertyAccessor
- Enclosing class:
- Context
public class Context.PropertyAccessor
- extends java.lang.Object
PropertyAccessor provides a handle for FieldValue lookups on the Context properties
that should lookup and resolve property values. Each Context instance holds a single PropertyAccessor
instance and returns it from its properties() methods. This enables FieldPath lookups of the form
"$metaContext.properties.visible" to result is the lookup and dynamic resolution of the "visible"
property value in the Context.
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Context.PropertyAccessor
public Context.PropertyAccessor()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.