Files
Brainstorm/Foundation Widget Test Application/src/test/remote/view/EmailAddressEditorView.vml

40 lines
1.7 KiB
Plaintext
Raw Normal View History

2014-05-30 10:31:51 -07:00
<?xml version="1.0"?>
<!--
Copyright (c) 2008,2009 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='thin:swt'/>
</metadata>
<panel style='' name='EmailAddressEditorView'>
<grid-layout column-count='1' equal-width-columns='true'/>
<value-holder type='test.remote.view.controller.EmailAddressEditorViewController' name='controllerHolder'/>
<value-holder type='test.model.EmailAddress' name='emailAddressHolder'>
<association attribute='emailAddress' function='parent' value-holder='controllerHolder'/>
</value-holder>
<label style='' name='emailLabel' text='Email Address:'/>
<text style='' name='emailEditor'>
<grid-layout-data horizontal-fill='true' horizontal-alignment='fill'/>
<text-format>
<association attribute='email' function='value' value-holder='emailAddressHolder'/>
</text-format>
</text>
<panel name='buttonPanel'>
<grid-layout column-count='2' equal-width-columns='true'/>
<grid-layout-data horizontal-alignment='end'/>
<button image='icons/Accept.png' style='' name='acceptButton'>
<grid-layout-data minimum-width='20' minimum-height='20'/>
<method value-holder='controllerHolder' function='selection' signature='' name='doApply'/>
</button>
<button image='icons/Reject.png' style='' name='rejectButton'>
<grid-layout-data minimum-width='20' minimum-height='20'/>
<method value-holder='controllerHolder' function='selection' signature='' name='doCancel'/>
</button>
</panel>
</panel>
</vml>