Initial commit from SVN.
This commit is contained in:
10
Foundation Builder/controls/container-dynamic.cml
Normal file
10
Foundation Builder/controls/container-dynamic.cml
Normal file
@@ -0,0 +1,10 @@
|
||||
<!-- A dynamic container that allows the view to add other views to the container and they will be layed out based on this container's layout. -->
|
||||
<type name="container-dynamic" extends="container" inherit-styles="true">
|
||||
<builder jar="dynamic-container.jar">
|
||||
<thin-swt class="com.foundation.tcv.swt.builder.DynamicContainerBuilder"/>
|
||||
<thick-swt class="com.foundation.view.swt.builder.DynamicContainerBuilder"/>
|
||||
</builder>
|
||||
|
||||
<!-- Must resolve to a collection of view controllers, one for each view that is a child of this dynamic container. -->
|
||||
<association function="controllers" association-type="multi" unique-row-type="true" getter="required" setter="none" data-type="java.lang.Object" allow-resource="false"/>
|
||||
</type>
|
||||
Reference in New Issue
Block a user