Class ButterfacesProperties.Integration.Primefaces
- java.lang.Object
-
- org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Integration.Primefaces
-
- Enclosing class:
- ButterfacesProperties.Integration
public static class ButterfacesProperties.Integration.Primefaces extends java.lang.Object
Primefaces class of disableJQuery properties.
-
-
Constructor Summary
Constructors Constructor Description Primefaces()
-
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.Boolean
getDisableJQuery()
int
hashCode()
void
setDisableJQuery(java.lang.Boolean disableJQuery)
java.lang.String
toString()
-
-
-
Method Detail
-
getDisableJQuery
public java.lang.Boolean getDisableJQuery()
-
setDisableJQuery
public void setDisableJQuery(java.lang.Boolean disableJQuery)
-
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
-
-