protected static enum HtmlPanelGrid.PropertyKeys extends EnumSE<HtmlPanelGrid.PropertyKeys>
修飾子と型 | メソッドと説明 |
---|---|
StringSE | toString() |
static HtmlPanelGrid.PropertyKeys | valueOf(StringSE name) 指定された名前を持つこの型の列挙定数を返します。 |
static HtmlPanelGrid.PropertyKeys[] | values() この列挙型の定数を含む配列を、宣言されている順序で返します。 |
cloneSE, compareToSE, equalsSE, finalizeSE, getDeclaringClassSE, hashCodeSE, nameSE, ordinalSE, valueOfSE
getClassSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
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 rowClass
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(StringSE name)
name
- 返される列挙定数の名前。IllegalArgumentExceptionSE
- この列挙型に指定された名前の定数がない場合 NullPointerExceptionSE
- 引数が null の場合 public StringSE toString()
EnumSE<HtmlPanelGrid.PropertyKeys>
の toStringSE
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.