|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
Generic Attributes の coreattrs を表します。
coreattrs の HTML 4 定義は次のとおりです。
<!ENTITY % coreattrs "id ID #IMPLIED -- document-wide unique id -- class CDATA #IMPLIED -- space-separated list of classes -- style %StyleSheet; #IMPLIED -- associated style info -- title %Text; #IMPLIED -- advisory title --" >
| メソッドの概要 | |
java.lang.String |
getStyle()
Returns the style. |
java.lang.String |
getStyleClass()
Returns the cls. |
java.lang.String |
getStyleId()
Returns the id. |
java.lang.String |
getTitle()
Returns the title. |
void |
setStyle(java.lang.String style)
Sets the style. |
void |
setStyleClass(java.lang.String cls)
Sets the cls. |
void |
setStyleId(java.lang.String id)
Sets the id. |
void |
setTitle(java.lang.String title)
Sets the title. |
| メソッドの詳細 |
public java.lang.String getStyleClass()
public java.lang.String getStyleId()
public java.lang.String getStyle()
public java.lang.String getTitle()
public void setStyleClass(java.lang.String cls)
cls - The cls to setpublic void setStyleId(java.lang.String id)
id - The id to setpublic void setStyle(java.lang.String style)
style - The style to setpublic void setTitle(java.lang.String title)
title - The title to set
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||