Class CssClassInfo

java.lang.Object
de.xima.fc.gui.designer.form.model.CssClassInfo
All Implemented Interfaces:
Serializable

public final 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:
  • Constructor Details

    • CssClassInfo

      public CssClassInfo(List<String> classNames)
      Creates a new CSS class info a CSS style class with the given name.
      Parameters:
      classNames - List of CSS style classes that occur in the CSS file.
  • Method Details

    • getClassNames

      public List<String> getClassNames()
      Returns:
      List of CSS style classes that occur in the CSS file.