Class GroupSize

    • Constructor Detail

      • GroupSize

        public GroupSize​(org.slf4j.Logger logger)
        Creates an empty group in a defined size
        Parameters:
        logger - The logger
    • Method Detail

      • getControlIds

        public Set<StringgetControlIds()
        Get a set of all referenced ids
        Returns:
        A non null set of control ids
      • getChildren

        public List<ElementgetChildren()
        Retrieve the list of children elements in this element.
        Returns:
        The list of elements.
      • toSAX

        public void toSAX​(String elementName,
                          ContentHandler handler)
                   throws SAXException
        Sax the the configuration of the group size.
        Parameters:
        elementName - The name of the surrounding element to use
        handler - The content handler where to sax
        Throws:
        SAXException - if an error occurs
      • isSame

        public boolean isSame​(GroupSize obj)
        Test if this GroupSize contains the same elements as another GroupSize
        Parameters:
        obj - The other GroupSize
        Returns:
        True if they are equals