10 lines
396 B
Plaintext
10 lines
396 B
Plaintext
|
|
<!--
|
||
|
|
The view container is used solely on the thin client to display a thick client view within a thin client view.
|
||
|
|
-->
|
||
|
|
<type name="view-container" extends="container" inherit-styles="false">
|
||
|
|
<builder jar="view-container.jar">
|
||
|
|
<thin-swt class="com.foundation.tcv.swt.builder.ViewContainerBuilder"/>
|
||
|
|
</builder>
|
||
|
|
|
||
|
|
<property name="controller-class-name" type="string" required="true"/>
|
||
|
|
</type>
|