Class ButterfacesProperties.Glyphicon
- java.lang.Object
 - 
- org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon
 
 
- 
- Enclosing class:
 - ButterfacesProperties
 
public static class ButterfacesProperties.Glyphicon extends java.lang.ObjectGlyphicon class of collapsing, expansion, options, refresh and order properties. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classButterfacesProperties.Glyphicon.OrderOrder class of left and right properties.static classButterfacesProperties.Glyphicon.SortSort class of ascending, descending and none properties. 
- 
Constructor Summary
Constructors Constructor Description Glyphicon() 
- 
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.StringgetCollapsing()java.lang.StringgetExpansion()java.lang.StringgetOptions()ButterfacesProperties.Glyphicon.OrdergetOrder()java.lang.StringgetRefresh()ButterfacesProperties.Glyphicon.SortgetSort()inthashCode()voidsetCollapsing(java.lang.String collapsing)voidsetExpansion(java.lang.String expansion)voidsetOptions(java.lang.String options)voidsetRefresh(java.lang.String refresh)java.lang.StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getCollapsing
public java.lang.String getCollapsing()
 
- 
getExpansion
public java.lang.String getExpansion()
 
- 
getOptions
public java.lang.String getOptions()
 
- 
getRefresh
public java.lang.String getRefresh()
 
- 
getOrder
public ButterfacesProperties.Glyphicon.Order getOrder()
 
- 
getSort
public ButterfacesProperties.Glyphicon.Sort getSort()
 
- 
setCollapsing
public void setCollapsing(java.lang.String collapsing)
 
- 
setExpansion
public void setExpansion(java.lang.String expansion)
 
- 
setOptions
public void setOptions(java.lang.String options)
 
- 
setRefresh
public void setRefresh(java.lang.String refresh)
 
- 
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
 
 - 
 
 -