Uses of Class
org.openxava.web.meta.MetaEditor

Packages that use MetaEditor
org.openxava.web   
org.openxava.web.meta   
 

Uses of MetaEditor in org.openxava.web
 

Methods in org.openxava.web that return MetaEditor
static MetaEditor WebEditors.getMetaEditorFor(MetaMember m, java.lang.String viewName)
           
 

Uses of MetaEditor in org.openxava.web.meta
 

Methods in org.openxava.web.meta that return MetaEditor
static MetaEditor MetaWebEditors.getMetaEditorByName(java.lang.String name)
           
static MetaEditor MetaWebEditors.getMetaEditorFor(MetaCollection col)
           
static MetaEditor MetaWebEditors.getMetaEditorFor(MetaMember member)
           
static MetaEditor MetaWebEditors.getMetaEditorFor(MetaProperty p)
           
static MetaEditor MetaWebEditors.getMetaEditorFor(MetaReference ref)
           
static MetaEditor MetaWebEditors.getMetaEditorFor(MetaTab tab)
           
static MetaEditor MetaWebEditors.getMetaEditorForModelProperty(java.lang.String property, java.lang.String model)
           
static MetaEditor MetaWebEditors.getMetaEditorForReferenceModel(java.lang.String model)
           
static MetaEditor MetaWebEditors.getMetaEditorForStereotype(java.lang.String stereotype)
           
static MetaEditor MetaWebEditors.getMetaEditorForType(java.lang.String type)
           
static MetaEditor MetaWebEditors.getMetaEditorForTypeOfProperty(MetaProperty p)
          It's like getMetaEditorForType but extract the type of property.
 

Methods in org.openxava.web.meta with parameters of type MetaEditor
static void MetaWebEditors.addMetaEditor(MetaEditor editor)
           
static void MetaWebEditors.addMetaEditorForCollectionModel(java.lang.String model, MetaEditor editor)
           
static void MetaWebEditors.addMetaEditorForCollections(MetaEditor editor)
           
static void MetaWebEditors.addMetaEditorForModelProperty(java.lang.String property, java.lang.String model, MetaEditor editor)
           
static void MetaWebEditors.addMetaEditorForReferenceModel(java.lang.String model, MetaEditor editor)
           
static void MetaWebEditors.addMetaEditorForReferences(MetaEditor editor)
           
static void MetaWebEditors.addMetaEditorForStereotype(java.lang.String stereotype, MetaEditor editor)
           
static void MetaWebEditors.addMetaEditorForTabModel(java.lang.String model, MetaEditor editor)
           
static void MetaWebEditors.addMetaEditorForTabs(MetaEditor editor)
           
static void MetaWebEditors.addMetaEditorForType(java.lang.String type, MetaEditor editor)