Packagestimulsoft.viewer.export.controls
Classpublic class StiPagesRangeControl
InheritanceStiPagesRangeControl Inheritance StiExpander Inheritance mx.containers.Canvas
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
 Inheritedcaption : String
StiExpander
  imageExport : Boolean
StiPagesRangeControl
 InheritedisMinimized : Boolean
StiExpander
  pageRange : StiPagesRange
[read-only]
StiPagesRangeControl
  radioButtonAll : StiRadioButton
StiPagesRangeControl
  radioButtonCurrentPage : StiRadioButton
StiPagesRangeControl
  radioButtonPages : StiRadioButton
StiPagesRangeControl
 InheritedshowMinimized : Boolean
StiExpander
  textAreaHint : StiTextArea
StiPagesRangeControl
  textInputPages : StiTextInput
StiPagesRangeControl
Protected Properties
 PropertyDefined By
 Inheritedtheme : StiExpanderTheme
[read-only]
StiExpander
Public Methods
 MethodDefined By
  
Constructor.
StiPagesRangeControl
 Inherited
applyTheme():void
StiExpander
Protected Methods
 MethodDefined By
 Inherited
[override]
StiExpander
 Inherited
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
StiExpander
 Inherited
updateDisplayList2007(unscaledWidth:Number, unscaledHeight:Number):void
StiExpander
 Inherited
updateDisplayList2013(unscaledWidth:Number, unscaledHeight:Number):void
StiExpander
Property Detail
imageExportproperty
imageExport:Boolean


Implementation
    public function get imageExport():Boolean
    public function set imageExport(value:Boolean):void
pageRangeproperty 
pageRange:StiPagesRange  [read-only]


Implementation
    public function get pageRange():StiPagesRange
radioButtonAllproperty 
public var radioButtonAll:StiRadioButton

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

radioButtonCurrentPageproperty 
public var radioButtonCurrentPage:StiRadioButton

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

radioButtonPagesproperty 
public var radioButtonPages:StiRadioButton

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

textAreaHintproperty 
public var textAreaHint:StiTextArea

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

textInputPagesproperty 
public var textInputPages:StiTextInput

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

Constructor Detail
StiPagesRangeControl()Constructor
public function StiPagesRangeControl()

Constructor.