My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.tearaway_tea.opportunities.data
{
public class OpportunityViewState
{
[Bindable]
public var selectedIndex : Number = 0;

public function setSelectedIndex(index : Number) : void
{
selectedIndex = index;
}
}
}

Change log

r5 by tearaway.tea on Mar 25, 2012   Diff
[No log message]
Go to: 

Older revisions

All revisions of this file

File info

Size: 237 bytes, 13 lines
Powered by Google Project Hosting