Packagecom.flexicious.controls.toaster
Classpublic class DefaultRenderer
InheritanceDefaultRenderer Inheritance mx.containers.Canvas
Implements IToasterMessageRenderer, mx.binding.IBindingClient



Public Properties
 PropertyDefined By
  message : String
DefaultRenderer
  toaster : Toaster
DefaultRenderer
  toastericon : Object
DefaultRenderer
  txtMessage : Text
DefaultRenderer
Public Methods
 MethodDefined By
  
Constructor.
DefaultRenderer
Property Detail
messageproperty
message:String

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


Implementation
    public function get message():String
    public function set message(value:String):void
toasterproperty 
toaster:Toaster

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


Implementation
    public function get toaster():Toaster
    public function set toaster(value:Toaster):void
toastericonproperty 
toastericon:Object

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


Implementation
    public function get toastericon():Object
    public function set toastericon(value:Object):void
txtMessageproperty 
public var txtMessage:Text

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

Constructor Detail
DefaultRenderer()Constructor
public function DefaultRenderer()

Constructor.