| Package | org.openzet.controls |
| Class | public class HistoryButton |
| Inheritance | HistoryButton mx.core.UIComponent |
| Property | Defined by | ||
|---|---|---|---|
| target : ViewStack
Reference to a ViewStack instance.
| HistoryButton | ||
| useBackward : Boolean
Flag to specify to use backward button.
| HistoryButton | ||
| useForward : Boolean
Flag to specify to use forward button.
| HistoryButton | ||
| Method | Defined by | ||
|---|---|---|---|
|
Constructor
| HistoryButton | ||
|
backward():void
moves backward.
| HistoryButton | ||
|
forward():void
moves forward.
| HistoryButton | ||
|
resetBackwardHistory():void
Resets all the backward history.
| HistoryButton | ||
|
resetForwardHistory():void
Resets all the forward history.
| HistoryButton | ||
|
resetHistory():void
Resets all the history.
| HistoryButton | ||
| target | property |
target:ViewStack [read-write]Reference to a ViewStack instance.
This property can be used as the source for data binding.
Implementation public function get target():ViewStack
public function set target(value:ViewStack):void
| useBackward | property |
useBackward:Boolean [read-write]Flag to specify to use backward button.
This property can be used as the source for data binding.
Implementation public function get useBackward():Boolean
public function set useBackward(value:Boolean):void
| useForward | property |
useForward:Boolean [read-write]Flag to specify to use forward button.
This property can be used as the source for data binding.
Implementation public function get useForward():Boolean
public function set useForward(value:Boolean):void
| HistoryButton | () | constructor |
public function HistoryButton()Constructor
| backward | () | method |
public function backward():voidmoves backward.
| forward | () | method |
public function forward():voidmoves forward.
| resetBackwardHistory | () | method |
public function resetBackwardHistory():voidResets all the backward history.
| resetForwardHistory | () | method |
public function resetForwardHistory():voidResets all the forward history.
| resetHistory | () | method |
public function resetHistory():voidResets all the history.