クラスの使用
org.opengion.hayabusa.html.FormatterType
-
FormatterTypeを使用しているパッケージ パッケージ 説明 org.opengion.hayabusa.html HTML関連ユーティリティViewFormインターフェースと、そのAbstractクラス、および、 ViewLink、ViewMarkerインターフェースとその実装、各種Param属性のキーファイルを提供します。org.opengion.hayabusa.taglib はやぶさのタグライブラリー関係のクラスを提供します。 -
-
org.opengion.hayabusa.htmlでのFormatterTypeの使用
FormatterTypeを返すorg.opengion.hayabusa.htmlのメソッド 修飾子とタイプ メソッド 説明 FormatterType
TableFormatter. getFormatType()
このフォーマットのタイプを返します。static FormatterType
FormatterType. valueOf(java.lang.String name)
指定した名前を持つこの型の列挙型定数を返します。static FormatterType[]
FormatterType. values()
この列挙型の定数を含む配列を宣言されている順序で返します。FormatterType型のパラメータを持つorg.opengion.hayabusa.htmlのメソッド 修飾子とタイプ メソッド 説明 void
TableFormatter. setFormatType(FormatterType ftype)
テーブルフォーマットのタイプを指定します。 -
org.opengion.hayabusa.taglibでのFormatterTypeの使用
FormatterTypeを返すorg.opengion.hayabusa.taglibのメソッド 修飾子とタイプ メソッド 説明 protected FormatterType
TbodyTag. getType()
このフォーマットのタイプを返します。protected FormatterType
TfootTag. getType()
このフォーマットのタイプを返します。protected FormatterType
TFormatImpl. getType()
このフォーマットのタイプを返します。protected FormatterType
TheadTag. getType()
このフォーマットのタイプを返します。
-