Packagestimulsoft.report.check
Classpublic class StiCheckHelper
InheritanceStiCheckHelper Inheritance Object



Public Properties
 PropertyDefined By
  checks : StiArrayList
[read-only]
StiCheckHelper
  errorsCount : int
[read-only]
StiCheckHelper
  informationMessagesCount : int
[read-only]
StiCheckHelper
  isMessagesPresent : Boolean
[read-only]
StiCheckHelper
  reportRenderingMessagesChecks : StiArrayList
[read-only]
StiCheckHelper
  reportRenderingMessagesCount : int
[read-only]
StiCheckHelper
  warningsCount : int
[read-only]
StiCheckHelper
Public Methods
 MethodDefined By
  
StiCheckHelper
  
buildChecks(report:StiReport):void
StiCheckHelper
Property Detail
checksproperty
checks:StiArrayList  [read-only]


Implementation
    public function get checks():StiArrayList
errorsCountproperty 
errorsCount:int  [read-only]


Implementation
    public function get errorsCount():int
informationMessagesCountproperty 
informationMessagesCount:int  [read-only]


Implementation
    public function get informationMessagesCount():int
isMessagesPresentproperty 
isMessagesPresent:Boolean  [read-only]


Implementation
    public function get isMessagesPresent():Boolean
reportRenderingMessagesChecksproperty 
reportRenderingMessagesChecks:StiArrayList  [read-only]


Implementation
    public function get reportRenderingMessagesChecks():StiArrayList
reportRenderingMessagesCountproperty 
reportRenderingMessagesCount:int  [read-only]


Implementation
    public function get reportRenderingMessagesCount():int
warningsCountproperty 
warningsCount:int  [read-only]


Implementation
    public function get warningsCount():int
Constructor Detail
StiCheckHelper()Constructor
public function StiCheckHelper()



Method Detail
buildChecks()method
public function buildChecks(report:StiReport):void

Parameters

report:StiReport