Packagestimulsoft.viewer.panels
Classpublic class StiFindPanel
InheritanceStiFindPanel Inheritance StiPanel Inheritance mx.containers.HBox
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
  buttonFindClose : StiFlatButton
StiFindPanel
  buttonFindNext : StiFlatButton
StiFindPanel
  buttonFindPrevious : StiFlatButton
StiFindPanel
  buttonMatchCase : StiFlatButton
StiFindPanel
  buttonMatchWholeWord : StiFlatButton
StiFindPanel
  findCount : int = 1
[static]
StiFindPanel
  findedComponents : Array
[static]
StiFindPanel
  labelFindWhat : StiLabel
StiFindPanel
  textBoxFind : StiTextInput
StiFindPanel
  viewerControl : StiViewerFx
StiFindPanel
  visible : Boolean
[override] [write-only]
StiFindPanel
Protected Properties
 PropertyDefined By
 Inheritedtheme : StiPanelTheme
[read-only]
StiPanel
Public Methods
 MethodDefined By
  
Constructor.
StiFindPanel
 Inherited
applyTheme():void
StiPanel
  
StiFindPanel
  
StiFindPanel
Protected Methods
 MethodDefined By
 Inherited
onInitialize(e:FlexEvent):void
StiPanel
  
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
StiFindPanel
Property Detail
buttonFindCloseproperty
public var buttonFindClose:StiFlatButton

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

buttonFindNextproperty 
public var buttonFindNext:StiFlatButton

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

buttonFindPreviousproperty 
public var buttonFindPrevious:StiFlatButton

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

buttonMatchCaseproperty 
public var buttonMatchCase:StiFlatButton

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

buttonMatchWholeWordproperty 
public var buttonMatchWholeWord:StiFlatButton

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

findCountproperty 
public static var findCount:int = 1

findedComponentsproperty 
public static var findedComponents:Array

labelFindWhatproperty 
public var labelFindWhat:StiLabel

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

textBoxFindproperty 
public var textBoxFind:StiTextInput

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
visibleproperty 
visible:Boolean  [write-only] [override]


Implementation
    public function set visible(value:Boolean):void
Constructor Detail
StiFindPanel()Constructor
public function StiFindPanel()

Constructor.

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

updateControlsState()method 
public function updateControlsState():void

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

Parameters

unscaledWidth:Number
 
unscaledHeight:Number