Files
Brainstorm/Foundation Builder/controls/view-container.cml
2014-05-30 10:31:51 -07:00

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>