|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.adf.view.faces.model.ModelUtils
Provides convenience methods for converting objects into models.
Method Summary | |
static CollectionModel |
toCollectionModel(java.lang.Object value)
Converts an instance into a CollectionModel |
static TreeModel |
toTreeModel(java.lang.Object value)
Converts an instance into a TreeModel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static TreeModel toTreeModel(java.lang.Object value)
public static CollectionModel toCollectionModel(java.lang.Object value)
value
- This can be a DataModel, List, Array or other CollectionModel.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |