My favorites | Sign in
Project Logo
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<EventMap
xmlns="http://mate.asfusion.com/"
xmlns:mx="http://www.adobe.com/2006/mxml">

<mx:Script>
<![CDATA[
import com.tearaway_tea.opportunities.data.OpportunityViewState;
import com.tearaway_tea.opportunities.views.Index;
import com.tearaway_tea.opportunities.events.NavigationEvent;
]]>
</mx:Script>

<EventHandlers
type="{NavigationEvent.NAVIGATE_LIST_VIEW}">
<MethodInvoker
generator="{OpportunityViewState}"
method="setSelectedIndex"
arguments="{[0]}" />
</EventHandlers>

<EventHandlers
type="{NavigationEvent.NAVIGATE_EDIT_VIEW}">
<MethodInvoker
generator="{OpportunityViewState}"
method="setSelectedIndex"
arguments="{[1]}" />
</EventHandlers>

</EventMap>
Show details Hide details

Change log

r3 by tearaway.tea on Mar 23, 2009   Diff
Initial import
Go to: 

Older revisions

All revisions of this file

File info

Size: 762 bytes, 30 lines
Hosted by Google Code