Class GroupSize

java.lang.Object
org.ametys.core.ui.ribbonconfiguration.GroupSize

public class GroupSize extends Object
A group in a defined size
  • Field Details

  • Constructor Details

  • Method Details

    • getControlIds

      Get a set of all referenced ids
      Returns:
      A non null set of control ids
    • getChildren

      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