protected static enum HtmlPanelGrid.PropertyKeys extends Enum<HtmlPanelGrid.PropertyKeys>
Enum Constant and Description |
---|
bgcolor |
bodyrows |
border |
captionClass |
captionStyle |
cellpadding |
cellspacing |
columnClasses |
columns |
dir |
footerClass |
frame |
headerClass |
lang |
onclick |
ondblclick |
onkeydown |
onkeypress |
onkeyup |
onmousedown |
onmousemove |
onmouseout |
onmouseover |
onmouseup |
role |
rowClasses |
rules |
style |
styleClass |
summary |
title |
width |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static HtmlPanelGrid.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HtmlPanelGrid.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HtmlPanelGrid.PropertyKeys bgcolor
public static final HtmlPanelGrid.PropertyKeys bodyrows
public static final HtmlPanelGrid.PropertyKeys border
public static final HtmlPanelGrid.PropertyKeys captionClass
public static final HtmlPanelGrid.PropertyKeys captionStyle
public static final HtmlPanelGrid.PropertyKeys cellpadding
public static final HtmlPanelGrid.PropertyKeys cellspacing
public static final HtmlPanelGrid.PropertyKeys columnClasses
public static final HtmlPanelGrid.PropertyKeys columns
public static final HtmlPanelGrid.PropertyKeys dir
public static final HtmlPanelGrid.PropertyKeys footerClass
public static final HtmlPanelGrid.PropertyKeys frame
public static final HtmlPanelGrid.PropertyKeys headerClass
public static final HtmlPanelGrid.PropertyKeys lang
public static final HtmlPanelGrid.PropertyKeys onclick
public static final HtmlPanelGrid.PropertyKeys ondblclick
public static final HtmlPanelGrid.PropertyKeys onkeydown
public static final HtmlPanelGrid.PropertyKeys onkeypress
public static final HtmlPanelGrid.PropertyKeys onkeyup
public static final HtmlPanelGrid.PropertyKeys onmousedown
public static final HtmlPanelGrid.PropertyKeys onmousemove
public static final HtmlPanelGrid.PropertyKeys onmouseout
public static final HtmlPanelGrid.PropertyKeys onmouseover
public static final HtmlPanelGrid.PropertyKeys onmouseup
public static final HtmlPanelGrid.PropertyKeys role
public static final HtmlPanelGrid.PropertyKeys rowClasses
public static final HtmlPanelGrid.PropertyKeys rules
public static final HtmlPanelGrid.PropertyKeys style
public static final HtmlPanelGrid.PropertyKeys styleClass
public static final HtmlPanelGrid.PropertyKeys summary
public static final HtmlPanelGrid.PropertyKeys title
public static final HtmlPanelGrid.PropertyKeys width
public static HtmlPanelGrid.PropertyKeys[] values()
for (HtmlPanelGrid.PropertyKeys c : HtmlPanelGrid.PropertyKeys.values()) System.out.println(c);
public static HtmlPanelGrid.PropertyKeys valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<HtmlPanelGrid.PropertyKeys>
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.