Class ButterfacesProperties.Glyphicon
- java.lang.Object
-
- org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon
-
- Enclosing class:
- ButterfacesProperties
public static class ButterfacesProperties.Glyphicon extends 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(Object other)
boolean
equals(Object o)
String
getCollapsing()
String
getExpansion()
String
getOptions()
ButterfacesProperties.Glyphicon.Order
getOrder()
String
getRefresh()
ButterfacesProperties.Glyphicon.Sort
getSort()
int
hashCode()
void
setCollapsing(String collapsing)
void
setExpansion(String expansion)
void
setOptions(String options)
void
setRefresh(String refresh)
String
toString()
-
-
-
Method Detail
-
getCollapsing
public String getCollapsing()
-
getExpansion
public String getExpansion()
-
getOptions
public String getOptions()
-
getRefresh
public String getRefresh()
-
getOrder
public ButterfacesProperties.Glyphicon.Order getOrder()
-
getSort
public ButterfacesProperties.Glyphicon.Sort getSort()
-
setCollapsing
public void setCollapsing(String collapsing)
-
setExpansion
public void setExpansion(String expansion)
-
setOptions
public void setOptions(String options)
-
setRefresh
public void setRefresh(String refresh)
-
canEqual
protected boolean canEqual(Object other)
-
-