クラスの使用
org.opengion.hayabusa.html.TableFormatter
TableFormatterを使用しているパッケージ
パッケージ
説明
HTML関連ユーティリティViewFormインターフェースと、そのAbstractクラス、および、
ViewLink、ViewMarkerインターフェースとその実装、各種Param属性のキーファイルを提供します。
はやぶさのタグライブラリー関係のクラスを提供します。
このドキュメントは、Webアプリケーションフレームワーク『はやぶさ』の API 仕様です。
-
org.opengion.hayabusa.htmlでのTableFormatterの使用
TableFormatter型のパラメータを持つorg.opengion.hayabusa.htmlのメソッド修飾子とタイプメソッド説明protected StringAbstractViewForm.getViewClms(TableFormatter format) ビューで表示したカラムの一覧をCSV形式で返します。protected voidAbstractViewForm.setFormatNoDisplay(TableFormatter format) 引数のフォーマッターに、noDisplayカラムのロケーションをクリアします。TableFormatter型の型引数を持つorg.opengion.hayabusa.htmlのメソッド・パラメータ修飾子とタイプメソッド説明voidAbstractViewForm.setFormatterList(List<TableFormatter> list) フォーマットを設定します。voidViewForm.setFormatterList(List<TableFormatter> list) フォーマットを設定します。 -
org.opengion.hayabusa.taglibでのTableFormatterの使用
TableFormatter型のパラメータを持つorg.opengion.hayabusa.taglibのメソッド修飾子とタイプメソッド説明protected voidViewFormTag.addFormatter(TableFormatter form) 内部タグの TheadTag / TbodyTag / TfootTag より、個々のフォーマットを定義する 為のTableFormatter オブジェクトを受け取る。 -
org.opengion.plugin.viewでのTableFormatterの使用
TableFormatterとして宣言されているorg.opengion.plugin.viewのフィールド修飾子とタイプフィールド説明protected TableFormatter[]ViewForm_HTMLCustomTable.bodyFormatsボディーフォーマット配列変数protected TableFormatter[]ViewForm_HTMLStackedGanttTable.bodyFormatsボディーフォーマット配列変数protected TableFormatterViewForm_HTMLCustomTable.footerFormatフッターフォーマット変数protected TableFormatterViewForm_HTMLStackedGanttTable.footerFormatフッターフォーマット変数protected TableFormatterViewForm_HTMLCustomTable.headerFormatヘッダーフォーマット変数protected TableFormatterViewForm_HTMLStackedGanttTable.headerFormatヘッダーフォーマット変数TableFormatter型のパラメータを持つorg.opengion.plugin.viewのメソッド修飾子とタイプメソッド説明protected StringViewForm_CustomData.getTableFoot(TableFormatter footerFormat) DBTableModel から テーブルのタグ文字列を作成して返します。protected StringViewForm_HTMLTable.getTableFoot(TableFormatter footerFormat) DBTableModel から テーブルのタグ文字列を作成して返します。TableFormatter型の型引数を持つorg.opengion.plugin.viewのメソッド・パラメータ修飾子とタイプメソッド説明voidViewForm_CustomData.setFormatterList(List<TableFormatter> list) フォーマットを設定します。voidViewForm_HTMLAjaxTreeTable.setFormatterList(List<TableFormatter> list) フォーマットを設定します。voidViewForm_HTMLCustomTable.setFormatterList(List<TableFormatter> list) フォーマットを設定します。voidViewForm_HTMLCustomTreeBOM.setFormatterList(List<TableFormatter> list) フォーマットを設定します。voidViewForm_HTMLFormatTable.setFormatterList(List<TableFormatter> list) フォーマットを設定します。voidViewForm_HTMLFormatTextField.setFormatterList(List<TableFormatter> list) フォーマットを設定します。voidViewForm_HTMLGanttTable.setFormatterList(List<TableFormatter> list) フォーマットを設定します。voidViewForm_HTMLStackedGanttTable.setFormatterList(List<TableFormatter> list) フォーマットを設定します。