Class FormDesignerCssBean

  • All Implemented Interfaces:
    Serializable

    @RequestScoped
    @Named("formDesignerCssBean")
    public class FormDesignerCssBean
    extends Object
    implements Serializable
    Bean 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 Detail

      • FormDesignerCssBean

        public FormDesignerCssBean()
    • Method Detail

      • getAvailableCssClasses

        public void getAvailableCssClasses()
        Remote command that analyzes the given CSS and returns all available CSS classes.
      • getFormThemeCss

        public void getFormThemeCss()
        Remote command that return the theme CSS for a given theme ID.