Package org.openxava.view.meta
Class PropertiesSeparator
- java.lang.Object
-
- org.openxava.util.meta.MetaElement
-
- org.openxava.model.meta.MetaMember
-
- org.openxava.model.meta.MetaProperty
-
- org.openxava.view.meta.PropertiesSeparator
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Comparable<MetaMember>
public class PropertiesSeparator extends MetaProperty
It's used in a property collection for indicate a separation.Extends from MetaProperty thus it can be processed by any method that receive a MetaProperty.
- Author:
- Javier Paniza
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static PropertiesSeparator
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getLabel()
java.lang.String
getName()
-
Methods inherited from class org.openxava.model.meta.MetaProperty
addMetaValidator, addValidValue, cloneMetaProperty, containsValidValue, createDefaultValueCalculator, depends, equals, format, format, getCalculation, getCalculator, getCMPTypeName, getDependentPropertiesNames, getHbmGeneratorCode, getMapping, getMetaCalculator, getMetaCalculatorDefaultValue, getMetaValidators, getPropertiesNamesUsedForCalculation, getQualifiedLabel, getQualifiedLabel, getQualifiedLabel, getRequiredMessage, getScale, getSize, getStereotype, getType, getTypeName, getValidValue, getValidValueIndex, getValidValueLabel, getValidValueLabel, getValidValueLabel, getValidValueLabel, getValidValueLabel, getValidValueLabel, getValidValuesLabels, getValidValuesLabels, hasCalculation, hasCalculator, hasCalculatorDefaultValueOnCreate, hasDefaultValueCalculator, hasDependentProperties, hashCode, hasMetaModel, hasNotDependentDefaultValueCalculator, hasStereotype, hasValidValues, isCalculated, isCompatibleWith, isDefaultCalculatorHibernateIdGenerator, isFile, isFilterCapable, isHidden, isKey, isNotFieldBackedAndNotCalculated, isNumber, isPersistent, isReadOnly, isRequired, isSearchKey, isTypeOrStereotypeCompatibleWith, isVersion, parse, parse, setCalculation, setHidden, setKey, setLabel, setMetaCalculator, setMetaCalculatorDefaultValue, setNotFieldBackedAndNotCalculated, setQualifiedLabel, setReadOnly, setRequired, setRequiredMessage, setScale, setSearchKey, setSize, setStereotype, setTypeName, setVersion, toString, usesForCalculation, validate, validate, validate, validValues, validValuesLabels, validValuesLabels, validValuesLabels
-
Methods inherited from class org.openxava.model.meta.MetaMember
compareTo, getAnnotations, getId, getLabel, getLabelId, getMetaModel, getPropertyNamesThatIDepend, getQualifiedName, getSimpleName, isTransient, setLabelId, setMetaModel, setQualifiedName, setTransient, toQualifiedNames
-
Methods inherited from class org.openxava.util.meta.MetaElement
getDescription, getDescription, getDescription, getDescription, getLabel, getLabel, getLocale, getPlaceholder, getPlaceholder, getPlaceholder, has18nLabel, hasName, setDescription, setName, setPlaceholder
-
-
-
-
Field Detail
-
INSTANCE
public static final PropertiesSeparator INSTANCE
-
-
Method Detail
-
getName
public java.lang.String getName()
- Overrides:
getName
in classMetaElement
- Returns:
- java.lang.String Not null
-
getLabel
public java.lang.String getLabel()
- Overrides:
getLabel
in classMetaElement
-
-