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 Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDefaults class of renderLabel property. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanActivates the waitcursor and the double-click protection.Allows you to provide your own Bootstrap CSS file.deactivate FontAwesome support if the no-fa facet is found in the h:head tag.Allows you to provide your own jQuery file.Allows you to provide your own jQueryUI file.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".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.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.voidBootsFaces_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) toString()
-
Constructor Details
-
BootsfacesProperties
public BootsfacesProperties()
-
-
Method Details
-
getDefaults
-
getGetFontawesomeFromCdn
deactivate FontAwesome support if the no-fa facet is found in the h:head tag.May contain EL.
-
getBlockUi
Activates the waitcursor and the double-click protection.May contain EL.
-
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.
-
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.
-
getUseViewport
-
getGetJqueryFromCdn
Allows you to provide your own jQuery file.May contain EL.
-
getGetJqueryuiFromCdn
Allows you to provide your own jQueryUI file.May contain EL.
-
getGetBootstrapFromCdn
Allows you to provide your own Bootstrap CSS file.May contain EL.
-
setGetFontawesomeFromCdn
deactivate FontAwesome support if the no-fa facet is found in the h:head tag.May contain EL.
-
setBlockUi
Activates the waitcursor and the double-click protection.May contain EL.
-
setTheme
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.
-
setUsetheme
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.
-
setUseViewport
-
setGetJqueryFromCdn
Allows you to provide your own jQuery file.May contain EL.
-
setGetJqueryuiFromCdn
Allows you to provide your own jQueryUI file.May contain EL.
-
setGetBootstrapFromCdn
Allows you to provide your own Bootstrap CSS file.May contain EL.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-