My favorites | Sign in
Project Logo
                
Changes to /trunk/opportunities/src/com/tearaway_tea/opportunities/data/OpportunityViewState.as
r0 vs. r3   Edit
  Compare: vs.   Format:
Revision r3
Go to: 
/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 }
Hosted by Google Code