| Changes to /trunk/opportunities/src/com/tearaway_tea/opportunities/data/OpportunityViewState.as |
r0 vs. r3
Edit
|
r3
|
| /trunk/opportunities/src/com/tearaway_tea/opportunities/data/OpportunityViewState.as | /trunk/opportunities/src/com/tearaway_tea/opportunities/data/OpportunityViewState.as r3 | ||
| 1 | package com.tearaway_tea.opportunities.data | ||
|---|---|---|---|
| 2 | { | ||
| 3 | public class OpportunityViewState | ||
| 4 | { | ||
| 5 | [Bindable] | ||
| 6 | public var selectedIndex : Number = 0; | ||
| 7 | |||
| 8 | public function setSelectedIndex(index : Number) : void | ||
| 9 | { | ||
| 10 | selectedIndex = index; | ||
| 11 | } | ||
| 12 | } | ||
| 13 | } | ||