org.apache.myfaces.custom.tabbedpane
Enum HtmlPanelTab.PropertyKeys

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

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


Enum Constant Summary
dir
           
disabled
           
enabledOnUserRole
           
label
           
lang
           
onclick
           
ondblclick
           
onkeydown
           
onkeypress
           
onkeyup
           
onmousedown
           
onmousemove
           
onmouseout
           
onmouseover
           
onmouseup
           
title
           
visibleOnUserRole
           
 
Method Summary
static HtmlPanelTab.PropertyKeys valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HtmlPanelTab.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

label

public static final HtmlPanelTab.PropertyKeys label

disabled

public static final HtmlPanelTab.PropertyKeys disabled

onclick

public static final HtmlPanelTab.PropertyKeys onclick

ondblclick

public static final HtmlPanelTab.PropertyKeys ondblclick

onkeydown

public static final HtmlPanelTab.PropertyKeys onkeydown

onkeypress

public static final HtmlPanelTab.PropertyKeys onkeypress

onkeyup

public static final HtmlPanelTab.PropertyKeys onkeyup

onmousedown

public static final HtmlPanelTab.PropertyKeys onmousedown

onmousemove

public static final HtmlPanelTab.PropertyKeys onmousemove

onmouseout

public static final HtmlPanelTab.PropertyKeys onmouseout

onmouseover

public static final HtmlPanelTab.PropertyKeys onmouseover

onmouseup

public static final HtmlPanelTab.PropertyKeys onmouseup

enabledOnUserRole

public static final HtmlPanelTab.PropertyKeys enabledOnUserRole

visibleOnUserRole

public static final HtmlPanelTab.PropertyKeys visibleOnUserRole

dir

public static final HtmlPanelTab.PropertyKeys dir

lang

public static final HtmlPanelTab.PropertyKeys lang

title

public static final HtmlPanelTab.PropertyKeys title
Method Detail

values

public static HtmlPanelTab.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 (HtmlPanelTab.PropertyKeys c : HtmlPanelTab.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 HtmlPanelTab.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.