<uix:tableFormat>タグ
ネームスペース: http://xmlns.oracle.com/uix/ui

表全体の書式情報。

構文
<uix:tableFormat
    [ bandingInterval="positiveInteger" ]
    [ tableBanding="ui:tableBandingRule" ]
>
</uix:tableFormat>

注意:

説明

<tableFormat>要素は、表全体の書式情報を定義します。


属性

説明
bandingInterval 各バンド・グループの行数を定義します。 たとえば、bandingIntervalが2に設定されている場合、2行(または2列)が明るくなり、その後に暗い2行(または2列)が続きます。
positiveInteger
tableBanding 表でのバンドの使用方法を定義します。 次の3つの値を指定できます。
  • noBanding: (デフォルト)表にはバンドが付きません。
  • rowBanding: 行に交互にバンドが付けられます。
  • columnBanding: 列に交互にバンドが付けられます。

ui:tableBandingRule