Packageorg.servebox.toolbox.browsing
Classpublic class ViewStackBrowsingAction
InheritanceViewStackBrowsingAction Inheritance BrowsingAction

Specific BrowsingAction user for browsing thru ViewStack



Protected Properties
 PropertyDefined by
  logger : ILogger
[static] The class logger.
ViewStackBrowsingAction
Public Methods
 MethodDefined by
  
ViewStackBrowsingAction(sequence:BrowsingSequence, target:String)
ViewStackBrowsingAction
 Inherited
cancel():void
Do-nothing method.
BrowsingAction
  
execute(refObject:UIComponent):void
Changes the state of the refObject.
ViewStackBrowsingAction
 Inherited
getTarget():String
Return the current target of the BrowsingAction
BrowsingAction
 Inherited
nextAction(newRefComponent:UIComponent):void
Triggers next action inside the sequence.
BrowsingAction
 Inherited
Stores the related sequence reference.
BrowsingAction
 Inherited
setTarget(target:String):void
Stores the related sequence reference.
BrowsingAction
Property detail
loggerproperty
protected static var logger:ILogger

The class logger.

Constructor detail
ViewStackBrowsingAction()constructor
public function ViewStackBrowsingAction(sequence:BrowsingSequence, target:String)Parameters
sequence:BrowsingSequence
 
target:String
Method detail
execute()method
public override function execute(refObject:UIComponent):void

Changes the state of the refObject.

Parameters
refObject:UIComponent