例 |
 |
<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>