<rowFormats>要素
ネームスペース:  http://xmlns.oracle.com/uix/ui

各行の書式情報。

構文
<rowFormats >
     <!-- The following child can be anything derived from the given element -->
   <rowFormat> </rowFormat>
</rowFormats>

注意: 
  • この要素は<table>要素内で使用されます。
  • data:で始まる属性は、実際には要素となります。data:は、その属性構文がデータ・バインドせずに使用されることがないことを示しています。

  • 説明

    各行の書式情報。


    次の例では、2行目の下に水平グリッド線を表示しません。

    <table ...>
     <rowFormats>
      <rowFormat displayGrid="true"/>
      <rowFormat displayGrid="false"/>
     </rowFormats>
    </table>

    子要素

    説明 必須 組込み可能な数
    <rowFormat> 各行の書式を定義する子要素。
    いいえ 無限