| Package | org.granite.tide.seam.framework |
| Class | public class ConversationList |
| Inheritance | ConversationList mx.collections.ArrayCollection |
| Implements | IComponent |
| Property | Defined by | ||
|---|---|---|---|
| length : int [read-only]
| ConversationList | ||
| meta_name : String [read-only]
| ConversationList | ||
| Method | Defined by | ||
|---|---|---|---|
|
contextCreate(event:TideContextEvent):void
| ConversationList | ||
|
contextDestroy(event:TideContextEvent):void
| ConversationList | ||
|
contextResult(event:TideContextEvent):void
| ConversationList | ||
|
destroy():void
| ConversationList | ||
|
getItemAt(index:int, prefetch:int = 0):Object
| ConversationList | ||
|
loginHandler(event:TideContextEvent):void
| ConversationList | ||
|
meta_clear():void
| ConversationList | ||
|
meta_init(componentName:String, context:BaseContext):void
| ConversationList | ||
|
refreshList(event:TideContextEvent):void
| ConversationList | ||
| Method | Defined by | ||
|---|---|---|---|
|
refreshListFault(event:TideFaultEvent):void
| ConversationList | ||
|
refreshListResult(event:TideResultEvent):void
| ConversationList | ||
| Constant | Defined 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 | ||
| length | property |
length:int [read-only]This property can be used as the source for data binding.
Implementation public function get length():int
| meta_name | property |
meta_name:String [read-only]This property can be used as the source for data binding.
Implementation public function get meta_name():String
| contextCreate | () | method |
| contextDestroy | () | method |
| contextResult | () | method |
| destroy | () | method |
public function destroy():void
| getItemAt | () | method |
public override function getItemAt(index:int, prefetch:int = 0):ObjectParameters
index:int |
|
prefetch:int (default = 0) |
Object |
| loginHandler | () | method |
| 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 |
| refreshListFault | () | method |
| refreshListResult | () | method |
| BEGIN_CONVERSATION | constant |
public static const BEGIN_CONVERSATION:String = "org.jboss.seam.beginConversation"
| CONVERSATION_DESTROYED | constant |
public static const CONVERSATION_DESTROYED:String = "org.jboss.seam.conversationDestroyed"
| CONVERSATION_TIMEOUT | constant |
public static const CONVERSATION_TIMEOUT:String = "org.jboss.seam.conversationTimeout"
| END_CONVERSATION | constant |
public static const END_CONVERSATION:String = "org.jboss.seam.endConversation"