Class ButterfacesProperties.Treebox
- java.lang.Object
 - 
- org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Treebox
 
 
- 
- Enclosing class:
 - ButterfacesProperties
 
public static class ButterfacesProperties.Treebox extends java.lang.ObjectTreebox class of specific tree box properties. 
- 
- 
Constructor Summary
Constructors Constructor Description Treebox() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.BooleangetShowClearButton()inthashCode()voidsetShowClearButton(java.lang.Boolean showClearButton)java.lang.StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getShowClearButton
public java.lang.Boolean getShowClearButton()
 
- 
setShowClearButton
public void setShowClearButton(java.lang.Boolean showClearButton)
 
- 
equals
public boolean equals(java.lang.Object o)
- Overrides:
 equalsin classjava.lang.Object
 
- 
canEqual
protected boolean canEqual(java.lang.Object other)
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
 - 
 
 -