My favorites | Sign in
Project Logo
                
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;
}
}
}
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: 237 bytes, 13 lines
Hosted by Google Code