org.apache.myfaces.custom.navmenu.htmlnavmenu
Enum HtmlPanelNavigationMenu.PropertyKeys

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

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


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

openItemClass

public static final HtmlPanelNavigationMenu.PropertyKeys openItemClass

activeItemClass

public static final HtmlPanelNavigationMenu.PropertyKeys activeItemClass

separatorClass

public static final HtmlPanelNavigationMenu.PropertyKeys separatorClass

itemStyle

public static final HtmlPanelNavigationMenu.PropertyKeys itemStyle

openItemStyle

public static final HtmlPanelNavigationMenu.PropertyKeys openItemStyle

activeItemStyle

public static final HtmlPanelNavigationMenu.PropertyKeys activeItemStyle

separatorStyle

public static final HtmlPanelNavigationMenu.PropertyKeys separatorStyle

layout

public static final HtmlPanelNavigationMenu.PropertyKeys layout

preprocessed

public static final HtmlPanelNavigationMenu.PropertyKeys preprocessed

expandAll

public static final HtmlPanelNavigationMenu.PropertyKeys expandAll

renderAll

public static final HtmlPanelNavigationMenu.PropertyKeys renderAll

disabled

public static final HtmlPanelNavigationMenu.PropertyKeys disabled

disabledStyle

public static final HtmlPanelNavigationMenu.PropertyKeys disabledStyle

disabledStyleClass

public static final HtmlPanelNavigationMenu.PropertyKeys disabledStyleClass

onclick

public static final HtmlPanelNavigationMenu.PropertyKeys onclick

ondblclick

public static final HtmlPanelNavigationMenu.PropertyKeys ondblclick

onkeydown

public static final HtmlPanelNavigationMenu.PropertyKeys onkeydown

onkeypress

public static final HtmlPanelNavigationMenu.PropertyKeys onkeypress

onkeyup

public static final HtmlPanelNavigationMenu.PropertyKeys onkeyup

onmousedown

public static final HtmlPanelNavigationMenu.PropertyKeys onmousedown

onmousemove

public static final HtmlPanelNavigationMenu.PropertyKeys onmousemove

onmouseout

public static final HtmlPanelNavigationMenu.PropertyKeys onmouseout

onmouseover

public static final HtmlPanelNavigationMenu.PropertyKeys onmouseover

onmouseup

public static final HtmlPanelNavigationMenu.PropertyKeys onmouseup

dir

public static final HtmlPanelNavigationMenu.PropertyKeys dir

lang

public static final HtmlPanelNavigationMenu.PropertyKeys lang

title

public static final HtmlPanelNavigationMenu.PropertyKeys title

datafld

public static final HtmlPanelNavigationMenu.PropertyKeys datafld

datasrc

public static final HtmlPanelNavigationMenu.PropertyKeys datasrc

dataformatas

public static final HtmlPanelNavigationMenu.PropertyKeys dataformatas

bgcolor

public static final HtmlPanelNavigationMenu.PropertyKeys bgcolor

border

public static final HtmlPanelNavigationMenu.PropertyKeys border

cellpadding

public static final HtmlPanelNavigationMenu.PropertyKeys cellpadding

cellspacing

public static final HtmlPanelNavigationMenu.PropertyKeys cellspacing

frame

public static final HtmlPanelNavigationMenu.PropertyKeys frame

rules

public static final HtmlPanelNavigationMenu.PropertyKeys rules

summary

public static final HtmlPanelNavigationMenu.PropertyKeys summary

width

public static final HtmlPanelNavigationMenu.PropertyKeys width

align

public static final HtmlPanelNavigationMenu.PropertyKeys align
Method Detail

values

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