Class CssClassInfo

  • All Implemented Interfaces:
    Serializable

    public class CssClassInfo
    extends Object
    implements Serializable
    Represents an analyzed CSS class. The form designer uses these to offer a selection of available CSS classes from CSS files. The user can choose which style classes they wish to apply to a form element.
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • CssClassInfo

        public CssClassInfo​(String className)
        Creates a new CSS class info a CSS style class with the given name.
        Parameters:
        className - Name of the CSS style class.
    • Method Detail

      • addIndex

        public void addIndex​(int index)
        Parameters:
        index - An additional source file index to add that will be included in getIndices().
      • getClassName

        public String getClassName()
        Returns:
        Name of the CSS class.
      • getIndices

        public Set<Integer> getIndices()
        Returns:
        List of source file indices where this class occurs.