| Package | org.servebox.toolbox.browsing |
| Interface | public interface IBrowsingAction |
| Implementors | BrowsingAction |
| Method | Defined 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 | ||
|
setSequence(sequence:BrowsingSequence):void
Stores the related sequence reference.
| IBrowsingAction | ||
| cancel | () | method |
public function cancel():voidCancels the action.
| execute | () | method |
public function execute(refObject:UIComponent):voidExecutes the action.
ParametersrefObject:UIComponent |
| getTarget | () | method |
public function getTarget():StringRetrieves the target of the action as a String.
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 |