public static enum LikeButton.LikeButtonLayoutStyle extends Enum<LikeButton.LikeButtonLayoutStyle>
Enum Constant and Description |
---|
BOX_COUNT
displays social text to the right of the button and friends' profile photos below.
|
BUTTON_COUNT
displays the total number of likes to the right of the button.
|
STANDARD
displays the total number of likes above the button.
|
Modifier and Type | Method and Description |
---|---|
static LikeButton.LikeButtonLayoutStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LikeButton.LikeButtonLayoutStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LikeButton.LikeButtonLayoutStyle BOX_COUNT
public static final LikeButton.LikeButtonLayoutStyle BUTTON_COUNT
public static final LikeButton.LikeButtonLayoutStyle STANDARD
public static LikeButton.LikeButtonLayoutStyle[] values()
for (LikeButton.LikeButtonLayoutStyle c : LikeButton.LikeButtonLayoutStyle.values()) System.out.println(c);
public static LikeButton.LikeButtonLayoutStyle valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2015. All rights reserved.