Class BootsfacesProperties

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  BootsfacesProperties.Defaults
      Defaults class of renderLabel property.
    • 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()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BootsfacesProperties

        public BootsfacesProperties()
    • Method Detail

      • 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 class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object