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

Packages that use MetaReference
org.openxava.mapping   
org.openxava.model.meta   
org.openxava.view   
org.openxava.view.meta   
org.openxava.web.layout   
org.openxava.web.meta   
 

Uses of MetaReference in org.openxava.mapping
 

Methods in org.openxava.mapping with parameters of type MetaReference
 boolean ModelMapping.hasReferenceMapping(MetaReference metaReference)
           
 

Uses of MetaReference in org.openxava.model.meta
 

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

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

Methods in org.openxava.model.meta with parameters of type MetaReference
 void MetaModel.addMetaReference(MetaReference newMetaReference)
           
 java.util.Collection MetaAggregateForReference.getMetaPropertiesPersistents(MetaReference ref)
           
 java.util.Collection MetaAggregateForReference.getPersistentsPropertiesNames(MetaReference ref)
           
 void MetaCollection.setMetaReference(MetaReference reference)
           
 

Uses of MetaReference in org.openxava.view
 

Methods in org.openxava.view that return MetaReference
 MetaReference View.getMetaReference(java.lang.String name)
           
 

Methods in org.openxava.view with parameters of type MetaReference
 boolean View.displayAsDescriptionsList(MetaReference ref)
           
 boolean View.displayReferenceWithNoFrameEditor(MetaReference ref)
           
 boolean View.displayReferenceWithNotCompositeEditor(MetaReference ref)
           
 java.util.Collection View.getActionsNamesForReference(MetaReference ref, boolean editable)
           
 java.lang.String View.getConditionInDescriptionsList(MetaReference ref)
           
 java.lang.String View.getDescriptionPropertiesInDescriptionsList(MetaReference ref)
           
 java.lang.String View.getDescriptionPropertyInDescriptionsList(MetaReference ref)
           
 int View.getLabelFormatForReference(MetaReference ref)
           
 java.lang.String View.getLabelStyleForReference(MetaReference ref)
           
 java.lang.String View.getOrderInDescriptionsList(MetaReference ref)
           
 java.lang.String View.getParameterValuesPropertiesInDescriptionsList(MetaReference ref)
           
 boolean View.isCreateNewForReference(MetaReference ref)
           
 boolean View.isEditable(MetaReference metaReference)
          If at this moment is editable.
 boolean View.isModifyForReference(MetaReference ref)
           
 boolean View.isOrderByKeyInDescriptionsList(MetaReference ref)
           
 boolean View.isSearchForReference(MetaReference ref)
           
 boolean View.throwsReferenceChanged(MetaReference ref)
           
 

Uses of MetaReference in org.openxava.view.meta
 

Methods in org.openxava.view.meta with parameters of type MetaReference
 MetaDescriptionsList MetaView.createMetaDescriptionList(MetaReference r)
           
 java.util.Collection MetaView.getActionsNamesForReference(MetaReference ref, boolean editable)
           
 int MetaView.getLabelFormatForReference(MetaReference ref)
           
 java.lang.String MetaView.getLabelStyleForReference(MetaReference ref)
           
 MetaDescriptionsList MetaView.getMetaDescriptionList(MetaReference r)
           
 MetaReferenceView MetaView.getMetaReferenceView(MetaReference r)
           
 MetaView MetaView.getMetaView(MetaReference r)
           
 MetaView MetaView.getMetaViewOnlyKeys(MetaReference r)
           
 

Uses of MetaReference in org.openxava.web.layout
 

Methods in org.openxava.web.layout that return MetaReference
 MetaReference LayoutElement.getMetaReference()
           
 

Methods in org.openxava.web.layout with parameters of type MetaReference
 void LayoutElement.setMetaReference(MetaReference metaReference)
           
 

Uses of MetaReference in org.openxava.web.meta
 

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