Packageorg.granite.tide.seam.framework
Classpublic class Conversation
InheritanceConversation Inheritance Component Inheritance mx.utils.ObjectProxy

Implementation of the conversation component for Seam services.
Integrates with the server-side conversation component of Seam.

It is used to define the current conversation description :
      conversation.description = 'Current task: ';
      someComponent.someConversationalMethod();
      



Public Properties
 PropertyDefined by
  description : String
Description
Conversation
 Inheritedmeta_context : BaseContext
Component
 Inheritedmeta_name : String
Component
 Inheritedmeta_remoteObject : RemoteObject
Component
 Inheritedmeta_templateObject : Object
Component
Protected Properties
 PropertyDefined by
 Inherited_context : BaseContext
Component
 Inheritedobject : Object
Component
Public Methods
 MethodDefined by
 Inherited
meta_clear():void
Component
  
meta_init(componentName:String, context:BaseContext):void
Conversation
 Inherited
meta_propertyResultHandler(propName:String, event:ResultEvent):void
Component
  
setDescription(description:String):*
Conversation
Protected Methods
 MethodDefined by
 Inherited
callProperty(name:*, ... args):*
Component
 Inherited
getInternalProperty(propertyName:*):*
Component
 Inherited
getProperty(propertyName:*):*
Component
 Inherited
meta_internalSetProperty(propName:String, value:Boolean, addUpdate:Boolean = false, proxy:* = true):*
Component
 Inherited
setInternalProperty(propertyName:*, value:*):void
Component
 Inherited
setProperty(propertyName:*, value:*):void
Component
Property detail
descriptionproperty
description:String  [read-write]

Description

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

Implementation
    public function get description():String
    public function set description(value:String):void
Method detail
meta_init()method
public override function meta_init(componentName:String, context:BaseContext):voidParameters
componentName:String
 
context:BaseContext
setDescription()method 
public function setDescription(description:String):*Parameters
description:String

Returns
*