Uses of Class
org.openxava.view.meta.MetaView

Packages that use MetaView
org.openxava.component   
org.openxava.model.meta   
org.openxava.view.meta   
org.openxava.view.meta.xmlparse   
 

Uses of MetaView in org.openxava.component
 

Methods in org.openxava.component with parameters of type MetaView
 void MetaComponent.addMetaView(MetaView metaView)
           
 

Uses of MetaView in org.openxava.model.meta
 

Methods in org.openxava.model.meta that return MetaView
 MetaView MetaModel.getMetaView(java.lang.String name)
           
 MetaView MetaModel.getMetaViewByDefault()
           
 

Methods in org.openxava.model.meta with parameters of type MetaView
 void MetaModel.addMetaView(MetaView newMetaView)
           
 java.lang.String MetaReference.getParameterValuesPropertiesInDescriptionsList(MetaView metaView)
           
 

Uses of MetaView in org.openxava.view.meta
 

Methods in org.openxava.view.meta that return MetaView
 MetaView MetaView.addSection(java.lang.String name, java.lang.String label, java.lang.String members, boolean alignedByColumns)
           
 MetaView MetaGroup.getMetaView()
           
 MetaView MetaView.getMetaView(MetaReference r)
           
 MetaView MetaView.getMetaViewOnlyKeys(MetaReference r)
           
 

Constructors in org.openxava.view.meta with parameters of type MetaView
MetaGroup(MetaView parent)
           
 

Uses of MetaView in org.openxava.view.meta.xmlparse
 

Methods in org.openxava.view.meta.xmlparse that return MetaView
static MetaView ViewParser.parseView(org.w3c.dom.Node n, int lang)