Class BootsfacesProperties
- java.lang.Object
-
- org.joinfaces.autoconfigure.bootsfaces.BootsfacesProperties
-
- All Implemented Interfaces:
ServletContextInitParameterProperties
@ConfigurationProperties(prefix="joinfaces.bootsfaces") public class BootsfacesProperties extends java.lang.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 Classes Modifier and Type Class Description static class
BootsfacesProperties.Defaults
Defaults class of renderLabel property.
-
Constructor Summary
Constructors Constructor Description BootsfacesProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
java.lang.String
getBlockUi()
Activates the waitcursor and the double-click protection.BootsfacesProperties.Defaults
getDefaults()
java.lang.String
getGetBootstrapFromCdn()
Allows you to provide your own Bootstrap CSS file.java.lang.String
getGetFontawesomeFromCdn()
deactivate FontAwesome support if the no-fa facet is found in the h:head tag.java.lang.String
getGetJqueryFromCdn()
Allows you to provide your own jQuery file.java.lang.String
getGetJqueryuiFromCdn()
Allows you to provide your own jQueryUI file.java.lang.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".java.lang.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.java.lang.Boolean
getUseViewport()
int
hashCode()
void
setBlockUi(java.lang.String blockUi)
Activates the waitcursor and the double-click protection.void
setGetBootstrapFromCdn(java.lang.String getBootstrapFromCdn)
Allows you to provide your own Bootstrap CSS file.void
setGetFontawesomeFromCdn(java.lang.String getFontawesomeFromCdn)
deactivate FontAwesome support if the no-fa facet is found in the h:head tag.void
setGetJqueryFromCdn(java.lang.String getJqueryFromCdn)
Allows you to provide your own jQuery file.void
setGetJqueryuiFromCdn(java.lang.String getJqueryuiFromCdn)
Allows you to provide your own jQueryUI file.void
setTheme(java.lang.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".void
setUsetheme(java.lang.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.void
setUseViewport(java.lang.Boolean useViewport)
java.lang.String
toString()
-
-
-
Method Detail
-
getDefaults
public BootsfacesProperties.Defaults getDefaults()
-
getGetFontawesomeFromCdn
public java.lang.String getGetFontawesomeFromCdn()
deactivate FontAwesome support if the no-fa facet is found in the h:head tag.May contain EL.
-
getBlockUi
public java.lang.String getBlockUi()
Activates the waitcursor and the double-click protection.May contain EL.
-
getTheme
public java.lang.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.
-
getUsetheme
public java.lang.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.
-
getUseViewport
public java.lang.Boolean getUseViewport()
-
getGetJqueryFromCdn
public java.lang.String getGetJqueryFromCdn()
Allows you to provide your own jQuery file.May contain EL.
-
getGetJqueryuiFromCdn
public java.lang.String getGetJqueryuiFromCdn()
Allows you to provide your own jQueryUI file.May contain EL.
-
getGetBootstrapFromCdn
public java.lang.String getGetBootstrapFromCdn()
Allows you to provide your own Bootstrap CSS file.May contain EL.
-
setGetFontawesomeFromCdn
public void setGetFontawesomeFromCdn(java.lang.String getFontawesomeFromCdn)
deactivate FontAwesome support if the no-fa facet is found in the h:head tag.May contain EL.
-
setBlockUi
public void setBlockUi(java.lang.String blockUi)
Activates the waitcursor and the double-click protection.May contain EL.
-
setTheme
public void setTheme(java.lang.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.
-
setUsetheme
public void setUsetheme(java.lang.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.
-
setUseViewport
public void setUseViewport(java.lang.Boolean useViewport)
-
setGetJqueryFromCdn
public void setGetJqueryFromCdn(java.lang.String getJqueryFromCdn)
Allows you to provide your own jQuery file.May contain EL.
-
setGetJqueryuiFromCdn
public void setGetJqueryuiFromCdn(java.lang.String getJqueryuiFromCdn)
Allows you to provide your own jQueryUI file.May contain EL.
-
setGetBootstrapFromCdn
public void setGetBootstrapFromCdn(java.lang.String getBootstrapFromCdn)
Allows you to provide your own Bootstrap CSS file.May contain EL.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-