|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AccessibilityProfile.FontSize>
org.apache.myfaces.trinidad.context.AccessibilityProfile.FontSize
public static enum AccessibilityProfile.FontSize
Font size values. Note that the font size property is not used to define a specific (eg. pixel-based) font size, but rather to provide a hint that the use may prefer larger fonts. The physical font size to use is specified by the skin.
Enum Constant Summary | |
---|---|
LARGE
Font size value for users who prefer larger font sizes. |
|
MEDIUM
Font size value for users who prefer the default (medium) font sizes. |
Method Summary | |
---|---|
static AccessibilityProfile.FontSize |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AccessibilityProfile.FontSize[] |
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 AccessibilityProfile.FontSize LARGE
public static final AccessibilityProfile.FontSize MEDIUM
Method Detail |
---|
public static AccessibilityProfile.FontSize[] values()
for (AccessibilityProfile.FontSize c : AccessibilityProfile.FontSize.values()) System.out.println(c);
public static AccessibilityProfile.FontSize 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 |