Package org.openxava.view.meta
Class MetaGroup
- java.lang.Object
-
- org.openxava.util.meta.MetaElement
-
- org.openxava.model.meta.MetaMember
-
- org.openxava.view.meta.MetaGroup
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.lang.Comparable<MetaMember>
public class MetaGroup extends MetaMember implements java.lang.Cloneable
- Author:
- Javier Paniza
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Objectclone()java.lang.StringgetMembersNames()MetaViewgetMetaView()booleanisAlignedByColumns()voidsetAlignedByColumns(boolean alignedByColumns)voidsetMembersNames(java.lang.String members)voidsetName(java.lang.String newName)IfnewNameis null or empty is replaced byemptyGroup.-
Methods inherited from class org.openxava.model.meta.MetaMember
compareTo, getAnnotations, getId, getLabel, getLabelId, getMetaCalculator, getMetaCalculatorDefaultValue, getMetaModel, getPropertyNamesThatIDepend, getQualifiedName, getSimpleName, hasCalculator, hasDefaultValueCalculator, isHidden, isTransient, setLabel, setLabelId, setMetaModel, setQualifiedName, setTransient, toQualifiedNames
-
Methods inherited from class org.openxava.util.meta.MetaElement
getDescription, getDescription, getDescription, getDescription, getLabel, getLabel, getLabel, getLocale, getName, getPlaceholder, getPlaceholder, getPlaceholder, has18nLabel, hasName, setDescription, setPlaceholder
-
-
-
-
Constructor Detail
-
MetaGroup
public MetaGroup(MetaView parent)
-
-
Method Detail
-
getMetaView
public MetaView getMetaView() throws XavaException
- Throws:
XavaException
-
setMembersNames
public void setMembersNames(java.lang.String members)
-
getMembersNames
public java.lang.String getMembersNames()
-
isAlignedByColumns
public boolean isAlignedByColumns()
-
setAlignedByColumns
public void setAlignedByColumns(boolean alignedByColumns)
-
setName
public void setName(java.lang.String newName)
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
protected java.lang.Object clone() throws java.lang.CloneNotSupportedException- Overrides:
clonein classjava.lang.Object- Throws:
java.lang.CloneNotSupportedException
-
-