Class CssClassInfo
java.lang.Object
de.xima.fc.gui.designer.form.model.CssClassInfo
- All Implemented Interfaces:
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 Summary
ConstructorsConstructorDescriptionCssClassInfo
(List<String> classNames) Creates a new CSS class info a CSS style class with the given name. -
Method Summary
-
Constructor Details
-
CssClassInfo
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
- Returns:
- List of CSS style classes that occur in the CSS file.
-