| Package | org.servebox.toolbox.browsing |
| Class | public class BrowsingSequence |
| Property | Defined by | ||
|---|---|---|---|
| seekObjectTimeout : int | BrowsingSequence | ||
| Property | Defined by | ||
|---|---|---|---|
| logger : ILogger [static]
The class logger.
| BrowsingSequence | ||
| Method | Defined by | ||
|---|---|---|---|
|
addAction(action:BrowsingAction):void
| BrowsingSequence | ||
|
clear():void
| BrowsingSequence | ||
|
getOperationId():int
| BrowsingSequence | ||
|
nextStep(refComponent:UIComponent):void
| BrowsingSequence | ||
|
remaining():uint
| BrowsingSequence | ||
|
setOperationId(operationId:int):void
| BrowsingSequence | ||
|
size():uint
| BrowsingSequence | ||
|
start():void
| BrowsingSequence | ||
|
stop():void
| BrowsingSequence | ||
| logger | property |
protected static var logger:ILoggerThe class logger.
| seekObjectTimeout | property |
seekObjectTimeout:int [read-write]Implementation
public function get seekObjectTimeout():int
public function set seekObjectTimeout(value:int):void
| addAction | () | method |
| clear | () | method |
public function clear():void
| getOperationId | () | method |
public function getOperationId():int
Returns
int |
| nextStep | () | method |
public function nextStep(refComponent:UIComponent):voidParameters
refComponent:UIComponent |
| remaining | () | method |
public function remaining():uint
Returns
uint |
| setOperationId | () | method |
public function setOperationId(operationId:int):voidParameters
operationId:int |
| size | () | method |
public function size():uint
Returns
uint |
| start | () | method |
public function start():void
| stop | () | method |
public function stop():void