org.chorem.pollen.ui.actions
Enum PageSkin

java.lang.Object
  extended by java.lang.Enum<PageSkin>
      extended by 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

Enum Constant Summary
EDITION
           
INDEX
           
RESULT
           
VOTE
           
 
Method Summary
 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.
 
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

INDEX

public static final PageSkin INDEX

VOTE

public static final PageSkin VOTE

RESULT

public static final PageSkin RESULT

EDITION

public static final PageSkin EDITION
Method Detail

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.