Class SelectTimeFrame
Object
   |
   +--WidgetBase
         |
         +--WidgetBaseXSL
               |
               +--SelectTimeFrame
   
   - class 
   SelectTimeFrame
   
      
- extends WidgetBaseXSL 
   
  
   
   
   Defined in SelectTimeFrame.js
   
   
   
   
   
    
   
 
   
    
   
 
| 
Constructor Summary | 
   
      
	 
	    SelectTimeFrame 
	 
	 (widgetNode, model)
      
       
                 
      Widget to specify the start and stop frames for a time series context
       | 
 
| 
Method Summary | 
   
      
	 
	     void
	 
       | 
      
	 
	    
	       setFirstFrame(index)
	 
	  
	           
	 Sets the frame index for the time series to start
       | 
   
   
      
	 
	     void
	 
       | 
      
	 
	    
	       setLastFrame(index)
	 
	  
	           
	 Sets the frame index for the time series end
       | 
   
 
 
 
 
    
SelectTimeFrame
SelectTimeFrame(widgetNode, model)
   Widget to specify the start and stop frames for a time series context
   
   Parameters:
   
     widgetNode -  This widget's object node from the configuration document.  
     
   
     model -  The model that this widget is a view of.
     
   
   
   
   
   setFirstFrame
   void setFirstFrame(index)
   
      Sets the frame index for the time series to start
   
   
   
   
   Parameters:
   
     index -  the array index for the first frame      
      
 
   
   
   
   
   
   
   
   
   
   setLastFrame
   void setLastFrame(index)
   
      Sets the frame index for the time series end
   
   
   
   
   Parameters:
   
     index -  the array index for the first frame      
      
 
   
   
   
   
   
   
   
   
Documentation generated by 
JSDoc on Tue Aug 21 08:12:28 2007