<table>要素 |
![]() |
ネームスペース: | http://xmlns.oracle.com/uix/bc4j |
派生元: | <ui:table>要素 |
グループ: | UIX Components |
要素の型: | UINode |
構文 |
![]() |
<table
[ automatic="boolean"
] >
<columnStamp> </columnStamp>
<keyStamp> </keyStamp>
</table>
例 |
![]() |
<bc4j:rootAppModuleScope name="EmpAppModule" >
<contents>
<bc4j:viewObjectScope name="AllEmpsVO" >
<contents>
<bc4j:table name="emps" >
<contents>
<bc4j:column attrName="Empno">
<columnHeader>
<bc4j:sortableHeader />
</columnHeader>
<contents>
<bc4j:textInput readOnly="true"/>
</contents>
</bc4j:column>
<bc4j:column attrName="Hired">
<columnHeader>
<bc4j:sortableHeader />
</columnHeader>
<contents>
<bc4j:dateField readOnly="true"/>
</contents>
</bc4j:column>
</contents>
</bc4j:table>
</contents>
</bc4j:viewObjectScope>
</contents>
</bc4j:rootAppModuleScope>
子要素 |
![]() |
|