Class FormDesignerCssBean
- java.lang.Object
-
- de.xima.fc.gui.designer.form.bean.FormDesignerCssBean
-
- All Implemented Interfaces:
Serializable
@RequestScoped @Named("formDesignerCssBean") public class FormDesignerCssBean extends Object implements SerializableBean for the form designer. Creates a list of available CSS classes, and fetches the CSS for the selected theme.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormDesignerCssBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgetAvailableCssClasses()Remote command that analyzes the given CSS and returns all available CSS classes.voidgetFormThemeCss()Remote command that return the theme CSS for a given theme ID.
-