Files
Brainstorm/Foundation Widget Test Application/src/test/local/view/ExpandBarPageView.vml
2014-05-30 10:31:51 -07:00

31 lines
1.0 KiB
XML

<?xml version="1.0"?>
<!--
Copyright (c) 2009,2008 Declarative Engineering LLC.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Declarative Engineering LLC
verson 1 which accompanies this distribution, and is available at
http://declarativeengineering.com/legal/DE_Developer_License_v1.txt
-->
<vml>
<metadata>
<platform name="thick:swt"/>
</metadata>
<panel name="ExpandBarPageView" style="" container-title="Expand Bar">
<fill-layout/>
<value-holder name="controllerHolder" type="test.local.view.controller.ExpandBarPageViewController"/>
<expand-bar name="sampleExpandBar" style="border">
<item name="item1">
<label name="item1Label" text="...item1..." container-title="First Item"/>
</item>
<item name="item2">
<label name="item2Label" text="...item2..." container-title="Second Item"/>
</item>
<item name="item2">
<label name="item3Label" text="...item3..." container-title="Third Item"/>
</item>
</expand-bar>
</panel>
</vml>