TableGroup (クラス)
public sealed TableGroup
インポート元: CURL.GUI.STANDARD. package 内で定義されています CURL.GUI.BASE.

これは、Table の行と列をグループ化するために使用されます。


コンストラクタ
default:TableGroup オブジェクトを作成します。
コンストラクタ public {TableGroup.default}

クラス変数と定数
body:定義済みの TableGroup
public constant TableGroup.body:TableGroup ={TableGroup}
footer:定義済みの TableGroup
public constant TableGroup.footer:TableGroup ={TableGroup}
header:定義済みの TableGroup
public constant TableGroup.header:TableGroup ={TableGroup}

メソッド
メソッド 継承 Object: object-describe, object-describe-for-debugging, object-serialize



コンストラクタ詳細
default (コンストラクタ)
public {TableGroup.default}

TableGroup オブジェクトを作成します。

注意事項

TableGroup を作成して TableRow または TableColumn に割り当てることができます。これを行うには、TableFile.group オプションを新しく作成したオブジェクトに設定するか、Table.group-rows または Table.group-columns メソッドを呼び出します。




クラス変数と定数の詳細
body (クラス定数)
public constant TableGroup.body:TableGroup ={TableGroup}

定義済みの TableGroup

注意事項

どの TableRow または TableColumn に対しても TableGroup を既定値に設定します。


footer (クラス定数)
public constant TableGroup.footer:TableGroup ={TableGroup}

定義済みの TableGroup



header (クラス定数)
public constant TableGroup.header:TableGroup ={TableGroup}

定義済みの TableGroup

注意事項

header-row を使用して作成された行は、自動的にこのグループに割り当てられます。




メソッド詳細