public static class ButterfacesProperties.Glyphicon
extends java.lang.Object
Modifier and Type | Class and 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 and Description |
---|
Glyphicon() |
Modifier and Type | Method and 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 |
setOrder(ButterfacesProperties.Glyphicon.Order order) |
void |
setRefresh(java.lang.String refresh) |
void |
setSort(ButterfacesProperties.Glyphicon.Sort sort) |
java.lang.String |
toString() |
public java.lang.String getCollapsing()
public java.lang.String getExpansion()
public java.lang.String getOptions()
public java.lang.String getRefresh()
public ButterfacesProperties.Glyphicon.Order getOrder()
public ButterfacesProperties.Glyphicon.Sort getSort()
public void setCollapsing(java.lang.String collapsing)
public void setExpansion(java.lang.String expansion)
public void setOptions(java.lang.String options)
public void setRefresh(java.lang.String refresh)
public void setOrder(ButterfacesProperties.Glyphicon.Order order)
public void setSort(ButterfacesProperties.Glyphicon.Sort sort)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object