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

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

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

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

  • 説明

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

    <totalRow>要素は、<tableFooter>要素の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>要素を追加できます。
    いいえ 1