org.apache.myfaces.custom.layout
Enum HtmlPanelLayout.PropertyKeys
java.lang.Object
java.lang.Enum<HtmlPanelLayout.PropertyKeys>
org.apache.myfaces.custom.layout.HtmlPanelLayout.PropertyKeys
- All Implemented Interfaces:
- Serializable, Comparable<HtmlPanelLayout.PropertyKeys>
- Enclosing class:
- HtmlPanelLayout
protected static enum HtmlPanelLayout.PropertyKeys
- extends Enum<HtmlPanelLayout.PropertyKeys>
footerClass
public static final HtmlPanelLayout.PropertyKeys footerClass
headerClass
public static final HtmlPanelLayout.PropertyKeys headerClass
layout
public static final HtmlPanelLayout.PropertyKeys layout
navigationClass
public static final HtmlPanelLayout.PropertyKeys navigationClass
bodyClass
public static final HtmlPanelLayout.PropertyKeys bodyClass
headerStyle
public static final HtmlPanelLayout.PropertyKeys headerStyle
navigationStyle
public static final HtmlPanelLayout.PropertyKeys navigationStyle
bodyStyle
public static final HtmlPanelLayout.PropertyKeys bodyStyle
footerStyle
public static final HtmlPanelLayout.PropertyKeys footerStyle
onclick
public static final HtmlPanelLayout.PropertyKeys onclick
ondblclick
public static final HtmlPanelLayout.PropertyKeys ondblclick
onkeydown
public static final HtmlPanelLayout.PropertyKeys onkeydown
onkeypress
public static final HtmlPanelLayout.PropertyKeys onkeypress
onkeyup
public static final HtmlPanelLayout.PropertyKeys onkeyup
onmousedown
public static final HtmlPanelLayout.PropertyKeys onmousedown
onmousemove
public static final HtmlPanelLayout.PropertyKeys onmousemove
onmouseout
public static final HtmlPanelLayout.PropertyKeys onmouseout
onmouseover
public static final HtmlPanelLayout.PropertyKeys onmouseover
onmouseup
public static final HtmlPanelLayout.PropertyKeys onmouseup
dir
public static final HtmlPanelLayout.PropertyKeys dir
lang
public static final HtmlPanelLayout.PropertyKeys lang
title
public static final HtmlPanelLayout.PropertyKeys title
datafld
public static final HtmlPanelLayout.PropertyKeys datafld
datasrc
public static final HtmlPanelLayout.PropertyKeys datasrc
dataformatas
public static final HtmlPanelLayout.PropertyKeys dataformatas
bgcolor
public static final HtmlPanelLayout.PropertyKeys bgcolor
border
public static final HtmlPanelLayout.PropertyKeys border
cellpadding
public static final HtmlPanelLayout.PropertyKeys cellpadding
cellspacing
public static final HtmlPanelLayout.PropertyKeys cellspacing
frame
public static final HtmlPanelLayout.PropertyKeys frame
rules
public static final HtmlPanelLayout.PropertyKeys rules
summary
public static final HtmlPanelLayout.PropertyKeys summary
width
public static final HtmlPanelLayout.PropertyKeys width
align
public static final HtmlPanelLayout.PropertyKeys align
style
public static final HtmlPanelLayout.PropertyKeys style
styleClass
public static final HtmlPanelLayout.PropertyKeys styleClass
values
public static HtmlPanelLayout.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 (HtmlPanelLayout.PropertyKeys c : HtmlPanelLayout.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 HtmlPanelLayout.PropertyKeys valueOf(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:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.