protected static enum HtmlDataTable.PropertyKeys extends EnumSE<HtmlDataTable.PropertyKeys>
修飾子と型 | メソッドと説明 |
---|---|
StringSE | toString() |
static HtmlDataTable.PropertyKeys | valueOf(StringSE name) 指定された名前を持つこの型の列挙定数を返します。 |
static HtmlDataTable.PropertyKeys[] | values() この列挙型の定数を含む配列を、宣言されている順序で返します。 |
cloneSE, compareToSE, equalsSE, finalizeSE, getDeclaringClassSE, hashCodeSE, nameSE, ordinalSE, valueOfSE
getClassSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
public static final HtmlDataTable.PropertyKeys bgcolor
public static final HtmlDataTable.PropertyKeys bodyrows
public static final HtmlDataTable.PropertyKeys border
public static final HtmlDataTable.PropertyKeys captionClass
public static final HtmlDataTable.PropertyKeys captionStyle
public static final HtmlDataTable.PropertyKeys cellpadding
public static final HtmlDataTable.PropertyKeys cellspacing
public static final HtmlDataTable.PropertyKeys columnClasses
public static final HtmlDataTable.PropertyKeys dir
public static final HtmlDataTable.PropertyKeys footerClass
public static final HtmlDataTable.PropertyKeys frame
public static final HtmlDataTable.PropertyKeys headerClass
public static final HtmlDataTable.PropertyKeys lang
public static final HtmlDataTable.PropertyKeys onclick
public static final HtmlDataTable.PropertyKeys ondblclick
public static final HtmlDataTable.PropertyKeys onkeydown
public static final HtmlDataTable.PropertyKeys onkeypress
public static final HtmlDataTable.PropertyKeys onkeyup
public static final HtmlDataTable.PropertyKeys onmousedown
public static final HtmlDataTable.PropertyKeys onmousemove
public static final HtmlDataTable.PropertyKeys onmouseout
public static final HtmlDataTable.PropertyKeys onmouseover
public static final HtmlDataTable.PropertyKeys onmouseup
public static final HtmlDataTable.PropertyKeys role
public static final HtmlDataTable.PropertyKeys rowClass
public static final HtmlDataTable.PropertyKeys rowClasses
public static final HtmlDataTable.PropertyKeys rules
public static final HtmlDataTable.PropertyKeys style
public static final HtmlDataTable.PropertyKeys styleClass
public static final HtmlDataTable.PropertyKeys summary
public static final HtmlDataTable.PropertyKeys title
public static final HtmlDataTable.PropertyKeys width
public static HtmlDataTable.PropertyKeys[] values()
for (HtmlDataTable.PropertyKeys c : HtmlDataTable.PropertyKeys.values()) System.out.println(c);
public static HtmlDataTable.PropertyKeys valueOf(StringSE name)
name
- 返される列挙定数の名前。IllegalArgumentExceptionSE
- この列挙型に指定された名前の定数がない場合 NullPointerExceptionSE
- 引数が null の場合 public StringSE toString()
EnumSE<HtmlDataTable.PropertyKeys>
の toStringSE
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.