Initial commit from SVN.

This commit is contained in:
wcrisman
2014-05-30 10:31:51 -07:00
commit b45e56b890
1968 changed files with 370949 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<type name="combo" extends="collection-component" inherit-styles="true">
<builder jar="combo.jar">
<thin-swt class="com.foundation.tcv.swt.builder.ComboBuilder"/>
<thick-swt class="com.foundation.view.swt.builder.ComboBuilder"/>
</builder>
<style name="read only"/>
<style name="drop down">
<alter name="simple"/>
</style>
<style name="simple">
<alter name="drop down"/>
</style>
<property name="text-limit" type="positive-integer" required="false"/>
<association function="item-text" association-type="multi" unique-row-type="true" getter="required" setter="none" data-type="java.lang.Object"/>
<association function="item-image" association-type="multi" unique-row-type="true" getter="required" setter="none" data-type="java.lang.Object"/>
</type>