|
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.opengion.plugin.view.AbstractViewForm
org.opengion.plugin.view.ViewForm_HTMLTable
org.opengion.plugin.view.ViewForm_HTMLCustomTable
org.opengion.plugin.view.ViewForm_HTMLAjaxTreeTable
public class ViewForm_HTMLAjaxTreeTable
JavaScript のツリー階層を持ったテーブル表示を行う、ツリーテーブル表示クラスです。 AbstractViewForm により、setter/getterメソッドのデフォルト実装を提供しています。 各HTMLのタグに必要な setter/getterメソッドのみ,追加定義しています。 AbstractViewForm を継承している為,ロケールに応じたラベルを出力させる事が出来ます。
フィールドの概要 |
---|
クラス org.opengion.plugin.view.ViewForm_HTMLCustomTable から継承されたフィールド |
---|
BODYFORMAT_MAX_COUNT, bodyFormats, bodyFormatsCount, footerFormat, headerFormat |
クラス org.opengion.plugin.view.ViewForm_HTMLTable から継承されたフィールド |
---|
headerLine, rowNo |
インタフェース org.opengion.hayabusa.html.ViewForm から継承されたフィールド |
---|
DEFAULT_CLM_WRITABLE, DEFAULT_SKIP |
コンストラクタの概要 | |
---|---|
ViewForm_HTMLAjaxTreeTable()
|
メソッドの概要 | |
---|---|
boolean |
canUseFormat()
フォーマットメソッドを使用できるかどうかを問い合わせます。 |
java.lang.String |
create(int strNo,
int pageSize)
DBTableModel から HTML文字列を作成して返します。 |
void |
setFormatterList(java.util.List<TableFormatter> list)
フォーマットを設定します。 |
クラス org.opengion.plugin.view.ViewForm_HTMLCustomTable から継承されたメソッド |
---|
clear, getHeadLine, getHeadLine, getTableFoot, getTableHead |
クラス org.opengion.plugin.view.ViewForm_HTMLTable から継承されたメソッド |
---|
getColumnLabel, getHeader, getTableTag, makeCheckbox, setCaption, setPopupReturnKeys |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ViewForm_HTMLAjaxTreeTable()
メソッドの詳細 |
---|
public java.lang.String create(int strNo, int pageSize)
ViewForm
内の create
ViewForm_HTMLCustomTable
内の create
strNo
- 表示開始位置pageSize
- 表示件数
4.3.3.0 (2008/10/01) noTransition属性,childViewStartNo属性対応 |
4.3.7.4 (2009/07/01) tbodyタグの入れ子を解消(FireFox対応) |
public void setFormatterList(java.util.List<TableFormatter> list)
ViewForm
内の setFormatterList
ViewForm_HTMLCustomTable
内の setFormatterList
list
- Listpublic boolean canUseFormat()
ViewForm
内の canUseFormat
ViewForm_HTMLCustomTable
内の canUseFormat
|
openGion 5.0.2.0 | ||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |