Class ButterfacesProperties.Glyphicon
- java.lang.Object
-
- org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon
-
- Enclosing class:
- ButterfacesProperties
public static class ButterfacesProperties.Glyphicon extends java.lang.Object
Glyphicon class of collapsing, expansion, options, refresh and order properties.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ButterfacesProperties.Glyphicon.Order
Order class of left and right properties.static class
ButterfacesProperties.Glyphicon.Sort
Sort 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 boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
java.lang.String
getCollapsing()
java.lang.String
getExpansion()
java.lang.String
getOptions()
ButterfacesProperties.Glyphicon.Order
getOrder()
java.lang.String
getRefresh()
ButterfacesProperties.Glyphicon.Sort
getSort()
int
hashCode()
void
setCollapsing(java.lang.String collapsing)
void
setExpansion(java.lang.String expansion)
void
setOptions(java.lang.String options)
void
setRefresh(java.lang.String refresh)
java.lang.String
toString()
-
-
-
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:
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
-
-