ariba.util.fieldvalue
Interface Extensible

All Known Implementing Classes:
Context, MetaContentPage, ObjectMeta.ObjectMetaContext, UIMeta.UIContext

public interface Extensible

The Extensible interface can be implemented when a given class wants to provide dynamically added fields. Once this is implemented to return a Map, the FieldValue system will be able to look in the Map to see if the desired field exists. One restriction applies for extensible fields -- you must set the value of the field before attempting to access itr, else an exception will be thrown.


Method Summary
 java.util.Map extendedFields()
          Returns the Map in which the dynamically added fields reside.
 

Method Detail

extendedFields

java.util.Map extendedFields()
Returns the Map in which the dynamically added fields reside.



AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.