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:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description CssClassInfo(List<String> classNames)Creates a new CSS class info a CSS style class with the given name. 
 -