列挙型 HtmlPanelGrid.PropertyKeys
- java.lang.ObjectSE
-
- java.lang.EnumSE<HtmlPanelGrid.PropertyKeys>
-
- jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- 実装されたすべてのインターフェース:
SerializableSE
,ComparableSE<HtmlPanelGrid.PropertyKeys>
- 含まれているクラス:
- HtmlPanelGrid
protected static enum HtmlPanelGrid.PropertyKeys extends EnumSE<HtmlPanelGrid.PropertyKeys>
このコンポーネントで使用されるプロパティ
メソッドのサマリー
すべてのメソッド 静的メソッド インスタンスメソッド 具象メソッド 修飾子と型 メソッド 説明 StringSE
toString()
static HtmlPanelGrid.PropertyKeys
valueOf(StringSE name)
指定された名前を持つこの型の列挙定数を返します。static HtmlPanelGrid.PropertyKeys[]
values()
この列挙型の定数を含む配列を、宣言されている順序で返します。クラス java.lang.EnumSE から継承されたメソッド
clone, compareToSE, equalsSE, finalize, getDeclaringClass, hashCode, name, ordinal, valueOfSE
列挙定数の詳細
bgcolor
public static final HtmlPanelGrid.PropertyKeys bgcolor
bodyrows
public static final HtmlPanelGrid.PropertyKeys bodyrows
border
public static final HtmlPanelGrid.PropertyKeys border
captionClass
public static final HtmlPanelGrid.PropertyKeys captionClass
captionStyle
public static final HtmlPanelGrid.PropertyKeys captionStyle
cellpadding
public static final HtmlPanelGrid.PropertyKeys cellpadding
cellspacing
public static final HtmlPanelGrid.PropertyKeys cellspacing
columnClasses
public static final HtmlPanelGrid.PropertyKeys columnClasses
columns
public static final HtmlPanelGrid.PropertyKeys columns
dir
public static final HtmlPanelGrid.PropertyKeys dir
footerClass
public static final HtmlPanelGrid.PropertyKeys footerClass
frame
public static final HtmlPanelGrid.PropertyKeys frame
headerClass
public static final HtmlPanelGrid.PropertyKeys headerClass
lang
public static final HtmlPanelGrid.PropertyKeys lang
onclick
public static final HtmlPanelGrid.PropertyKeys onclick
ondblclick
public static final HtmlPanelGrid.PropertyKeys ondblclick
onkeydown
public static final HtmlPanelGrid.PropertyKeys onkeydown
onkeypress
public static final HtmlPanelGrid.PropertyKeys onkeypress
onkeyup
public static final HtmlPanelGrid.PropertyKeys onkeyup
onmousedown
public static final HtmlPanelGrid.PropertyKeys onmousedown
onmousemove
public static final HtmlPanelGrid.PropertyKeys onmousemove
onmouseout
public static final HtmlPanelGrid.PropertyKeys onmouseout
onmouseover
public static final HtmlPanelGrid.PropertyKeys onmouseover
onmouseup
public static final HtmlPanelGrid.PropertyKeys onmouseup
role
public static final HtmlPanelGrid.PropertyKeys role
rowClass
public static final HtmlPanelGrid.PropertyKeys rowClass
rowClasses
public static final HtmlPanelGrid.PropertyKeys rowClasses
rules
public static final HtmlPanelGrid.PropertyKeys rules
style
public static final HtmlPanelGrid.PropertyKeys style
styleClass
public static final HtmlPanelGrid.PropertyKeys styleClass
summary
public static final HtmlPanelGrid.PropertyKeys summary
title
public static final HtmlPanelGrid.PropertyKeys title
width
public static final HtmlPanelGrid.PropertyKeys width
メソッドの詳細
values
public static HtmlPanelGrid.PropertyKeys[] values()
この列挙型の定数を含む配列を、宣言されている順序で返します。このメソッドは、次のように定数を反復するために使用できます。for (HtmlPanelGrid.PropertyKeys c : HtmlPanelGrid.PropertyKeys.values()) System.out.println(c);
- 戻り値:
- この列挙型の定数を宣言されている順序で含む配列
valueOf
public static HtmlPanelGrid.PropertyKeys valueOf(StringSE name)
指定された名前を持つこの型の列挙定数を返します。文字列は、この型の列挙定数を宣言するために使用される識別子と正確に一致する必要があります。(余分な空白文字は許可されません。)- パラメーター:
name
- 返される列挙定数の名前。- 戻り値:
- 指定された名前の列挙定数
- 例外:
IllegalArgumentExceptionSE
- この列挙型に指定された名前の定数がない場合NullPointerExceptionSE
- 引数が null の場合
toString
public StringSE toString()
- オーバーライド:
- クラス
EnumSE<HtmlPanelGrid.PropertyKeys>
のtoString