com.stimulsoft.report.check.page
Class StiLostPointsOnPageCheck

java.lang.Object
  extended by com.stimulsoft.report.check.StiCheck
      extended by com.stimulsoft.report.check.page.StiPageCheck
          extended by com.stimulsoft.report.check.page.StiLostPointsOnPageCheck

public class StiLostPointsOnPageCheck
extends StiPageCheck

Copyright Stimulsoft


Constructor Summary
StiLostPointsOnPageCheck()
           
 
Method Summary
 java.lang.String getLongMessage()
           
 java.lang.String getLostPointsNames()
           
static java.util.List<StiPointPrimitive> getLostPointsOnPage(StiPage page)
           
 boolean getPreviewVisible()
           
 java.lang.String getShortMessage()
           
 StiCheckStatus getStatus()
           
 java.lang.Object processCheck(StiReport report, java.lang.Object obj)
           
 void setLostPointsNames(java.lang.String lostPointsNames)
           
 
Methods inherited from class com.stimulsoft.report.check.page.StiPageCheck
getElementName, getObjectType
 
Methods inherited from class com.stimulsoft.report.check.StiCheck
clone, createPreviewImage, getActions, getElement, getEnabled, isDefaultStateEnabled, setActions, setElement, setEnabled
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiLostPointsOnPageCheck

public StiLostPointsOnPageCheck()
Method Detail

getPreviewVisible

public boolean getPreviewVisible()
Overrides:
getPreviewVisible in class StiPageCheck

getShortMessage

public java.lang.String getShortMessage()
Specified by:
getShortMessage in class StiCheck

getLongMessage

public java.lang.String getLongMessage()
Specified by:
getLongMessage in class StiCheck

getLostPointsNames

public java.lang.String getLostPointsNames()
Returns:
the lostPointsNames

setLostPointsNames

public void setLostPointsNames(java.lang.String lostPointsNames)
Parameters:
lostPointsNames - the lostPointsNames to set

getStatus

public StiCheckStatus getStatus()
Specified by:
getStatus in class StiCheck

getLostPointsOnPage

public static java.util.List<StiPointPrimitive> getLostPointsOnPage(StiPage page)

processCheck

public java.lang.Object processCheck(StiReport report,
                                     java.lang.Object obj)
Specified by:
processCheck in class StiCheck