Class Primefaces5_2Properties

    • 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)  
      int hashCode()  
      boolean isFontAwesome()
      Enabled font-awesome icons.
      void setFontAwesome​(boolean fontAwesome)
      Enabled font-awesome icons.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • Primefaces5_2Properties

        public Primefaces5_2Properties()
    • Method Detail

      • isFontAwesome

        public boolean isFontAwesome()
        Enabled font-awesome icons.
      • setFontAwesome

        public void setFontAwesome​(boolean fontAwesome)
        Enabled font-awesome icons.
      • 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