クラスの使用
org.opengion.hayabusa.html.TableFormatter
-
TableFormatterを使用しているパッケージ パッケージ 説明 org.opengion.hayabusa.html HTML関連ユーティリティViewFormインターフェースと、そのAbstractクラス、および、 ViewLink、ViewMarkerインターフェースとその実装、各種Param属性のキーファイルを提供します。org.opengion.hayabusa.taglib はやぶさのタグライブラリー関係のクラスを提供します。org.opengion.plugin.view このドキュメントは、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)フォーマットを設定します。
-