org.efaps.ui.wicket.components.split.header
Enum SplitHeaderPanel.Css

java.lang.Object
  extended by java.lang.Enum<SplitHeaderPanel.Css>
      extended by org.efaps.ui.wicket.components.split.header.SplitHeaderPanel.Css
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<SplitHeaderPanel.Css>
Enclosing class:
SplitHeaderPanel

public static enum SplitHeaderPanel.Css
extends java.lang.Enum<SplitHeaderPanel.Css>

Enum for the StyleSheets which are used in this Component.


Enum Constant Summary
HEADER_CLOSED
          style sheet for the closed header.
HEADER_OPEN
          style sheet for the open header.
IMAGE_CONTRACT
          style sheet image.
IMAGE_CONTRACT_VERTICAL
          style sheet for image.
IMAGE_EXPAND
          style sheet image.
IMAGE_EXPAND_VERTICAL
          style sheet for image.
TITEL
          style sheet for the open title.
TITEL_HIDE
          style sheet for the hidden title.
 
Method Summary
 java.lang.String getValue()
          Getter method for instance variable value.
static SplitHeaderPanel.Css valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SplitHeaderPanel.Css[] 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

HEADER_OPEN

public static final SplitHeaderPanel.Css HEADER_OPEN
style sheet for the open header.


HEADER_CLOSED

public static final SplitHeaderPanel.Css HEADER_CLOSED
style sheet for the closed header.


IMAGE_CONTRACT_VERTICAL

public static final SplitHeaderPanel.Css IMAGE_CONTRACT_VERTICAL
style sheet for image.


IMAGE_EXPAND_VERTICAL

public static final SplitHeaderPanel.Css IMAGE_EXPAND_VERTICAL
style sheet for image.


IMAGE_EXPAND

public static final SplitHeaderPanel.Css IMAGE_EXPAND
style sheet image.


IMAGE_CONTRACT

public static final SplitHeaderPanel.Css IMAGE_CONTRACT
style sheet image.


TITEL

public static final SplitHeaderPanel.Css TITEL
style sheet for the open title.


TITEL_HIDE

public static final SplitHeaderPanel.Css TITEL_HIDE
style sheet for the hidden title.

Method Detail

values

public static SplitHeaderPanel.Css[] 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 (SplitHeaderPanel.Css c : SplitHeaderPanel.Css.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static SplitHeaderPanel.Css valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getValue

public java.lang.String getValue()
Getter method for instance variable value.

Returns:
value of instance variable value


Copyright © 2003-2010 The eFaps Team. All Rights Reserved.