Uses of Class
org.openxava.model.meta.MetaCollection
-
Packages that use MetaCollection Package Description org.openxava.actions org.openxava.model.meta org.openxava.view -
-
Uses of MetaCollection in org.openxava.actions
Methods in org.openxava.actions that return MetaCollection Modifier and Type Method Description protected MetaCollectionCollectionElementViewBaseAction. getMetaCollection() -
Uses of MetaCollection in org.openxava.model.meta
Methods in org.openxava.model.meta that return MetaCollection Modifier and Type Method Description MetaCollectionMetaModel. getMetaCollection(java.lang.String name)MetaCollectionMetaReference. getMetaCollectionFromReferencedModel()Methods in org.openxava.model.meta that return types with arguments of type MetaCollection Modifier and Type Method Description java.util.Collection<MetaCollection>MetaModel. getMetaCollections()Methods in org.openxava.model.meta with parameters of type MetaCollection Modifier and Type Method Description voidMetaModel. addMetaCollection(MetaCollection newMetaCollection) -
Uses of MetaCollection in org.openxava.view
Methods in org.openxava.view that return MetaCollection Modifier and Type Method Description MetaCollectionView. getMetaCollection()Meta data about the collection, only if this view represents a collection.
-