Property | Defined By | ||
---|---|---|---|
checks : StiArrayList [static] [read-only] | StiCheckEngine | ||
progressInformation : String [read-only] | StiCheckEngine | ||
progressMaximum : Number [read-only] | StiCheckEngine | ||
progressValue : Number [read-only] | StiCheckEngine |
Method | Defined By | ||
---|---|---|---|
StiCheckEngine | |||
StiCheckEngine | |||
StiCheckEngine |
checks | property |
progressInformation | property |
progressInformation:String
[read-only] public function get progressInformation():String
progressMaximum | property |
progressMaximum:Number
[read-only] public function get progressMaximum():Number
progressValue | property |
progressValue:Number
[read-only] public function get progressValue():Number
StiCheckEngine | () | Constructor |
public function StiCheckEngine()
checkComparer | () | method |
public function checkComparer(check1:StiCheck, check2:StiCheck):int
Parameters
check1:StiCheck | |
check2:StiCheck |
int |
checkReport | () | method |
public function checkReport(report:StiReport):StiArrayList
Parameters
report:StiReport |
StiArrayList |