Packagestimulsoft.report.check
Classpublic class StiCheck
InheritanceStiCheck Inheritance StiObject Inheritance Object
Subclasses StiComponentCheck, StiConnectionCheck, StiDataColumnCheck, StiDataRelationCheck, StiDataSourceCheck, StiPageCheck, StiReportCheck, StiVariableCheck



Public Properties
 PropertyDefined By
  actions : StiArrayList
[read-only]
StiCheck
  autoSaveSettings : Boolean
[static]
StiCheck
  defaultStateEnabled : Boolean
[read-only]
StiCheck
  element : Object
StiCheck
  elementName : String
[read-only]
StiCheck
  enabled : Boolean
StiCheck
  longMessage : String
[read-only]
StiCheck
  objectType : int
[read-only]
StiCheck
  previewVisible : Boolean
[read-only]
StiCheck
  shortMessage : String
[read-only]
StiCheck
  status : int
[read-only]
StiCheck
Public Methods
 MethodDefined By
  
StiCheck
  
clone(... parameters):Object
[override]
StiCheck
  
createPreviewImage(elementImage:BitmapData, highlightedElementImage:BitmapData):void
StiCheck
 Inherited
equals(object:Object):Boolean
StiObject
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
 Inherited
Creates a shallow copy of the current Collection.
StiObject
  
processCheck(report:StiReport, obj:Object):Object
StiCheck
Property Detail
actionsproperty
actions:StiArrayList  [read-only]


Implementation
    public function get actions():StiArrayList
autoSaveSettingsproperty 
autoSaveSettings:Boolean


Implementation
    public static function get autoSaveSettings():Boolean
    public static function set autoSaveSettings(value:Boolean):void
defaultStateEnabledproperty 
defaultStateEnabled:Boolean  [read-only]


Implementation
    public function get defaultStateEnabled():Boolean
elementproperty 
element:Object


Implementation
    public function get element():Object
    public function set element(value:Object):void
elementNameproperty 
elementName:String  [read-only]


Implementation
    public function get elementName():String
enabledproperty 
enabled:Boolean


Implementation
    public function get enabled():Boolean
    public function set enabled(value:Boolean):void
longMessageproperty 
longMessage:String  [read-only]


Implementation
    public function get longMessage():String
objectTypeproperty 
objectType:int  [read-only]


Implementation
    public function get objectType():int
previewVisibleproperty 
previewVisible:Boolean  [read-only]


Implementation
    public function get previewVisible():Boolean
shortMessageproperty 
shortMessage:String  [read-only]


Implementation
    public function get shortMessage():String
statusproperty 
status:int  [read-only]


Implementation
    public function get status():int
Constructor Detail
StiCheck()Constructor
public function StiCheck()



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

Parameters

... parameters

Returns
Object
createPreviewImage()method 
public function createPreviewImage(elementImage:BitmapData, highlightedElementImage:BitmapData):void

Parameters

elementImage:BitmapData
 
highlightedElementImage:BitmapData

processCheck()method 
public function processCheck(report:StiReport, obj:Object):Object

Parameters

report:StiReport
 
obj:Object

Returns
Object