<tableFooter>要素
ネームスペース: http://xmlns.oracle.com/uix/ui
派生元: <ui:base>要素
グループ: UIX Components
要素の型: UINode

表のフッターとして使用されます。
このBeanは、エージェントのタイプがPDA、携帯電話、音声の場合にはサポートされません。

構文
<tableFooter>
   <contents><!-- indexed children --></contents>
   <total></total>
</tableFooter>

注意:
  • この要素は派生元要素のすべての属性と子要素を持つことができます。

  • 説明

    表のフッターとして使用されます。tableFooter Beanは、tableのfooterの子として追加する必要があります。

    totalRowは、tableFooter Beanのtotalの子として追加する必要があります。


    <table name="tb1">
      <footer>
        <tableFooter>
          <contents>
            <messageChoice prompt="Row Type">
              <contents>
                <option text="option 1"/>
                <option text="option 2"/>
              </contents>
              <end>
                <addTableRow/>
              </end>
            </messageChoice>
          </contents>
          <total>
            <totalRow/>
          </total>
        </tableFooter>
      </footer>
    
      ...
    
    </table>

    子要素

    説明 必須 最大値
    <contents>
    Beanの索引付けされた子。
    いいえ 1
    <total>
    totalの子では、totalRow Beanを追加できます。
    いいえ 1
    This document was generated on Wed Jul 07 19:21:56 PDT 2004

    Copyright © 2001, 2004, Oracle.All rights reserved.