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.Object
clone()
java.lang.String
getMembersNames()
MetaView
getMetaView()
boolean
isAlignedByColumns()
void
setAlignedByColumns(boolean alignedByColumns)
void
setMembersNames(java.lang.String members)
void
setName(java.lang.String newName)
IfnewName
is 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)
IfnewName
is null or empty is replaced byemptyGroup
.If
newName
contains blanks (\n, \r, \t, \f) or whitespace are suppressed.- Overrides:
setName
in classMetaElement
- Since:
- 5.2.1
-
clone
protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
- Overrides:
clone
in classjava.lang.Object
- Throws:
java.lang.CloneNotSupportedException
-
-