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

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

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


Enum Constant Summary
activePanelTabVar
           
activeSubStyleClass
           
activeTabStyleClass
           
activeTabVar
           
align
           
bgcolor
           
border
           
cellpadding
           
cellspacing
           
datafld
           
dataformatas
           
datasrc
           
dir
           
disabledTabStyleClass
           
enabledOnUserRole
           
frame
           
immediateTabChange
           
inactiveSubStyleClass
           
inactiveTabStyleClass
           
lang
           
onclick
           
ondblclick
           
onkeydown
           
onkeypress
           
onkeyup
           
onmousedown
           
onmousemove
           
onmouseout
           
onmouseover
           
onmouseup
           
rules
           
selectedIndex
           
serverSideTabSwitch
           
summary
           
tabContentStyleClass
           
title
           
visibleOnUserRole
           
width
           
 
Method Summary
static HtmlPanelTabbedPane.PropertyKeys valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HtmlPanelTabbedPane.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

activeTabVar

public static final HtmlPanelTabbedPane.PropertyKeys activeTabVar

activePanelTabVar

public static final HtmlPanelTabbedPane.PropertyKeys activePanelTabVar

selectedIndex

public static final HtmlPanelTabbedPane.PropertyKeys selectedIndex

activeTabStyleClass

public static final HtmlPanelTabbedPane.PropertyKeys activeTabStyleClass

inactiveTabStyleClass

public static final HtmlPanelTabbedPane.PropertyKeys inactiveTabStyleClass

activeSubStyleClass

public static final HtmlPanelTabbedPane.PropertyKeys activeSubStyleClass

inactiveSubStyleClass

public static final HtmlPanelTabbedPane.PropertyKeys inactiveSubStyleClass

tabContentStyleClass

public static final HtmlPanelTabbedPane.PropertyKeys tabContentStyleClass

disabledTabStyleClass

public static final HtmlPanelTabbedPane.PropertyKeys disabledTabStyleClass

serverSideTabSwitch

public static final HtmlPanelTabbedPane.PropertyKeys serverSideTabSwitch

immediateTabChange

public static final HtmlPanelTabbedPane.PropertyKeys immediateTabChange

onclick

public static final HtmlPanelTabbedPane.PropertyKeys onclick

ondblclick

public static final HtmlPanelTabbedPane.PropertyKeys ondblclick

onkeydown

public static final HtmlPanelTabbedPane.PropertyKeys onkeydown

onkeypress

public static final HtmlPanelTabbedPane.PropertyKeys onkeypress

onkeyup

public static final HtmlPanelTabbedPane.PropertyKeys onkeyup

onmousedown

public static final HtmlPanelTabbedPane.PropertyKeys onmousedown

onmousemove

public static final HtmlPanelTabbedPane.PropertyKeys onmousemove

onmouseout

public static final HtmlPanelTabbedPane.PropertyKeys onmouseout

onmouseover

public static final HtmlPanelTabbedPane.PropertyKeys onmouseover

onmouseup

public static final HtmlPanelTabbedPane.PropertyKeys onmouseup

enabledOnUserRole

public static final HtmlPanelTabbedPane.PropertyKeys enabledOnUserRole

visibleOnUserRole

public static final HtmlPanelTabbedPane.PropertyKeys visibleOnUserRole

dir

public static final HtmlPanelTabbedPane.PropertyKeys dir

lang

public static final HtmlPanelTabbedPane.PropertyKeys lang

title

public static final HtmlPanelTabbedPane.PropertyKeys title

datafld

public static final HtmlPanelTabbedPane.PropertyKeys datafld

datasrc

public static final HtmlPanelTabbedPane.PropertyKeys datasrc

dataformatas

public static final HtmlPanelTabbedPane.PropertyKeys dataformatas

bgcolor

public static final HtmlPanelTabbedPane.PropertyKeys bgcolor

border

public static final HtmlPanelTabbedPane.PropertyKeys border

cellpadding

public static final HtmlPanelTabbedPane.PropertyKeys cellpadding

cellspacing

public static final HtmlPanelTabbedPane.PropertyKeys cellspacing

frame

public static final HtmlPanelTabbedPane.PropertyKeys frame

rules

public static final HtmlPanelTabbedPane.PropertyKeys rules

summary

public static final HtmlPanelTabbedPane.PropertyKeys summary

width

public static final HtmlPanelTabbedPane.PropertyKeys width

align

public static final HtmlPanelTabbedPane.PropertyKeys align
Method Detail

values

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