@Deprecated public static enum LikeView.AuxiliaryViewPosition extends java.lang.Enum<LikeView.AuxiliaryViewPosition>
| Enum Constant and Description |
|---|
BOTTOM
Deprecated.
Setting the attribute to this value will put the social-sentence or box-count below the like
button.
|
INLINE
Deprecated.
Setting the attribute to this value will put the social-sentence or box-count inline with the
like button.
|
TOP
Deprecated.
Setting the attribute to this value will put the social-sentence or box-count above the like
button.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Deprecated.
|
static LikeView.AuxiliaryViewPosition |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static LikeView.AuxiliaryViewPosition[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LikeView.AuxiliaryViewPosition BOTTOM
This is the default value
public static final LikeView.AuxiliaryViewPosition INLINE
public static final LikeView.AuxiliaryViewPosition TOP
public static LikeView.AuxiliaryViewPosition[] values()
for (LikeView.AuxiliaryViewPosition c : LikeView.AuxiliaryViewPosition.values()) System.out.println(c);
public static LikeView.AuxiliaryViewPosition valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<LikeView.AuxiliaryViewPosition>