Class MetaGroup

×News: XavaPro 7.7 released - March 11 · Read more
All Implemented Interfaces:
Serializable, Cloneable, Comparable<MetaMember>

public class MetaGroup extends MetaMember implements Cloneable
Author:
Javier Paniza
See Also:
  • Constructor Details

    • MetaGroup

      public MetaGroup(MetaView parent)
  • Method Details

    • getMetaView

      public MetaView getMetaView() throws XavaException
      Throws:
      XavaException
    • setMembersNames

      public void setMembersNames(String members)
    • getMembersNames

      public String getMembersNames()
    • isAlignedByColumns

      public boolean isAlignedByColumns()
    • setAlignedByColumns

      public void setAlignedByColumns(boolean alignedByColumns)
    • setName

      public void setName(String newName)
      If newName is null or empty is replaced by emptyGroup.

      If newName contains blanks (\n, \r, \t, \f) or whitespace are suppressed.

      Overrides:
      setName in class MetaElement
      Since:
      5.2.1
    • clone

      protected Object clone() throws CloneNotSupportedException
      Overrides:
      clone in class Object
      Throws:
      CloneNotSupportedException