-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
@Deprecated() public enum LikeView.Style
-
-
Enum Constant Summary
Enum Constants Enum Constant Description STANDARDSetting the attribute to this value will display the button and a sentence near it thatdescribes the social sentence for the associated object.
This is the default value
BUTTONSetting the attribute to this value will display the button by itself, with no othercomponents
BOX_COUNTSetting the attribute to this value will display the button and a box near it with the numberof likes for the associated object
-
Method Summary
Modifier and Type Method Description StringtoString()static Array<LikeView.Style>values()static LikeView.StylevalueOf(String name)-
-
Method Detail
-
values
static Array<LikeView.Style> values()
-
valueOf
static LikeView.Style valueOf(String name)
-
-
-
-