| Package | org.granite.tide.spring |
| Class | public class PagedQuery |
| Inheritance | PagedQuery PagedQuery PagedCollection mx.collections.ListCollectionView |
| Property | Defined by | ||
|---|---|---|---|
![]() | beforeFindCall : Function = null | PagedCollection | |
![]() | dispatchReplaceOnResult : Boolean | PagedCollection | |
![]() | dispatchResetOnInit : Boolean | PagedCollection | |
![]() | elementClass : Class | PagedCollection | |
![]() | filter : Object | PagedQuery | |
![]() | filterClass : Class | PagedQuery | |
![]() | length : int
Get total number of elements
| PagedCollection | |
![]() | list : IList | PagedCollection | |
![]() | maxResults : int
Set the page size.
| PagedCollection | |
![]() | meta_name : String | PagedQuery | |
![]() | methodName : String | PagedQuery | |
![]() | multipleSort : Boolean = true | PagedCollection | |
![]() | object : Object
IPropertyHolder interface
| PagedQuery | |
![]() | remoteComponentClass : Class | PagedQuery | |
![]() | remoteComponentName : String | PagedQuery | |
![]() | sort : Sort | PagedCollection | |
![]() | throwIPEDuringResponders : Boolean = false | PagedCollection | |
![]() | triggerRefreshOnIPEWithoutResponder : Boolean = false | PagedCollection | |
![]() | uidProperty : String = "uid" | PagedCollection | |
| useController : Boolean [write-only]
| PagedQuery | ||
| useGrailsController : Boolean [write-only]
| PagedQuery | ||
![]() | usePage : Boolean | PagedQuery | |
| Method | Defined by | ||
|---|---|---|---|
| PagedQuery | |||
![]() |
clear():void
Clear collection content
| PagedCollection | |
![]() |
dispatchEvent(event:Event):Boolean
| PagedCollection | |
![]() |
fullRefresh():Boolean
Force refresh of collection when filter/sort have been changed
| PagedCollection | |
![]() |
getItemAt(index:int, prefetch:int = 0):Object
Override of getItemAt with ItemPendingError management
| PagedCollection | |
![]() |
getItemIndex(obj:Object):int
Override of getItemIndex
| PagedCollection | |
![]() |
meta_clear():void
| PagedQuery | |
![]() |
meta_init(componentName:String, context:BaseContext):void
| PagedQuery | |
![]() |
meta_propertyResultHandler(propName:String, event:ResultEvent):void
| PagedQuery | |
![]() |
refresh():Boolean
Refresh collection with new filter/sort parameters
| PagedCollection | |
| Method | Defined by | ||
|---|---|---|---|
|
doFind(filter:Object, first:int, max:int, sort:Sort, findResponder:PagedCollectionResponder):void
| PagedQuery | ||
![]() |
find(first:int, last:int, merge:Boolean = false):void
Trigger a results query for the current filter
| PagedQuery | |
|
getResult(event:TideResultEvent, first:int, max:int):Object
| PagedQuery | ||
![]() |
itemUpdateHandler(event:PropertyChangeEvent):void
| PagedCollection | |
![]() |
startTrackUpdates(item:Object):void
| PagedCollection | |
![]() |
stopTrackUpdates(item:Object):void
| PagedCollection | |
| useController | property |
useController:Boolean [write-only]This property can be used as the source for data binding.
Implementation public function set useController(value:Boolean):void
| useGrailsController | property |
useGrailsController:Boolean [write-only]This property can be used as the source for data binding.
Implementation public function set useGrailsController(value:Boolean):void
| PagedQuery | () | constructor |
public function PagedQuery()
| doFind | () | method |
protected override function doFind(filter:Object, first:int, max:int, sort:Sort, findResponder:PagedCollectionResponder):voidParameters
filter:Object |
|
first:int |
|
max:int |
|
sort:Sort |
|
findResponder:PagedCollectionResponder |
| getResult | () | method |
protected override function getResult(event:TideResultEvent, first:int, max:int):ObjectParameters
event:TideResultEvent |
|
first:int |
|
max:int |
Object |