Packagestimulsoft.viewer.panels
Classpublic class StiNavigatePanel
InheritanceStiNavigatePanel Inheritance StiPanel Inheritance mx.containers.HBox
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
  buttonGoToPage : StiFlatButton
StiNavigatePanel
  buttonPageFirst : StiFlatButton
StiNavigatePanel
  buttonPageLast : StiFlatButton
StiNavigatePanel
  buttonPageNext : StiFlatButton
StiNavigatePanel
  buttonPagePrevious : StiFlatButton
StiNavigatePanel
  labelPageNofM : String
StiNavigatePanel
  progressLabel : StiLabel
StiNavigatePanel
  separator1 : StiSeparator
StiNavigatePanel
  separator2 : StiSeparator
StiNavigatePanel
  viewerControl : StiViewerFx
StiNavigatePanel
Protected Properties
 PropertyDefined By
 Inheritedtheme : StiPanelTheme
[read-only]
StiPanel
Public Methods
 MethodDefined By
  
Constructor.
StiNavigatePanel
 Inherited
applyTheme():void
StiPanel
  
StiNavigatePanel
  
setProgressLabel(text:String):void
StiNavigatePanel
  
StiNavigatePanel
  
StiNavigatePanel
  
StiNavigatePanel
Protected Methods
 MethodDefined By
 Inherited
onInitialize(e:FlexEvent):void
StiPanel
  
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
StiNavigatePanel
Property Detail
buttonGoToPageproperty
public var buttonGoToPage:StiFlatButton

This property can be used as the source for data binding.

buttonPageFirstproperty 
public var buttonPageFirst:StiFlatButton

This property can be used as the source for data binding.

buttonPageLastproperty 
public var buttonPageLast:StiFlatButton

This property can be used as the source for data binding.

buttonPageNextproperty 
public var buttonPageNext:StiFlatButton

This property can be used as the source for data binding.

buttonPagePreviousproperty 
public var buttonPagePrevious:StiFlatButton

This property can be used as the source for data binding.

labelPageNofMproperty 
labelPageNofM:String

This property can be used as the source for data binding.


Implementation
    public function get labelPageNofM():String
    public function set labelPageNofM(value:String):void
progressLabelproperty 
public var progressLabel:StiLabel

This property can be used as the source for data binding.

separator1property 
public var separator1:StiSeparator

This property can be used as the source for data binding.

separator2property 
public var separator2:StiSeparator

This property can be used as the source for data binding.

viewerControlproperty 
viewerControl:StiViewerFx


Implementation
    public function get viewerControl():StiViewerFx
    public function set viewerControl(value:StiViewerFx):void
Constructor Detail
StiNavigatePanel()Constructor
public function StiNavigatePanel()

Constructor.

Method Detail
refreshPageNofM()method
public function refreshPageNofM():void

setProgressLabel()method 
public function setProgressLabel(text:String):void

Parameters

text:String

startProgressAnimation()method 
public function startProgressAnimation():void

stopProgressAnimation()method 
public function stopProgressAnimation():void

updateControlsState()method 
public function updateControlsState():void

updateDisplayList()method 
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void

Parameters

unscaledWidth:Number
 
unscaledHeight:Number