Initial commit from SVN.
This commit is contained in:
10
Foundation Builder/controls/view-container.cml
Normal file
10
Foundation Builder/controls/view-container.cml
Normal file
@@ -0,0 +1,10 @@
|
||||
<!--
|
||||
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>
|
||||
Reference in New Issue
Block a user