Files
Brainstorm/Foundation Builder/controls/value-holder.cml

14 lines
887 B
Plaintext
Raw Permalink Normal View History

2014-05-30 10:31:51 -07:00
<type name="value-holder" extends="component" inherit-styles="false">
<builder jar="value-holder.jar">
<thin-swt class="com.foundation.tcv.swt.builder.ValueHolderBuilder"/>
<thick-swt class="com.foundation.view.swt.builder.ValueHolderBuilder"/>
</builder>
<!-- The java source formatted class name that all objects held by the value holder will extend or implement. -->
<property name="type" type="string" required="true"/>
<!-- Whether the value holder will not warn when a value other than the type specified tries to be placed in it. The value in the holder will always be null if the model value doesn't match the held type. -->
<property name="ignore-warnings" type="boolean" required="false" default-value="false"/>
<association function="parent" association-type="single" unique-row-type="true" getter="required" setter="none" data-type="java.lang.Object"/>
</type>