Uses of Class
de.xima.fc.gui.designer.form.model.CssInclude
- 
Packages that use CssInclude Package Description de.xima.fc.gui.designer.form.model  - 
- 
Uses of CssInclude in de.xima.fc.gui.designer.form.model
Methods in de.xima.fc.gui.designer.form.model that return types with arguments of type CssInclude Modifier and Type Method Description List<CssInclude>FormModel. getCssIncludes()Constructor parameters in de.xima.fc.gui.designer.form.model with type arguments of type CssInclude Constructor Description FormModel(IXFormRenderConfig formRenderConfig, List<CssInclude> cssIncludes, String clientI18nScript, String designerConfig, String metaDataScript, String formI18nScript, String xmFormVRulesScript, String xmFormPluginVRulesScript)Creates a new POJO model with the given data. 
 -