10 lines
728 B
Plaintext
10 lines
728 B
Plaintext
<!-- 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> |