org.apache.myfaces.custom.swapimage
Enum HtmlSwapImage.PropertyKeys

java.lang.Object
  extended by java.lang.Enum<HtmlSwapImage.PropertyKeys>
      extended by org.apache.myfaces.custom.swapimage.HtmlSwapImage.PropertyKeys
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<HtmlSwapImage.PropertyKeys>
Enclosing class:
HtmlSwapImage

protected static enum HtmlSwapImage.PropertyKeys
extends java.lang.Enum<HtmlSwapImage.PropertyKeys>


Enum Constant Summary
activeImageUrl
           
align
           
alt
           
border
           
dir
           
height
           
hspace
           
ismap
           
lang
           
longdesc
           
onclick
           
ondblclick
           
onkeydown
           
onkeypress
           
onkeyup
           
onmousedown
           
onmousemove
           
onmouseout
           
onmouseover
           
onmouseup
           
style
           
styleClass
           
swapImageUrl
           
title
           
usemap
           
vspace
           
width
           
 
Method Summary
static HtmlSwapImage.PropertyKeys valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HtmlSwapImage.PropertyKeys[] 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

border

public static final HtmlSwapImage.PropertyKeys border

hspace

public static final HtmlSwapImage.PropertyKeys hspace

vspace

public static final HtmlSwapImage.PropertyKeys vspace

swapImageUrl

public static final HtmlSwapImage.PropertyKeys swapImageUrl

activeImageUrl

public static final HtmlSwapImage.PropertyKeys activeImageUrl

alt

public static final HtmlSwapImage.PropertyKeys alt

height

public static final HtmlSwapImage.PropertyKeys height

ismap

public static final HtmlSwapImage.PropertyKeys ismap

longdesc

public static final HtmlSwapImage.PropertyKeys longdesc

usemap

public static final HtmlSwapImage.PropertyKeys usemap

width

public static final HtmlSwapImage.PropertyKeys width

onclick

public static final HtmlSwapImage.PropertyKeys onclick

ondblclick

public static final HtmlSwapImage.PropertyKeys ondblclick

onkeydown

public static final HtmlSwapImage.PropertyKeys onkeydown

onkeypress

public static final HtmlSwapImage.PropertyKeys onkeypress

onkeyup

public static final HtmlSwapImage.PropertyKeys onkeyup

onmousedown

public static final HtmlSwapImage.PropertyKeys onmousedown

onmousemove

public static final HtmlSwapImage.PropertyKeys onmousemove

onmouseout

public static final HtmlSwapImage.PropertyKeys onmouseout

onmouseover

public static final HtmlSwapImage.PropertyKeys onmouseover

onmouseup

public static final HtmlSwapImage.PropertyKeys onmouseup

dir

public static final HtmlSwapImage.PropertyKeys dir

lang

public static final HtmlSwapImage.PropertyKeys lang

title

public static final HtmlSwapImage.PropertyKeys title

style

public static final HtmlSwapImage.PropertyKeys style

styleClass

public static final HtmlSwapImage.PropertyKeys styleClass

align

public static final HtmlSwapImage.PropertyKeys align
Method Detail

values

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

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

valueOf

public static HtmlSwapImage.PropertyKeys 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


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.