Interface AttributeWithContext

    • Method Detail

      • getWidth

        int getWidth()
        Gets the width of this attribute.
        Returns:
        the width, in items
      • getName

        Optional<String> getName()
        Gets the name of this attribute.
        Returns:
        an optional containing the attribute name, or an empty optional if it does not have any
      • hasChildren

        boolean hasChildren()
        Returns true if this attribute has children.
        Returns:
        true if this attribute has children, false otherwise