org.chorem.pollen.ui.actions
Enum PageSkin
java.lang.Object
java.lang.Enum<PageSkin>
org.chorem.pollen.ui.actions.PageSkin
- All Implemented Interfaces:
- Serializable, Comparable<PageSkin>
public enum PageSkin
- extends Enum<PageSkin>
Created: 13/04/12
- Since:
- 1.3
- Author:
- fdesbois
INDEX
public static final PageSkin INDEX
VOTE
public static final PageSkin VOTE
RESULT
public static final PageSkin RESULT
EDITION
public static final PageSkin EDITION
values
public static PageSkin[] 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 (PageSkin c : PageSkin.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static PageSkin 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 name
NullPointerException - if the argument is null
getCssSuffix
public String getCssSuffix()
getTheme
public String getTheme()
Copyright © 2009-2012 CodeLutin. All Rights Reserved.