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

Packages that use MetaProperty
org.openxava.actions   
org.openxava.generators   
org.openxava.mapping   
org.openxava.model.meta   
org.openxava.model.meta.xmlparse   
org.openxava.tab   
org.openxava.tab.impl   
org.openxava.tab.meta   
org.openxava.view   
org.openxava.view.meta   
org.openxava.web   
org.openxava.web.layout   
org.openxava.web.meta   
 

Uses of MetaProperty in org.openxava.actions
 

Methods in org.openxava.actions that return MetaProperty
protected  MetaProperty OnChangePropertyBaseAction.getChangedMetaProperty()
           
 

Uses of MetaProperty in org.openxava.generators
 

Methods in org.openxava.generators with parameters of type MetaProperty
static IPropertyCodeGenerator GeneratorFactory.create(MetaProperty metaProperty, boolean ejb)
           
static boolean GeneratorFactory.has(MetaProperty metaProperty, boolean ejb)
           
 void IPropertyCodeGenerator.setMetaProperty(MetaProperty metaProperty)
           
 

Uses of MetaProperty in org.openxava.mapping
 

Methods in org.openxava.mapping with parameters of type MetaProperty
static java.lang.String Converters.getCmpTypeFor(MetaProperty p)
           
static java.lang.String Converters.getConverterClassNameFor(MetaProperty p)
           
 

Uses of MetaProperty in org.openxava.model.meta
 

Methods in org.openxava.model.meta that return MetaProperty
 MetaProperty MetaProperty.cloneMetaProperty()
           
 MetaProperty MetaModel.getMetaProperty(java.lang.String name)
          Support qualified for properties of references with dot (.).
 MetaProperty MetaModel.getMetaPropertyView(java.lang.String name)
           
 

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

Methods in org.openxava.model.meta with parameters of type MetaProperty
 void MetaModel.addMetaProperty(MetaProperty newMetaProperty)
           
 boolean MetaProperty.depends(MetaProperty other)
           
 

Uses of MetaProperty in org.openxava.model.meta.xmlparse
 

Methods in org.openxava.model.meta.xmlparse that return MetaProperty
static MetaProperty ModelParser.createProperty(org.w3c.dom.Node n, int lang)
           
 

Uses of MetaProperty in org.openxava.tab
 

Methods in org.openxava.tab that return MetaProperty
 MetaProperty Tab.getMetaProperty(int i)
           
 MetaProperty Tab.getMetaProperty(java.lang.String qualifiedName)
           
 

Methods in org.openxava.tab that return types with arguments of type MetaProperty
 java.util.List<MetaProperty> Tab.getMetaProperties()
           
 

Methods in org.openxava.tab with parameters of type MetaProperty
static int Tab.friendViewGetDefaultColumnWidth(MetaProperty p)
           
 

Uses of MetaProperty in org.openxava.tab.impl
 

Constructors in org.openxava.tab.impl with parameters of type MetaProperty
TabCalculator(MetaProperty metaProperty, int propertyIndex)
           
 

Uses of MetaProperty in org.openxava.tab.meta
 

Methods in org.openxava.tab.meta with parameters of type MetaProperty
 void MetaTab.addMetaProperty(MetaProperty metaProperty)
           
 

Uses of MetaProperty in org.openxava.view
 

Methods in org.openxava.view that return MetaProperty
 MetaProperty View.getMetaProperty(java.lang.String name)
           
 

Methods in org.openxava.view that return types with arguments of type MetaProperty
 java.util.List<MetaProperty> View.getMetaPropertiesList()
           
 

Methods in org.openxava.view with parameters of type MetaProperty
 void View.findObject(MetaProperty changedProperty)
          Using the key values loaded in the view search the rest of the data from persistent storage and fill the view.
 java.util.Collection View.getActionsNamesForProperty(MetaProperty p, boolean editable)
           
 int View.getDisplaySizeForProperty(MetaProperty p)
           
 int View.getLabelFormatForProperty(MetaProperty p)
           
 java.lang.String View.getLabelStyleForProperty(MetaProperty p)
           
 boolean View.isEditable(MetaProperty metaProperty)
          If at this moment is editable.
 boolean View.isFirstPropertyAndViewHasNoKeys(MetaProperty pr)
           
 boolean View.isLastSearchKey(MetaProperty p)
           
 boolean View.propertyHasActions(MetaProperty p)
          If the property has actions associated to it.
 boolean View.throwsPropertyChanged(MetaProperty p)
           
 

Uses of MetaProperty in org.openxava.view.meta
 

Subclasses of MetaProperty in org.openxava.view.meta
 class MetaViewAction
          Represents an action shown inside a view.
 class PropertiesSeparator
          It's used in a property collection for indicate a separation.
 

Methods in org.openxava.view.meta that return MetaProperty
 MetaProperty MetaView.getMetaProperty(java.lang.String name)
          Including if property is inside a section
 

Methods in org.openxava.view.meta with parameters of type MetaProperty
 void MetaView.addMetaViewProperty(MetaProperty metaProperty)
           
 boolean MetaDescriptionsList.dependsOn(MetaProperty p)
           
 java.util.Collection MetaView.getActionsNamesForProperty(MetaProperty p, boolean editable)
           
 int MetaView.getDisplaySizeForProperty(MetaProperty p)
           
 int MetaView.getLabelFormatForProperty(MetaProperty p)
           
 java.lang.String MetaView.getLabelStyleForProperty(MetaProperty p)
           
 

Uses of MetaProperty in org.openxava.web
 

Methods in org.openxava.web with parameters of type MetaProperty
static boolean WebEditors.depends(MetaProperty a, MetaProperty b, java.lang.String viewName)
          If a depends on b
static boolean WebEditors.dependsOnSomeOther(MetaProperty metaProperty, java.lang.String viewName)
          If the property depends of some other property displayed in the view.
static java.lang.String WebEditors.format(HttpServletRequest request, MetaProperty p, java.lang.Object object, Messages errors, java.lang.String viewName)
           
static java.lang.String WebEditors.format(HttpServletRequest request, MetaProperty p, java.lang.Object object, Messages errors, java.lang.String viewName, boolean fromList)
           
static java.lang.Object WebEditors.formatTitle(HttpServletRequest request, MetaProperty p, java.lang.Object object, Messages errors, java.lang.String viewName, boolean fromList)
           
static java.lang.Object WebEditors.formatToStringOrArray(HttpServletRequest request, MetaProperty p, java.lang.Object object, Messages errors, java.lang.String viewName, boolean fromList)
           
static java.lang.Object WebEditors.formatToStringOrArrayImpl(HttpServletRequest request, MetaProperty p, java.lang.Object object, Messages errors, java.lang.String viewName, boolean fromList)
           
static java.lang.String WebEditors.getUrl(MetaProperty p, java.lang.String viewName)
           
static boolean WebEditors.hasFrame(MetaProperty p, java.lang.String viewName)
           
static boolean WebEditors.hasMultipleValuesFormatter(MetaProperty p, java.lang.String viewName)
           
static boolean WebEditors.mustToFormat(MetaProperty p, java.lang.String viewName)
           
static java.lang.Object WebEditors.parse(HttpServletRequest request, MetaProperty p, java.lang.String[] strings, Messages errors, java.lang.String viewName)
           
static java.lang.Object WebEditors.parse(HttpServletRequest request, MetaProperty p, java.lang.String string, Messages errors, java.lang.String viewName)
           
 

Method parameters in org.openxava.web with type arguments of type MetaProperty
static java.lang.String Lists.getOverflow(java.lang.String browser, java.util.Collection<MetaProperty> metaProperties)
           
 

Uses of MetaProperty in org.openxava.web.layout
 

Methods in org.openxava.web.layout that return MetaProperty
 MetaProperty LayoutElement.getMetaProperty()
           
 

Methods in org.openxava.web.layout with parameters of type MetaProperty
 void LayoutElement.setMetaProperty(MetaProperty metaProperty)
           
 

Uses of MetaProperty in org.openxava.web.meta
 

Methods in org.openxava.web.meta with parameters of type MetaProperty
 boolean MetaEditor.depends(MetaProperty p)
           
 boolean MetaEditor.dependsStereotype(MetaProperty p)
           
static MetaEditor MetaWebEditors.getMetaEditorFor(MetaProperty p)
           
static MetaEditor MetaWebEditors.getMetaEditorForTypeOfProperty(MetaProperty p)
          It's like getMetaEditorForType but extract the type of property.