Packageme.cosmodro.yaxs.slides
Interfacepublic interface ISlideProvider
Implementors ArraySlideProvider

ISlideProvider is an interface which defines a SlideProvider. Implementations include ArraySlideProvider and XMLSlideProvider. Any datasource can be adapted into an ISlideProvider so long as it can access sequential display objects



Public Methods
 MethodDefined By
  
get the beginning slide
ISlideProvider
  
get slide by index
ISlideProvider
  
hasNextSlide():Boolean
determine whether there is a next slide
ISlideProvider
  
hasPrevSlide():Boolean
determine whether there is a previous slide
ISlideProvider
  
advance to the next Slide
ISlideProvider
  
go back to the previous Slide
ISlideProvider
Method Detail
getFirstSlide()method
public function getFirstSlide():Slide

get the beginning slide

Returns
Slide — Slide
getSlide()method 
public function getSlide(i:int):Slide

get slide by index

Parameters

i:int

Returns
Slide — Slide
hasNextSlide()method 
public function hasNextSlide():Boolean

determine whether there is a next slide

Returns
Boolean — Boolean
hasPrevSlide()method 
public function hasPrevSlide():Boolean

determine whether there is a previous slide

Returns
Boolean — Boolean
nextSlide()method 
public function nextSlide():Slide

advance to the next Slide

Returns
Slide — Slide
prevSlide()method 
public function prevSlide():Slide

go back to the previous Slide

Returns
Slide — Slide