Uses of Class
org.openxava.web.meta.MetaEditor
×News: XavaPro 7.7 released - March 11 · Read more
Packages that use MetaEditor
-
Uses of MetaEditor in org.openxava.web
Methods in org.openxava.web that return MetaEditorModifier and TypeMethodDescriptionstatic MetaEditorWebEditors.getMetaEditorFor(MetaMember m, String viewName) static MetaEditorWebEditors.getMetaEditorForDescriptionsList(MetaReference ref, String viewName) -
Uses of MetaEditor in org.openxava.web.meta
Methods in org.openxava.web.meta that return MetaEditorModifier and TypeMethodDescriptionMetaEditor.cloneMetaEditor()static MetaEditorMetaWebEditors.getEditorForDescriptionsLists()static MetaEditorMetaWebEditors.getMetaEditorByName(String name) static MetaEditorMetaWebEditors.getMetaEditorFor(MetaMember member, String viewName) static MetaEditorMetaWebEditors.getMetaEditorFor(MetaTab tab) static MetaEditorMetaWebEditors.getMetaEditorForModelProperty(String property, String model) static MetaEditorMetaWebEditors.getMetaEditorForReferenceModel(String model) static MetaEditorMetaWebEditors.getMetaEditorForStereotype(String stereotype) static MetaEditorMetaWebEditors.getMetaEditorForType(String type) static MetaEditorMetaWebEditors.getMetaEditorForTypeOfProperty(MetaProperty p) It's like getMetaEditorForType but extract the type of property.Methods in org.openxava.web.meta that return types with arguments of type MetaEditorModifier and TypeMethodDescriptionstatic Collection<MetaEditor> MetaWebEditors.getMetaEditorsFor(MetaTab tab) Methods in org.openxava.web.meta with parameters of type MetaEditorModifier and TypeMethodDescriptionstatic voidMetaWebEditors.addMetaEditor(MetaEditor editor) static voidMetaWebEditors.addMetaEditorForAnnotation(String annotation, MetaEditor editor) static voidMetaWebEditors.addMetaEditorForCollectionModel(String model, MetaEditor editor) static voidMetaWebEditors.addMetaEditorForCollections(MetaEditor editor) static voidMetaWebEditors.addMetaEditorForDescriptionsLists(MetaEditor editor) static voidMetaWebEditors.addMetaEditorForElementCollections(MetaEditor editor) static voidMetaWebEditors.addMetaEditorForModelProperty(String property, String model, MetaEditor editor) static voidMetaWebEditors.addMetaEditorForReferenceModel(String model, MetaEditor editor) static voidMetaWebEditors.addMetaEditorForReferences(MetaEditor editor) static voidMetaWebEditors.addMetaEditorForStereotype(String stereotype, MetaEditor editor) static voidMetaWebEditors.addMetaEditorForTabModel(String model, MetaEditor editor) static voidMetaWebEditors.addMetaEditorForTabs(MetaEditor editor) static voidMetaWebEditors.addMetaEditorForType(String type, MetaEditor editor) booleanMetaEditor.annotationMatches(MetaEditor editor, MetaProperty mp)