Uses of Interface
org.apache.myfaces.orchestra.dynaForm.metadata.MetaData

Packages that use MetaData
org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder   
org.apache.myfaces.orchestra.dynaForm.metadata This package exposes sufficient information about the properties of persistent entities for the DynaForm to create the correct JSF input components for the entity. 
org.apache.myfaces.orchestra.dynaForm.metadata.impl   
 

Uses of MetaData in org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder
 

Methods in org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder that return MetaData
 MetaData Slipstream.getModelMetaData()
           
 

Methods in org.apache.myfaces.orchestra.dynaForm.jsf.guiBuilder with parameters of type MetaData
 void Slipstream.setModelMetaData(MetaData modelMetaData)
           
 

Uses of MetaData in org.apache.myfaces.orchestra.dynaForm.metadata
 

Subinterfaces of MetaData in org.apache.myfaces.orchestra.dynaForm.metadata
 interface MetaDataWritable
          A writable implementation of the MetaData interface that is initialised by Extractor objects, and then read by other objects that need information about the available properties.
 

Uses of MetaData in org.apache.myfaces.orchestra.dynaForm.metadata.impl
 

Classes in org.apache.myfaces.orchestra.dynaForm.metadata.impl that implement MetaData
 class MetaDataImpl
          A convenience implementation of the MetaDataWritable interface.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.