| Package | stimulsoft.viewer.panels |
| Class | public class StiFindPanel |
| Inheritance | StiFindPanel StiPanel mx.containers.HBox |
| Implements | mx.binding.IBindingClient |
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | StiFindPanel | ||
![]() | applyTheme():void | StiPanel | |
startFindPrevious():void | StiFindPanel | ||
updateControlsState():void | StiFindPanel | ||
| Method | Defined By | ||
|---|---|---|---|
![]() | onInitialize(e:FlexEvent):void | StiPanel | |
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | StiFindPanel | ||
| buttonFindClose | property |
public var buttonFindClose:StiFlatButtonThis property can be used as the source for data binding.
| buttonFindNext | property |
public var buttonFindNext:StiFlatButtonThis property can be used as the source for data binding.
| buttonFindPrevious | property |
public var buttonFindPrevious:StiFlatButtonThis property can be used as the source for data binding.
| buttonMatchCase | property |
public var buttonMatchCase:StiFlatButtonThis property can be used as the source for data binding.
| buttonMatchWholeWord | property |
public var buttonMatchWholeWord:StiFlatButtonThis property can be used as the source for data binding.
| findCount | property |
public static var findCount:int = 1| findedComponents | property |
public static var findedComponents:Array| labelFindWhat | property |
public var labelFindWhat:StiLabelThis property can be used as the source for data binding.
| textBoxFind | property |
public var textBoxFind:StiTextInputThis property can be used as the source for data binding.
| viewerControl | property |
viewerControl:StiViewerFx public function get viewerControl():StiViewerFx public function set viewerControl(value:StiViewerFx):void| visible | property |
visible:Boolean [write-only] [override] public function set visible(value:Boolean):void| StiFindPanel | () | Constructor |
public function StiFindPanel()Constructor.
| startFindPrevious | () | method |
public function startFindPrevious():void| updateControlsState | () | method |
public function updateControlsState():void| updateDisplayList | () | method |
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):voidParameters
unscaledWidth:Number | |
unscaledHeight:Number |