Files
Brainstorm/Foundation Builder/controls/menu.cml

16 lines
763 B
Plaintext
Raw Normal View History

2014-05-30 10:31:51 -07:00
<type name="menu" extends="menu-abstract" inherit-styles="true">
<builder jar="menu.jar">
<thin-swt class="com.foundation.tcv.swt.builder.MenuBuilder"/>
<thick-swt class="com.foundation.view.swt.builder.MenuBuilder"/>
</builder>
<!-- Whether the selection method is called synchronously (in other words the thread waits for a response before returning control to the user). -->
<property name="synchronous-selection" type="boolean" required="false" default="false" allow-resource="false"/>
<!-- The method called when the menu is selected. -->
<method function="selection" required="false" multiple="false" requires-value-holder="true"/>
<link-source function="selection" data-type=""/>
<link-target function="selection" data-type=""/>
</type>