Uses of Class
org.openxava.model.meta.MetaProperty
Packages that use MetaProperty
Package
Description
-
Uses of MetaProperty in org.openxava.actions
Methods in org.openxava.actions that return MetaPropertyModifier and TypeMethodDescriptionprotected MetaPropertyOnChangePropertyBaseAction.getChangedMetaProperty() -
Uses of MetaProperty in org.openxava.formatters
Methods in org.openxava.formatters with parameters of type MetaPropertyModifier and TypeMethodDescriptionBooleanListFormatter.format(javax.servlet.http.HttpServletRequest request, MetaProperty p, Object booleanValue) EnumListFormatter.format(javax.servlet.http.HttpServletRequest request, MetaProperty metaProperty, Object object) IMetaPropertyFormatter.format(javax.servlet.http.HttpServletRequest request, MetaProperty metaProperty, Object object) From a object return aStringto render in HTML.MoneyFormatter.format(javax.servlet.http.HttpServletRequest request, MetaProperty metaProperty, Object object) BooleanListFormatter.parse(javax.servlet.http.HttpServletRequest request, MetaProperty p, String string) EnumListFormatter.parse(javax.servlet.http.HttpServletRequest request, MetaProperty metaProperty, String string) IMetaPropertyFormatter.parse(javax.servlet.http.HttpServletRequest request, MetaProperty metaProperty, String string) From aStringobtained from a HTTP request return a java object.MoneyFormatter.parse(javax.servlet.http.HttpServletRequest request, MetaProperty metaProperty, String string) -
Uses of MetaProperty in org.openxava.mapping
Methods in org.openxava.mapping with parameters of type MetaPropertyModifier and TypeMethodDescriptionstatic StringConverters.getCmpTypeFor(MetaProperty p) static StringConverters.getConverterClassNameFor(MetaProperty p) -
Uses of MetaProperty in org.openxava.model.meta
Methods in org.openxava.model.meta that return MetaPropertyModifier and TypeMethodDescriptionMetaProperty.cloneMetaProperty()MetaModel.getMetaProperty(String name) Support qualified for properties of references with dot (.).MetaModel.getMetaPropertyView(String name) Methods in org.openxava.model.meta that return types with arguments of type MetaPropertyModifier and TypeMethodDescriptionMetaModel.getAllMetaPropertiesKey()Include qualified properties in case of key references.MetaModel.getMetaProperties()MetaModel.getMetaPropertiesKey()MetaModel.getMetaPropertiesPersistents()Ordered as in component definition.MetaModel.getMetaPropertiesWithDefaultValueOnCreate()Excludes calculator that implementsIHibernateIdGeneratorCalculator.Methods in org.openxava.model.meta with parameters of type MetaPropertyModifier and TypeMethodDescriptionvoidMetaModel.addMetaProperty(MetaProperty newMetaProperty) booleanMetaProperty.depends(MetaProperty other) -
Uses of MetaProperty in org.openxava.tab
Methods in org.openxava.tab that return MetaPropertyModifier and TypeMethodDescriptionTab.getMetaProperty(int i) Tab.getMetaProperty(String qualifiedName) Methods in org.openxava.tab that return types with arguments of type MetaPropertyMethods in org.openxava.tab with parameters of type MetaPropertyModifier and TypeMethodDescriptionbooleanTab.isFromCollection(MetaProperty p) booleanTab.isOrderCapable(MetaProperty p) booleanTab.isTotalCapable(MetaProperty p) -
Uses of MetaProperty in org.openxava.tab.impl
Constructors in org.openxava.tab.impl with parameters of type MetaProperty -
Uses of MetaProperty in org.openxava.tab.meta
Methods in org.openxava.tab.meta that return types with arguments of type MetaPropertyModifier and TypeMethodDescriptionMetaTab.getMetaProperties()MetaTab.namesToMetaProperties(Collection names) Methods in org.openxava.tab.meta with parameters of type MetaProperty -
Uses of MetaProperty in org.openxava.util
Methods in org.openxava.util with parameters of type MetaPropertyMethod parameters in org.openxava.util with type arguments of type MetaPropertyModifier and TypeMethodDescriptionstatic booleanDates.hasLocalDate(List<MetaProperty> listProperty) Used to verify if the entity has dates -
Uses of MetaProperty in org.openxava.view
Methods in org.openxava.view that return MetaPropertyMethods in org.openxava.view that return types with arguments of type MetaPropertyMethods in org.openxava.view with parameters of type MetaPropertyModifier and TypeMethodDescriptionbooleanView.findObject(MetaProperty changedProperty) Using the key values loaded in the view search the rest of the data from persistent storage and fill the view.booleanView.findObject(MetaProperty changedProperty, Map extraKeysForSearchingReference) Using the key values loaded in the view and the parameter map to search from persistent storage and fill the view.View.getActionsNamesForProperty(MetaProperty p, boolean editable) intintView.getLabelStyleForProperty(MetaProperty p) booleanView.isEditable(MetaProperty metaProperty) If at this moment is editable.booleanbooleanView.isLastSearchKey(MetaProperty p) booleanView.propertyHasActions(MetaProperty p) If the property has actions associated to it.booleanView.throwsPropertyChanged(MetaProperty p) Method parameters in org.openxava.view with type arguments of type MetaPropertyModifier and TypeMethodDescriptionvoidView.setMetaPropertiesList(List<MetaProperty> metaProperties) -
Uses of MetaProperty in org.openxava.view.meta
Subclasses of MetaProperty in org.openxava.view.metaModifier and TypeClassDescriptionclassRepresents an action shown inside a view.classIt's used in a property collection for indicate a separation.Methods in org.openxava.view.meta that return MetaPropertyModifier and TypeMethodDescriptionMetaView.getMetaProperty(String name) Including if property is inside a sectionMethods in org.openxava.view.meta with parameters of type MetaPropertyModifier and TypeMethodDescriptionvoidMetaView.addMetaViewProperty(MetaProperty metaProperty) booleanMetaDescriptionsList.dependsOn(MetaProperty p) MetaView.getActionsNamesForProperty(MetaProperty p, boolean editable) intMetaView.getDisplaySizeForProperty(MetaProperty p) MetaView.getLabelFormatForProperty(MetaProperty p) If not label format specified for the property returns null.MetaView.getLabelStyleForProperty(MetaProperty p) -
Uses of MetaProperty in org.openxava.web
Methods in org.openxava.web with parameters of type MetaPropertyModifier and TypeMethodDescriptionstatic booleanWebEditors.depends(MetaProperty a, MetaProperty b, String viewName) If a depends on bstatic booleanWebEditors.dependsOnSomeOther(MetaProperty metaProperty, String viewName) If the property depends of some other property displayed in the view.static StringWebEditors.format(javax.servlet.http.HttpServletRequest request, MetaProperty p, Object object, Messages errors, String viewName) static StringWebEditors.format(javax.servlet.http.HttpServletRequest request, MetaProperty p, Object object, Messages errors, String viewName, boolean fromList) static StringWebEditors.formatNoFilterSpecialCharacters(javax.servlet.http.HttpServletRequest request, MetaProperty p, Object object, Messages errors, String viewName) static ObjectWebEditors.formatTitle(javax.servlet.http.HttpServletRequest request, MetaProperty p, Object object, Messages errors, String viewName, boolean fromList) static ObjectWebEditors.formatToStringOrArray(javax.servlet.http.HttpServletRequest request, MetaProperty p, Object object, Messages errors, String viewName, boolean fromList) static StringWebEditors.getUrl(MetaProperty p, String viewName) static booleanWebEditors.hasFrame(MetaProperty p, String viewName) static booleanWebEditors.hasMultipleValuesFormatter(MetaProperty p, String viewName) static booleanWebEditors.mustToFormat(MetaProperty p, String viewName) static ObjectWebEditors.parse(javax.servlet.http.HttpServletRequest request, MetaProperty p, String[] strings, Messages errors, String viewName) static ObjectWebEditors.parse(javax.servlet.http.HttpServletRequest request, MetaProperty p, String string, Messages errors, String viewName) -
Uses of MetaProperty in org.openxava.web.meta
Methods in org.openxava.web.meta with parameters of type MetaPropertyModifier and TypeMethodDescriptionbooleanMetaEditor.annotationMatches(MetaEditor editor, MetaProperty mp) booleanMetaEditor.depends(MetaProperty p) booleanMetaEditor.dependsStereotype(MetaProperty p) static MetaEditorMetaWebEditors.getMetaEditorForTypeOfProperty(MetaProperty p) It's like getMetaEditorForType but extract the type of property.booleanMetaEditor.stereotypeMatches(MetaProperty mp) booleanMetaEditor.typeMatches(MetaProperty mp)