<tableFooter>要素 |
![]() |
ネームスペース: | http://xmlns.oracle.com/uix/ui |
派生元: | <ui:base>要素 |
グループ: | UIX Components |
要素の型: | UINode |
構文 |
![]() |
<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>
子要素 |
![]() |
|