org.apache.myfaces.custom.navigation
Enum HtmlPanelNavigation.PropertyKeys

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

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


Enum Constant Summary
activeItemClass
           
activeItemStyle
           
align
           
bgcolor
           
border
           
cellpadding
           
cellspacing
           
datafld
           
dataformatas
           
datasrc
           
dir
           
frame
           
itemClass
           
itemStyle
           
lang
           
onclick
           
ondblclick
           
onkeydown
           
onkeypress
           
onkeyup
           
onmousedown
           
onmousemove
           
onmouseout
           
onmouseover
           
onmouseup
           
openItemClass
           
openItemStyle
           
rules
           
separatorClass
           
separatorStyle
           
summary
           
title
           
width
           
 
Method Summary
static HtmlPanelNavigation.PropertyKeys valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HtmlPanelNavigation.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

itemClass

public static final HtmlPanelNavigation.PropertyKeys itemClass

openItemClass

public static final HtmlPanelNavigation.PropertyKeys openItemClass

activeItemClass

public static final HtmlPanelNavigation.PropertyKeys activeItemClass

separatorClass

public static final HtmlPanelNavigation.PropertyKeys separatorClass

itemStyle

public static final HtmlPanelNavigation.PropertyKeys itemStyle

openItemStyle

public static final HtmlPanelNavigation.PropertyKeys openItemStyle

activeItemStyle

public static final HtmlPanelNavigation.PropertyKeys activeItemStyle

separatorStyle

public static final HtmlPanelNavigation.PropertyKeys separatorStyle

onclick

public static final HtmlPanelNavigation.PropertyKeys onclick

ondblclick

public static final HtmlPanelNavigation.PropertyKeys ondblclick

onkeydown

public static final HtmlPanelNavigation.PropertyKeys onkeydown

onkeypress

public static final HtmlPanelNavigation.PropertyKeys onkeypress

onkeyup

public static final HtmlPanelNavigation.PropertyKeys onkeyup

onmousedown

public static final HtmlPanelNavigation.PropertyKeys onmousedown

onmousemove

public static final HtmlPanelNavigation.PropertyKeys onmousemove

onmouseout

public static final HtmlPanelNavigation.PropertyKeys onmouseout

onmouseover

public static final HtmlPanelNavigation.PropertyKeys onmouseover

onmouseup

public static final HtmlPanelNavigation.PropertyKeys onmouseup

dir

public static final HtmlPanelNavigation.PropertyKeys dir

lang

public static final HtmlPanelNavigation.PropertyKeys lang

title

public static final HtmlPanelNavigation.PropertyKeys title

datafld

public static final HtmlPanelNavigation.PropertyKeys datafld

datasrc

public static final HtmlPanelNavigation.PropertyKeys datasrc

dataformatas

public static final HtmlPanelNavigation.PropertyKeys dataformatas

bgcolor

public static final HtmlPanelNavigation.PropertyKeys bgcolor

border

public static final HtmlPanelNavigation.PropertyKeys border

cellpadding

public static final HtmlPanelNavigation.PropertyKeys cellpadding

cellspacing

public static final HtmlPanelNavigation.PropertyKeys cellspacing

frame

public static final HtmlPanelNavigation.PropertyKeys frame

rules

public static final HtmlPanelNavigation.PropertyKeys rules

summary

public static final HtmlPanelNavigation.PropertyKeys summary

width

public static final HtmlPanelNavigation.PropertyKeys width

align

public static final HtmlPanelNavigation.PropertyKeys align
Method Detail

values

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