クラスの使用
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 void
AbstractViewForm.addFormatBody
(StringBuilder out, TableFormatter format, int row) 指定のフォーマットで処理された結果を、引数の StringBuilder に追加します。protected String
AbstractViewForm.getFormatHeadLine
(TableFormatter format, String thTag) 指定のフォーマットを使用したヘッダー繰り返し文字列を作成します。protected String
AbstractViewForm.getViewClms
(TableFormatter format) ビューで表示したカラムの一覧をCSV形式で返します。protected void
AbstractViewForm.setFormatNoDisplay
(TableFormatter format) 引数のフォーマッターに、noDisplayカラムのロケーションをクリアします。TableFormatter型の型引数を持つorg.opengion.hayabusa.htmlのメソッド・パラメータ修飾子とタイプメソッド説明void
AbstractViewForm.setFormatterList
(List<TableFormatter> list) フォーマットを設定します。void
ViewForm.setFormatterList
(List<TableFormatter> list) フォーマットを設定します。 -
org.opengion.hayabusa.taglibでのTableFormatterの使用
TableFormatter型のパラメータを持つorg.opengion.hayabusa.taglibのメソッド修飾子とタイプメソッド説明protected void
ViewFormTag.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_HTMLCustomTable.footerFormat
フッターフォーマット変数protected TableFormatter
ViewForm_HTMLCustomTable.headerFormat
ヘッダーフォーマット変数TableFormatter型のパラメータを持つorg.opengion.plugin.viewのメソッド修飾子とタイプメソッド説明protected String
ViewForm_CustomData.getTableFoot
(TableFormatter footerFormat) DBTableModel から テーブルのタグ文字列を作成して返します。protected String
ViewForm_HTMLTable.getTableFoot
(TableFormatter footerFormat) DBTableModel から テーブルのタグ文字列を作成して返します。TableFormatter型の型引数を持つorg.opengion.plugin.viewのメソッド・パラメータ修飾子とタイプメソッド説明void
ViewForm_CustomData.setFormatterList
(List<TableFormatter> list) フォーマットを設定します。void
ViewForm_HTMLAjaxTreeTable.setFormatterList
(List<TableFormatter> list) フォーマットを設定します。void
ViewForm_HTMLCustomTable.setFormatterList
(List<TableFormatter> list) フォーマットを設定します。void
ViewForm_HTMLFormatTable.setFormatterList
(List<TableFormatter> list) フォーマットを設定します。void
ViewForm_HTMLFormatTextField.setFormatterList
(List<TableFormatter> list) フォーマットを設定します。