Note: This procedure assumes inline data (as shown in the example at the end of this topic) has been inserted in the UIX file. The inline data named "demoTableData" provides the data for the rows and columns.
To insert a footer child in a column component:
...
<table ...>
<contents>
<column>
<columnHeader>Item</columnHeader>
<contents>
<styledText text="${uix.current.firstColumnText}"/>
</contents>
</column>
<column>
<columnHeader>Amount</columnHeader>
<columnFormat columnDataFormat="numberFormat"/>
<contents>
<text text="${uix.current.secondColumnText}"/>
</contents>
<footer>
<textInput columns="2" name="sometotal" text="42"/>
</footer>
</column>
</contents>
...
</table>
...
About Footer in Table and Column
Creating a Column
Using TableFooter, AddTableRow, and TotalRow
Working with Table Components
Copyright © 1997, 2004, Oracle. All rights reserved.