Packageorg.granite.tide.seam.framework
Classpublic class ConversationList
InheritanceConversationList Inheritance mx.collections.ArrayCollection
ImplementsIComponent



Public Properties
 PropertyDefined by
  length : int
[read-only]
ConversationList
  meta_name : String
[read-only]
ConversationList
Public Methods
 MethodDefined by
  
ConversationList
  
ConversationList
  
ConversationList
  
destroy():void
ConversationList
  
getItemAt(index:int, prefetch:int = 0):Object
ConversationList
  
ConversationList
  
meta_clear():void
ConversationList
  
meta_init(componentName:String, context:BaseContext):void
ConversationList
  
ConversationList
Protected Methods
 MethodDefined by
  
ConversationList
  
ConversationList
Public Constants
 ConstantDefined by
  BEGIN_CONVERSATION : String = "org.jboss.seam.beginConversation"
[static]
ConversationList
  CONVERSATION_DESTROYED : String = "org.jboss.seam.conversationDestroyed"
[static]
ConversationList
  CONVERSATION_TIMEOUT : String = "org.jboss.seam.conversationTimeout"
[static]
ConversationList
  END_CONVERSATION : String = "org.jboss.seam.endConversation"
[static]
ConversationList
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
Method detail
contextCreate()method
public function contextCreate(event:TideContextEvent):voidParameters
event:TideContextEvent
contextDestroy()method 
public function contextDestroy(event:TideContextEvent):voidParameters
event:TideContextEvent
contextResult()method 
public function contextResult(event:TideContextEvent):voidParameters
event:TideContextEvent
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
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
Constant detail
BEGIN_CONVERSATIONconstant
public static const BEGIN_CONVERSATION:String = "org.jboss.seam.beginConversation"
CONVERSATION_DESTROYEDconstant 
public static const CONVERSATION_DESTROYED:String = "org.jboss.seam.conversationDestroyed"
CONVERSATION_TIMEOUTconstant 
public static const CONVERSATION_TIMEOUT:String = "org.jboss.seam.conversationTimeout"
END_CONVERSATIONconstant 
public static const END_CONVERSATION:String = "org.jboss.seam.endConversation"