Package jakarta.faces.component.html
Enum HtmlPanelGrid.PropertyKeys
- java.lang.Object
- 
- java.lang.Enum<HtmlPanelGrid.PropertyKeys>
- 
- jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
 
 
- 
- All Implemented Interfaces:
- Serializable,- Comparable<HtmlPanelGrid.PropertyKeys>
 - Enclosing class:
- HtmlPanelGrid
 
 protected static enum HtmlPanelGrid.PropertyKeys extends Enum<HtmlPanelGrid.PropertyKeys> 
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description bgcolorbodyrowsbordercaptionClasscaptionStylecellpaddingcellspacingcolumnClassescolumnsdirfooterClassframeheaderClasslangonclickondblclickonkeydownonkeypressonkeyuponmousedownonmousemoveonmouseoutonmouseoveronmouseuprolerowClassrowClassesrulesstylestyleClasssummarytitlewidth
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static HtmlPanelGrid.PropertyKeysvalueOf(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.
 
- 
- 
- 
Enum Constant Detail- 
bgcolorpublic static final HtmlPanelGrid.PropertyKeys bgcolor 
 - 
bodyrowspublic static final HtmlPanelGrid.PropertyKeys bodyrows 
 - 
borderpublic static final HtmlPanelGrid.PropertyKeys border 
 - 
cellpaddingpublic static final HtmlPanelGrid.PropertyKeys cellpadding 
 - 
cellspacingpublic static final HtmlPanelGrid.PropertyKeys cellspacing 
 - 
columnClassespublic static final HtmlPanelGrid.PropertyKeys columnClasses 
 - 
columnspublic static final HtmlPanelGrid.PropertyKeys columns 
 - 
footerClasspublic static final HtmlPanelGrid.PropertyKeys footerClass 
 - 
framepublic static final HtmlPanelGrid.PropertyKeys frame 
 - 
headerClasspublic static final HtmlPanelGrid.PropertyKeys headerClass 
 - 
rowClassespublic static final HtmlPanelGrid.PropertyKeys rowClasses 
 - 
rulespublic static final HtmlPanelGrid.PropertyKeys rules 
 - 
summarypublic static final HtmlPanelGrid.PropertyKeys summary 
 - 
widthpublic static final HtmlPanelGrid.PropertyKeys width 
 - 
captionClasspublic static final HtmlPanelGrid.PropertyKeys captionClass 
 - 
captionStylepublic static final HtmlPanelGrid.PropertyKeys captionStyle 
 - 
rowClasspublic static final HtmlPanelGrid.PropertyKeys rowClass 
 - 
onclickpublic static final HtmlPanelGrid.PropertyKeys onclick 
 - 
ondblclickpublic static final HtmlPanelGrid.PropertyKeys ondblclick 
 - 
onkeydownpublic static final HtmlPanelGrid.PropertyKeys onkeydown 
 - 
onkeypresspublic static final HtmlPanelGrid.PropertyKeys onkeypress 
 - 
onkeyuppublic static final HtmlPanelGrid.PropertyKeys onkeyup 
 - 
onmousedownpublic static final HtmlPanelGrid.PropertyKeys onmousedown 
 - 
onmousemovepublic static final HtmlPanelGrid.PropertyKeys onmousemove 
 - 
onmouseoutpublic static final HtmlPanelGrid.PropertyKeys onmouseout 
 - 
onmouseoverpublic static final HtmlPanelGrid.PropertyKeys onmouseover 
 - 
onmouseuppublic static final HtmlPanelGrid.PropertyKeys onmouseup 
 - 
stylepublic static final HtmlPanelGrid.PropertyKeys style 
 - 
styleClasspublic static final HtmlPanelGrid.PropertyKeys styleClass 
 - 
rolepublic static final HtmlPanelGrid.PropertyKeys role 
 - 
dirpublic static final HtmlPanelGrid.PropertyKeys dir 
 - 
langpublic static final HtmlPanelGrid.PropertyKeys lang 
 - 
titlepublic static final HtmlPanelGrid.PropertyKeys title 
 
- 
 - 
Method Detail- 
valuespublic static HtmlPanelGrid.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 (HtmlPanelGrid.PropertyKeys c : HtmlPanelGrid.PropertyKeys.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static HtmlPanelGrid.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
 
 
- 
 
-