Enum Social.PropertyKeys
- java.lang.Object
-
- java.lang.Enum<Social.PropertyKeys>
-
- org.primefaces.extensions.component.social.Social.PropertyKeys
-
- All Implemented Interfaces:
Serializable
,Comparable<Social.PropertyKeys>
- Enclosing class:
- Social
protected static enum Social.PropertyKeys extends Enum<Social.PropertyKeys>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description emailTo
onclick
onmouseenter
onmouseleave
pinterestMedia
shareIn
shares
showCount
showLabel
style
styleClass
text
theme
twitterHashtags
twitterUsername
url
widgetVar
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
static Social.PropertyKeys
valueOf(String name)
Returns the enum constant of this type with the specified name.static Social.PropertyKeys[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
widgetVar
public static final Social.PropertyKeys widgetVar
-
url
public static final Social.PropertyKeys url
-
text
public static final Social.PropertyKeys text
-
showLabel
public static final Social.PropertyKeys showLabel
-
showCount
public static final Social.PropertyKeys showCount
-
shares
public static final Social.PropertyKeys shares
-
shareIn
public static final Social.PropertyKeys shareIn
-
theme
public static final Social.PropertyKeys theme
-
emailTo
public static final Social.PropertyKeys emailTo
-
twitterUsername
public static final Social.PropertyKeys twitterUsername
-
twitterHashtags
public static final Social.PropertyKeys twitterHashtags
-
pinterestMedia
public static final Social.PropertyKeys pinterestMedia
-
style
public static final Social.PropertyKeys style
-
styleClass
public static final Social.PropertyKeys styleClass
-
onclick
public static final Social.PropertyKeys onclick
-
onmouseenter
public static final Social.PropertyKeys onmouseenter
-
onmouseleave
public static final Social.PropertyKeys onmouseleave
-
-
Method Detail
-
values
public static Social.PropertyKeys[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Social.PropertyKeys c : Social.PropertyKeys.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Social.PropertyKeys valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
toString
public String toString()
- Overrides:
toString
in classEnum<Social.PropertyKeys>
-
-