Class MetaGroup
×News: XavaPro 7.7 released - March 11 · Read more
java.lang.Object
org.openxava.util.meta.MetaElement
org.openxava.model.meta.MetaMember
org.openxava.view.meta.MetaGroup
- All Implemented Interfaces:
Serializable, Cloneable, Comparable<MetaMember>
- Author:
- Javier Paniza
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Objectclone()booleanvoidsetAlignedByColumns(boolean alignedByColumns) voidsetMembersNames(String members) voidIfnewNameis null or empty is replaced byemptyGroup.Methods inherited from class MetaMember
compareTo, getAnnotations, getId, getLabel, getLabelId, getMetaCalculator, getMetaCalculatorDefaultValue, getMetaModel, getPropertyNamesThatIDepend, getQualifiedName, getSimpleName, hasCalculator, hasDefaultValueCalculator, isHidden, isTransient, setLabel, setLabelId, setMetaModel, setQualifiedName, setTransient, toQualifiedNamesMethods inherited from class MetaElement
getDescription, getDescription, getDescription, getDescription, getLabel, getLabel, getLabel, getLocale, getName, getPlaceholder, getPlaceholder, getPlaceholder, has18nLabel, hasName, setDescription, setPlaceholder
-
Constructor Details
-
MetaGroup
-
-
Method Details
-
getMetaView
- Throws:
XavaException
-
setMembersNames
-
getMembersNames
-
isAlignedByColumns
public boolean isAlignedByColumns() -
setAlignedByColumns
public void setAlignedByColumns(boolean alignedByColumns) -
setName
IfnewNameis null or empty is replaced byemptyGroup.If
newNamecontains blanks (\n, \r, \t, \f) or whitespace are suppressed.- Overrides:
setNamein classMetaElement- Since:
- 5.2.1
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-