org.wicketstuff.scriptaculous.fx
Enum ToasterSettings.ToasterLocation

java.lang.Object
  extended by java.lang.Enum<ToasterSettings.ToasterLocation>
      extended by org.wicketstuff.scriptaculous.fx.ToasterSettings.ToasterLocation
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ToasterSettings.ToasterLocation>
Enclosing class:
ToasterSettings

public static enum ToasterSettings.ToasterLocation
extends java.lang.Enum<ToasterSettings.ToasterLocation>


Enum Constant Summary
BottomLeft
           
BottomRight
           
MiddleMiddle
           
TopLeft
           
TopRight
           
 
Method Summary
 java.lang.String getHorizontal()
           
 java.lang.String getHorizontalPx()
           
 java.lang.String getVertical()
           
 java.lang.String getVerticalPx()
           
static ToasterSettings.ToasterLocation valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ToasterSettings.ToasterLocation[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

TopLeft

public static final ToasterSettings.ToasterLocation TopLeft

TopRight

public static final ToasterSettings.ToasterLocation TopRight

BottomLeft

public static final ToasterSettings.ToasterLocation BottomLeft

BottomRight

public static final ToasterSettings.ToasterLocation BottomRight

MiddleMiddle

public static final ToasterSettings.ToasterLocation MiddleMiddle
Method Detail

values

public static final ToasterSettings.ToasterLocation[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(ToasterSettings.ToasterLocation c : ToasterSettings.ToasterLocation.values())
        System.out.println(c);

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

valueOf

public static ToasterSettings.ToasterLocation 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

getHorizontal

public java.lang.String getHorizontal()

getVertical

public java.lang.String getVertical()

getVerticalPx

public java.lang.String getVerticalPx()

getHorizontalPx

public java.lang.String getHorizontalPx()


Copyright © 2006-2011 Wicket Stuff. All Rights Reserved.