public enum PageSkin extends Enum<PageSkin>
| Modifier and Type | Method and Description |
|---|---|
String |
getCssSuffix() |
String |
getTheme() |
static PageSkin |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageSkin[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PageSkin INDEX
public static final PageSkin VOTE
public static final PageSkin RESULT
public static final PageSkin EDITION
public static PageSkin[] values()
for (PageSkin c : PageSkin.values()) System.out.println(c);
public static PageSkin valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getCssSuffix()
public String getTheme()
Copyright © 2009–2014 CodeLutin. All rights reserved.