Uses of Class
org.openxava.model.meta.MetaCollection

Packages that use MetaCollection
org.openxava.model.meta   
org.openxava.view   
org.openxava.web.layout   
org.openxava.web.meta   
 

Uses of MetaCollection in org.openxava.model.meta
 

Methods in org.openxava.model.meta that return MetaCollection
 MetaCollection MetaModel.getMetaCollection(java.lang.String name)
           
 MetaCollection MetaReference.getMetaCollectionFromReferencedModel()
           
 

Methods in org.openxava.model.meta that return types with arguments of type MetaCollection
 java.util.Collection<MetaCollection> MetaModel.getMetaCollections()
           
 

Methods in org.openxava.model.meta with parameters of type MetaCollection
 void MetaModel.addMetaCollection(MetaCollection newMetaCollection)
           
 

Uses of MetaCollection in org.openxava.view
 

Methods in org.openxava.view that return MetaCollection
 MetaCollection View.getMetaCollection()
          Meta data about the collection, only if this view represents a collection.
 

Uses of MetaCollection in org.openxava.web.layout
 

Methods in org.openxava.web.layout that return MetaCollection
 MetaCollection LayoutElement.getMetaCollection()
           
 

Methods in org.openxava.web.layout with parameters of type MetaCollection
 void LayoutElement.setMetaCollection(MetaCollection metaCollection)
           
 

Uses of MetaCollection in org.openxava.web.meta
 

Methods in org.openxava.web.meta with parameters of type MetaCollection
static MetaEditor MetaWebEditors.getMetaEditorFor(MetaCollection col)