Packagestimulsoft.report.components
Classpublic class StiInteraction
InheritanceStiInteraction Inheritance StiObject Inheritance Object
Implements IStiReportProperty, IStiSerializable, IStiDefault, IStiRef
Subclasses StiBandInteraction



Public Properties
 PropertyDefined By
  bookmark : StiBookmarkExpression
Gets or sets the expression to fill a component bookmark.
StiInteraction
  drillDownEnabled : Boolean
Gets or sets value which indicates whether the Drill-Down operation can be executed.
StiInteraction
  drillDownPage : StiPage
Gets or sets a page for the Drill-Down operation.
StiInteraction
  drillDownPageGuid : String
StiInteraction
  drillDownParameter1 : StiDrillDownParameter
Gets or sets first Drill-Down parameter.
StiInteraction
  drillDownParameter2 : StiDrillDownParameter
Gets or sets second Drill-Down parameter.
StiInteraction
  drillDownParameter3 : StiDrillDownParameter
Gets or sets third Drill-Down parameter.
StiInteraction
  drillDownParameter4 : StiDrillDownParameter
Gets or sets fourth Drill-Down parameter.
StiInteraction
  drillDownParameter5 : StiDrillDownParameter
Gets or sets fifth Drill-Down parameter.
StiInteraction
  drillDownReport : String
Gets or sets a path to a report for the Drill-Down operation.
StiInteraction
  hyperlink : StiHyperlinkExpression
Gets or sets an expression to fill a component hyperlink.
StiInteraction
  isDefault : Boolean
[read-only]
StiInteraction
  parentComponent : StiComponent = null
StiInteraction
  ref : int
StiInteraction
  sortingColumn : String
Gets or sets a column by what data should be re-sorted in the report viewer.
StiInteraction
  sortingDirection : int
StiInteraction
  sortingEnabled : Boolean
Gets or sets value which indicates whether it is allowed or not, using given component, data re-sorting in the report viewer.
StiInteraction
  sortingIndex : int
StiInteraction
  tag : StiTagExpression
Gets or sets the expression to fill a component tag.
StiInteraction
  toolTip : StiToolTipExpression
Gets or sets the expression to fill a component tooltip.
StiInteraction
Public Methods
 MethodDefined By
  
StiInteraction
  
clone(... args):Object
[override]
StiInteraction
  
equals(object:Object):Boolean
[override]
StiInteraction
  
getReport():Object
StiInteraction
 Inherited
Get a short object type name (without library path).
StiObject
  
StiInteraction
  
StiInteraction
  
StiInteraction
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
  
[override]
StiInteraction
Property Detail
bookmarkproperty
bookmark:StiBookmarkExpression

Gets or sets the expression to fill a component bookmark.


Implementation
    public function get bookmark():StiBookmarkExpression
    public function set bookmark(value:StiBookmarkExpression):void
drillDownEnabledproperty 
drillDownEnabled:Boolean

Gets or sets value which indicates whether the Drill-Down operation can be executed.


Implementation
    public function get drillDownEnabled():Boolean
    public function set drillDownEnabled(value:Boolean):void
drillDownPageproperty 
drillDownPage:StiPage

Gets or sets a page for the Drill-Down operation.


Implementation
    public function get drillDownPage():StiPage
    public function set drillDownPage(value:StiPage):void
drillDownPageGuidproperty 
drillDownPageGuid:String


Implementation
    public function get drillDownPageGuid():String
    public function set drillDownPageGuid(value:String):void
drillDownParameter1property 
drillDownParameter1:StiDrillDownParameter

Gets or sets first Drill-Down parameter.


Implementation
    public function get drillDownParameter1():StiDrillDownParameter
    public function set drillDownParameter1(value:StiDrillDownParameter):void
drillDownParameter2property 
drillDownParameter2:StiDrillDownParameter

Gets or sets second Drill-Down parameter.


Implementation
    public function get drillDownParameter2():StiDrillDownParameter
    public function set drillDownParameter2(value:StiDrillDownParameter):void
drillDownParameter3property 
drillDownParameter3:StiDrillDownParameter

Gets or sets third Drill-Down parameter.


Implementation
    public function get drillDownParameter3():StiDrillDownParameter
    public function set drillDownParameter3(value:StiDrillDownParameter):void
drillDownParameter4property 
drillDownParameter4:StiDrillDownParameter

Gets or sets fourth Drill-Down parameter.


Implementation
    public function get drillDownParameter4():StiDrillDownParameter
    public function set drillDownParameter4(value:StiDrillDownParameter):void
drillDownParameter5property 
drillDownParameter5:StiDrillDownParameter

Gets or sets fifth Drill-Down parameter.


Implementation
    public function get drillDownParameter5():StiDrillDownParameter
    public function set drillDownParameter5(value:StiDrillDownParameter):void
drillDownReportproperty 
drillDownReport:String

Gets or sets a path to a report for the Drill-Down operation.


Implementation
    public function get drillDownReport():String
    public function set drillDownReport(value:String):void
hyperlinkproperty 
hyperlink:StiHyperlinkExpression

Gets or sets an expression to fill a component hyperlink.


Implementation
    public function get hyperlink():StiHyperlinkExpression
    public function set hyperlink(value:StiHyperlinkExpression):void
isDefaultproperty 
isDefault:Boolean  [read-only]


Implementation
    public function get isDefault():Boolean
parentComponentproperty 
public var parentComponent:StiComponent = null

refproperty 
ref:int


Implementation
    public function get ref():int
    public function set ref(value:int):void
sortingColumnproperty 
sortingColumn:String

Gets or sets a column by what data should be re-sorted in the report viewer.


Implementation
    public function get sortingColumn():String
    public function set sortingColumn(value:String):void
sortingDirectionproperty 
sortingDirection:int


Implementation
    public function get sortingDirection():int
    public function set sortingDirection(value:int):void
sortingEnabledproperty 
sortingEnabled:Boolean

Gets or sets value which indicates whether it is allowed or not, using given component, data re-sorting in the report viewer.


Implementation
    public function get sortingEnabled():Boolean
    public function set sortingEnabled(value:Boolean):void
sortingIndexproperty 
sortingIndex:int


Implementation
    public function get sortingIndex():int
    public function set sortingIndex(value:int):void
tagproperty 
tag:StiTagExpression

Gets or sets the expression to fill a component tag.


Implementation
    public function get tag():StiTagExpression
    public function set tag(value:StiTagExpression):void
toolTipproperty 
toolTip:StiToolTipExpression

Gets or sets the expression to fill a component tooltip.


Implementation
    public function get toolTip():StiToolTipExpression
    public function set toolTip(value:StiToolTipExpression):void
Constructor Detail
StiInteraction()Constructor
public function StiInteraction()



Method Detail
clone()method
override public function clone(... args):Object

Parameters

... args

Returns
Object
equals()method 
override public function equals(object:Object):Boolean

Parameters

object:Object

Returns
Boolean
getReport()method 
public function getReport():Object

Returns
Object
getSortColumns()method 
public function getSortColumns():Array

Returns
Array
getSortColumnsString()method 
public function getSortColumnsString():String

Returns
String
getSortDataBandName()method 
public function getSortDataBandName():String

Returns
String
memberwiseClone()method 
override public function memberwiseClone():Object

Returns
Object