Class BootsfacesProperties
- java.lang.Object
- 
- org.joinfaces.autoconfigure.bootsfaces.BootsfacesProperties
 
- 
- All Implemented Interfaces:
- ServletContextInitParameterProperties
 
 @ConfigurationProperties(prefix="joinfaces.bootsfaces") public class BootsfacesProperties extends Object implements ServletContextInitParameterProperties Configuration properties of BootsFaces.Taken from - https://search.maven.org/remotecontent?filepath=net/bootsfaces/bootsfaces/0.8.6/bootsfaces-0.8.6-javadoc.jar
- https://github.com/TheCoder4eu/BootsFaces-OSP
- https://showcase.bootsfaces.net/miscellaneous/Configuration.jsf
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classBootsfacesProperties.DefaultsDefaults class of renderLabel property.
 - 
Constructor SummaryConstructors Constructor Description BootsfacesProperties()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetBlockUi()Activates the waitcursor and the double-click protection.BootsfacesProperties.DefaultsgetDefaults()StringgetGetBootstrapFromCdn()Allows you to provide your own Bootstrap CSS file.StringgetGetFontawesomeFromCdn()deactivate FontAwesome support if the no-fa facet is found in the h:head tag.StringgetGetJqueryFromCdn()Allows you to provide your own jQuery file.StringgetGetJqueryuiFromCdn()Allows you to provide your own jQueryUI file.StringgetTheme()BootsFaces_THEME - controls the Theme to use: the value "default" is plain Bootstrap, the other options are a Bootswach Theme name (lowercase) or "custom".StringgetUsetheme()BootsFaces_USETHEME - as in previous versions controls if the current theme is to be rendered in the Flat variant (default) or in its Enhanced variant, with shadows and decorations turned on.BooleangetUseViewport()inthashCode()voidsetBlockUi(String blockUi)Activates the waitcursor and the double-click protection.voidsetGetBootstrapFromCdn(String getBootstrapFromCdn)Allows you to provide your own Bootstrap CSS file.voidsetGetFontawesomeFromCdn(String getFontawesomeFromCdn)deactivate FontAwesome support if the no-fa facet is found in the h:head tag.voidsetGetJqueryFromCdn(String getJqueryFromCdn)Allows you to provide your own jQuery file.voidsetGetJqueryuiFromCdn(String getJqueryuiFromCdn)Allows you to provide your own jQueryUI file.voidsetTheme(String theme)BootsFaces_THEME - controls the Theme to use: the value "default" is plain Bootstrap, the other options are a Bootswach Theme name (lowercase) or "custom".voidsetUsetheme(String usetheme)BootsFaces_USETHEME - as in previous versions controls if the current theme is to be rendered in the Flat variant (default) or in its Enhanced variant, with shadows and decorations turned on.voidsetUseViewport(Boolean useViewport)StringtoString()
 
- 
- 
- 
Method Detail- 
getDefaultspublic BootsfacesProperties.Defaults getDefaults() 
 - 
getGetFontawesomeFromCdnpublic String getGetFontawesomeFromCdn() deactivate FontAwesome support if the no-fa facet is found in the h:head tag.May contain EL. 
 - 
getBlockUipublic String getBlockUi() Activates the waitcursor and the double-click protection.May contain EL. 
 - 
getThemepublic String getTheme() BootsFaces_THEME - controls the Theme to use: the value "default" is plain Bootstrap, the other options are a Bootswach Theme name (lowercase) or "custom". If custom is chosen, you will have to provide your custom CSS in the "other" folder.May contain EL. 
 - 
getUsethemepublic String getUsetheme() BootsFaces_USETHEME - as in previous versions controls if the current theme is to be rendered in the Flat variant (default) or in its Enhanced variant, with shadows and decorations turned on.May contain EL. 
 - 
getUseViewportpublic Boolean getUseViewport() 
 - 
getGetJqueryFromCdnpublic String getGetJqueryFromCdn() Allows you to provide your own jQuery file.May contain EL. 
 - 
getGetJqueryuiFromCdnpublic String getGetJqueryuiFromCdn() Allows you to provide your own jQueryUI file.May contain EL. 
 - 
getGetBootstrapFromCdnpublic String getGetBootstrapFromCdn() Allows you to provide your own Bootstrap CSS file.May contain EL. 
 - 
setGetFontawesomeFromCdnpublic void setGetFontawesomeFromCdn(String getFontawesomeFromCdn) deactivate FontAwesome support if the no-fa facet is found in the h:head tag.May contain EL. 
 - 
setBlockUipublic void setBlockUi(String blockUi) Activates the waitcursor and the double-click protection.May contain EL. 
 - 
setThemepublic void setTheme(String theme) BootsFaces_THEME - controls the Theme to use: the value "default" is plain Bootstrap, the other options are a Bootswach Theme name (lowercase) or "custom". If custom is chosen, you will have to provide your custom CSS in the "other" folder.May contain EL. 
 - 
setUsethemepublic void setUsetheme(String usetheme) BootsFaces_USETHEME - as in previous versions controls if the current theme is to be rendered in the Flat variant (default) or in its Enhanced variant, with shadows and decorations turned on.May contain EL. 
 - 
setUseViewportpublic void setUseViewport(Boolean useViewport) 
 - 
setGetJqueryFromCdnpublic void setGetJqueryFromCdn(String getJqueryFromCdn) Allows you to provide your own jQuery file.May contain EL. 
 - 
setGetJqueryuiFromCdnpublic void setGetJqueryuiFromCdn(String getJqueryuiFromCdn) Allows you to provide your own jQueryUI file.May contain EL. 
 - 
setGetBootstrapFromCdnpublic void setGetBootstrapFromCdn(String getBootstrapFromCdn) Allows you to provide your own Bootstrap CSS file.May contain EL. 
 - 
canEqualprotected boolean canEqual(Object other) 
 
- 
 
-