|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<LikeButton.LikeButtonLayoutStyle>
org.wicketstuff.facebook.plugins.LikeButton.LikeButtonLayoutStyle
public static enum LikeButton.LikeButtonLayoutStyle
| Enum Constant Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final LikeButton.LikeButtonLayoutStyle BOX_COUNT
public static final LikeButton.LikeButtonLayoutStyle BUTTON_COUNT
public static final LikeButton.LikeButtonLayoutStyle STANDARD
| Method Detail |
|---|
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 name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||