Packagelunas.components.buttons
Classpublic class BitmapFilterButtonBuilder
InheritanceBitmapFilterButtonBuilder Inheritance FrameLabelButtonBuilder Inheritance CoreButtonBuilder Inheritance CoreBuilder Inheritance CoreEventDispatcher Inheritance Object

The builder of the BitmapFilterButton component.



Public Properties
 PropertyDefined By
 Inheritedchannel : String
[read-only] Indicates the channel of this dispatcher if this instance is global.
CoreEventDispatcher
 Inheritedtarget : DisplayObject
Indicates the target reference of the component.
CoreBuilder
Protected Properties
 PropertyDefined By
  filters : Filters
The filters buffer of the builder.
BitmapFilterButtonBuilder
  tween : TweenTo
The tween reference of this builder.
BitmapFilterButtonBuilder
Public Methods
 MethodDefined By
  
BitmapFilterButtonBuilder(target:DisplayObject)
Creates a new BitmapFilterButtonBuilder instance.
BitmapFilterButtonBuilder
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0.0, useWeakReference:Boolean = false):void
Allows the registration of event listeners on the event target.
CoreEventDispatcher
  
clear():void
[override] Clear the view of the component.
BitmapFilterButtonBuilder
 Inherited
containsType(type:String):Boolean
Returns true if the specified type is register in the object.
CoreButtonBuilder
  
Invoked when the button is down.
BitmapFilterButtonBuilder
 Inherited
dispatchEvent(event:Event):Boolean
Dispatches an event into the event flow.
CoreEventDispatcher
  
Invoked when the button is down.
BitmapFilterButtonBuilder
 Inherited
Returns the internal system.events.EventDispatcher reference.
CoreEventDispatcher
 Inherited
hasEventListener(type:String):Boolean
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
CoreEventDispatcher
  
initType():void
[override] Initialize all register type of this builder.
BitmapFilterButtonBuilder
 Inherited
isGlobal():Boolean
Indicates if the dispatcher use a global event flow.
CoreEventDispatcher
 Inherited
isLocked():Boolean
Returns true if the object is locked.
CoreEventDispatcher
 Inherited
lock():void
Locks the object.
CoreEventDispatcher
  
Invoked when the button is over.
BitmapFilterButtonBuilder
 Inherited
registerEventListener(type:String, listener:*, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Allows the registration of event listeners on the event target (Function or EventListener).
CoreEventDispatcher
 Inherited
registerType(type:String, callback:Function = null):void
Registers the ButtonEvent type passed in argument.
CoreButtonBuilder
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object.
CoreEventDispatcher
  
run(... arguments):void
[override] Run the builder.
BitmapFilterButtonBuilder
 Inherited
Sets the internal EventDispatcher reference.
CoreEventDispatcher
 Inherited
setGlobal(flag:Boolean = false, channel:String = null):void
Sets if the instance use a global system.events.EventDispatcher to dispatch this events, if the flag value is false the instance use a local EventDispatcher.
CoreEventDispatcher
 Inherited
unlock():void
Unlocks the display.
CoreEventDispatcher
 Inherited
unregisterEventListener(type:String, listener:*, useCapture:Boolean = false):void
Removes a listener (Function or EventListener object) from the EventDispatcher object.
CoreEventDispatcher
 Inherited
unregisterType(type:String):void
Unregisters the ButtonEvent type passed in argument.
CoreButtonBuilder
 Inherited
update():void
Update the view of the component.
CoreBuilder
 Inherited
willTrigger(type:String):Boolean
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
CoreEventDispatcher
Protected Methods
 MethodDefined By
 Inherited
Creates and returns the internal EventDispatcher reference (this method is invoked in the constructor).
CoreEventDispatcher
 Inherited
refreshState(e:Event):void
[override] Invoked when a ButtonEvent register in this button is dispatched.
FrameLabelButtonBuilder
Property Detail
filtersproperty
protected var filters:Filters

The filters buffer of the builder.

tweenproperty 
protected var tween:TweenTo

The tween reference of this builder.

Constructor Detail
BitmapFilterButtonBuilder()Constructor
public function BitmapFilterButtonBuilder(target:DisplayObject)

Creates a new BitmapFilterButtonBuilder instance.

Parameters
target:DisplayObject — the target of the component reference to build.
Method Detail
clear()method
override public function clear():void

Clear the view of the component.

disabled()method 
public function disabled(e:ButtonEvent):void

Invoked when the button is down.

Parameters

e:ButtonEvent

down()method 
public function down(e:ButtonEvent):void

Invoked when the button is down.

Parameters

e:ButtonEvent

initType()method 
override public function initType():void

Initialize all register type of this builder.

over()method 
public function over(e:ButtonEvent):void

Invoked when the button is over.

Parameters

e:ButtonEvent

run()method 
override public function run(... arguments):void

Run the builder.

Parameters

... arguments