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