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 SummaryNested 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 SummaryConstructors Constructor Description Glyphicon()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetCollapsing()StringgetExpansion()StringgetOptions()ButterfacesProperties.Glyphicon.OrdergetOrder()StringgetRefresh()ButterfacesProperties.Glyphicon.SortgetSort()inthashCode()voidsetCollapsing(String collapsing)voidsetExpansion(String expansion)voidsetOptions(String options)voidsetRefresh(String refresh)StringtoString()
 
- 
- 
- 
Method Detail- 
getCollapsingpublic String getCollapsing() 
 - 
getExpansionpublic String getExpansion() 
 - 
getOptionspublic String getOptions() 
 - 
getRefreshpublic String getRefresh() 
 - 
getOrderpublic ButterfacesProperties.Glyphicon.Order getOrder() 
 - 
getSortpublic ButterfacesProperties.Glyphicon.Sort getSort() 
 - 
setCollapsingpublic void setCollapsing(String collapsing) 
 - 
setExpansionpublic void setExpansion(String expansion) 
 - 
setOptionspublic void setOptions(String options) 
 - 
setRefreshpublic void setRefresh(String refresh) 
 - 
canEqualprotected boolean canEqual(Object other) 
 
- 
 
-