Packageorg.granite.tide.seam.framework
Classpublic class RemoteList
InheritanceRemoteList Inheritance mx.collections.ArrayCollection
ImplementsIComponent



Public Properties
 PropertyDefined by
  length : int
[read-only]
RemoteList
  meta_name : String
[read-only]
RemoteList
Public Methods
 MethodDefined by
  
RemoteList
  
destroy():void
RemoteList
  
getItemAt(index:int, prefetch:int = 0):Object
RemoteList
  
RemoteList
  
meta_clear():void
RemoteList
  
meta_init(componentName:String, context:BaseContext):void
RemoteList
  
refresh():Boolean
RemoteList
  
RemoteList
Protected Methods
 MethodDefined by
  
RemoteList
  
RemoteList
Property detail
lengthproperty
length:int  [read-only]

This property can be used as the source for data binding.

Implementation
    public function get length():int
meta_nameproperty 
meta_name:String  [read-only]

This property can be used as the source for data binding.

Implementation
    public function get meta_name():String
Constructor detail
RemoteList()constructor
public function RemoteList()
Method detail
destroy()method
public function destroy():void
getItemAt()method 
public override function getItemAt(index:int, prefetch:int = 0):ObjectParameters
index:int
 
prefetch:int (default = 0)

Returns
Object
loginHandler()method 
public function loginHandler(event:TideContextEvent):voidParameters
event:TideContextEvent
meta_clear()method 
public function meta_clear():void
meta_init()method 
public function meta_init(componentName:String, context:BaseContext):voidParameters
componentName:String
 
context:BaseContext
refresh()method 
public override function refresh():Boolean

Returns
Boolean
refreshList()method 
public function refreshList(event:TideContextEvent):voidParameters
event:TideContextEvent
refreshListFault()method 
protected function refreshListFault(event:TideFaultEvent):voidParameters
event:TideFaultEvent
refreshListResult()method 
protected function refreshListResult(event:TideResultEvent):voidParameters
event:TideResultEvent