Packageorg.servebox.toolbox.browsing
Interfacepublic interface IBrowsingAction
ImplementorsBrowsingAction

An implementaion class for BrowsingAction.



Public Methods
 MethodDefined by
  
cancel():void
Cancels the action.
IBrowsingAction
  
execute(refObject:UIComponent):void
Executes the action.
IBrowsingAction
  
getTarget():String
Retrieves the target of the action as a String.
IBrowsingAction
  
nextAction(newRefComponent:UIComponent):void
Triggers next action inside the sequence.
IBrowsingAction
  
Stores the related sequence reference.
IBrowsingAction
Method detail
cancel()method
public function cancel():void

Cancels the action.

execute()method 
public function execute(refObject:UIComponent):void

Executes the action.

Parameters
refObject:UIComponent
getTarget()method 
public function getTarget():String

Retrieves the target of the action as a String.

Returns
String
nextAction()method 
public function nextAction(newRefComponent:UIComponent):void

Triggers next action inside the sequence.

Parameters
newRefComponent:UIComponent
setSequence()method 
public function setSequence(sequence:BrowsingSequence):void

Stores the related sequence reference.

Parameters
sequence:BrowsingSequence