Files
Brainstorm/Foundation Builder/controls/expand-bar.cml

37 lines
1.3 KiB
Plaintext
Raw Normal View History

2014-05-30 10:31:51 -07:00
<type name="expand-bar" extends="container" inherit-styles="false">
<builder jar="expand-bar.jar">
<thin-swt class="com.foundation.tcv.swt.builder.ExpandBarBuilder"/>
<thick-swt class="com.foundation.view.swt.builder.ExpandBarBuilder"/>
</builder>
<style name="vertical scroll"/>
<style name="border"/>
<style name="left to right">
<alter name="right to left"/>
</style>
<style name="right to left">
<alter name="left to right"/>
</style>
<property name="spacing" type="positive-integer" required="false"/>
<association function="spacing" association-type="single" unique-row-type="true" getter="required" setter="none" data-type="java.lang.Integer"/>
<component type="items" required="false" mulitple="true"/>
<component type="item" required="false" mulitple="true"/>
<type name="abstract-item">
<property name="name" type="string" required="false"/>
<!-- Abstract -->
</type>
<!-- Note: The container-title attribute of each item is used as the text in the expand bar header for the item. -->
<type name="items" extends="abstract-item">
<association function="items" association-type="single" unique-row-type="false" getter="required" setter="none" data-type="java.lang.Object"/>
</type>
<type name="item" extends="abstract-item">
<component type="component" required="true" mulitple="false"/>
</type>
</type>