| Package | org.servebox.toolbox.browsing |
| Class | public class BrowsingAction |
| Implements | IBrowsingAction |
| Subclasses | GetObjectBrowsingAction, StateBrowsingAction, ViewStackBrowsingAction |
| Property | Defined by | ||
|---|---|---|---|
| logger : ILogger [static]
The class logger.
| BrowsingAction | ||
| Method | Defined by | ||
|---|---|---|---|
|
BrowsingAction(sequence:BrowsingSequence, target:String)
| BrowsingAction | ||
|
cancel():void
Do-nothing method.
| BrowsingAction | ||
|
execute(refObject:UIComponent):void
Do-nothing method.
| BrowsingAction | ||
|
getTarget():String
Return the current target of the BrowsingAction
| BrowsingAction | ||
|
nextAction(newRefComponent:UIComponent):void
Triggers next action inside the sequence.
| BrowsingAction | ||
|
setSequence(sequence:BrowsingSequence):void
Stores the related sequence reference.
| BrowsingAction | ||
|
setTarget(target:String):void
Stores the related sequence reference.
| BrowsingAction | ||
| logger | property |
protected static var logger:ILoggerThe class logger.
| BrowsingAction | () | constructor |
public function BrowsingAction(sequence:BrowsingSequence, target:String)Parameters
sequence:BrowsingSequence |
|
target:String |
| cancel | () | method |
public function cancel():voidDo-nothing method. Override if needed.
| execute | () | method |
public function execute(refObject:UIComponent):voidDo-nothing method. TODO, override.
ParametersrefObject:UIComponent |
| getTarget | () | method |
public function getTarget():StringReturn the current target of the BrowsingAction
ReturnsString |
| nextAction | () | method |
public function nextAction(newRefComponent:UIComponent):voidTriggers next action inside the sequence.
ParametersnewRefComponent:UIComponent |
| setSequence | () | method |
public function setSequence(sequence:BrowsingSequence):voidStores the related sequence reference.
Parameterssequence:BrowsingSequence |
| setTarget | () | method |
public function setTarget(target:String):voidStores the related sequence reference.
Parameterstarget:String |