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> Properties used by this component
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description bgcolorbodyrowsbordercaptionClasscaptionStylecellpaddingcellspacingcolumnClassescolumnsdirfooterClassframeheaderClasslangonclickondblclickonkeydownonkeypressonkeyuponmousedownonmousemoveonmouseoutonmouseoveronmouseuprolerowClassrowClassesrulesstylestyleClasssummarytitlewidth
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()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 
 - 
captionClasspublic static final HtmlPanelGrid.PropertyKeys captionClass 
 - 
captionStylepublic static final HtmlPanelGrid.PropertyKeys captionStyle 
 - 
cellpaddingpublic static final HtmlPanelGrid.PropertyKeys cellpadding 
 - 
cellspacingpublic static final HtmlPanelGrid.PropertyKeys cellspacing 
 - 
columnClassespublic static final HtmlPanelGrid.PropertyKeys columnClasses 
 - 
columnspublic static final HtmlPanelGrid.PropertyKeys columns 
 - 
dirpublic static final HtmlPanelGrid.PropertyKeys dir 
 - 
footerClasspublic static final HtmlPanelGrid.PropertyKeys footerClass 
 - 
framepublic static final HtmlPanelGrid.PropertyKeys frame 
 - 
headerClasspublic static final HtmlPanelGrid.PropertyKeys headerClass 
 - 
langpublic static final HtmlPanelGrid.PropertyKeys lang 
 - 
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 
 - 
rolepublic static final HtmlPanelGrid.PropertyKeys role 
 - 
rowClasspublic static final HtmlPanelGrid.PropertyKeys rowClass 
 - 
rowClassespublic static final HtmlPanelGrid.PropertyKeys rowClasses 
 - 
rulespublic static final HtmlPanelGrid.PropertyKeys rules 
 - 
stylepublic static final HtmlPanelGrid.PropertyKeys style 
 - 
styleClasspublic static final HtmlPanelGrid.PropertyKeys styleClass 
 - 
summarypublic static final HtmlPanelGrid.PropertyKeys summary 
 - 
titlepublic static final HtmlPanelGrid.PropertyKeys title 
 - 
widthpublic static final HtmlPanelGrid.PropertyKeys width 
 
- 
 - 
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
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- Enum<HtmlPanelGrid.PropertyKeys>
 
 
- 
 
-