Package | com.adobe.webapis.flickr |
Class | public class PagedPhotoList |
Property | Defined by | ||
---|---|---|---|
page : int
The current page of photos
| PagedPhotoList | ||
pages : int
The number of photo pages
| PagedPhotoList | ||
perPage : int
The number of photos per page
| PagedPhotoList | ||
photos : Array
The container holding the Photo instances
| PagedPhotoList | ||
total : int
The total number of photos
| PagedPhotoList |
Method | Defined by | ||
---|---|---|---|
Construct a new PagedPhotoList instance
| PagedPhotoList |
page | property |
page:int
[read-write]The current page of photos
Implementation public function get page():int
public function set page(value:int):void
pages | property |
pages:int
[read-write]The number of photo pages
Implementation public function get pages():int
public function set pages(value:int):void
perPage | property |
perPage:int
[read-write]The number of photos per page
Implementation public function get perPage():int
public function set perPage(value:int):void
photos | property |
photos:Array
[read-write]The container holding the Photo instances
Implementation public function get photos():Array
public function set photos(value:Array):void
total | property |
total:int
[read-write]The total number of photos
Implementation public function get total():int
public function set total(value:int):void
PagedPhotoList | () | constructor |
public function PagedPhotoList()
Construct a new PagedPhotoList instance