Class StiCheck

java.lang.Object
com.stimulsoft.report.check.StiCheck
Direct Known Subclasses:
StiComponentCheck, StiConnectionCheck, StiDataRelationCheck, StiDataSourceCheck, StiPageCheck, StiReportCheck, StiVariableCheck

public abstract class StiCheck extends Object
Copyright Stimulsoft
  • Constructor Details

    • StiCheck

      protected StiCheck()
  • Method Details

    • isDefaultStateEnabled

      public boolean isDefaultStateEnabled()
    • getElementName

      public abstract String getElementName()
    • getEnabled

      public boolean getEnabled()
    • setEnabled

      public void setEnabled(boolean value)
    • getLongMessage

      public abstract String getLongMessage()
    • getObjectType

      public abstract StiCheckObjectType getObjectType()
    • getPreviewVisible

      public boolean getPreviewVisible()
    • getShortMessage

      public abstract String getShortMessage()
    • getStatus

      public abstract StiCheckStatus getStatus()
    • clone

      public Object clone() throws CloneNotSupportedException
      Overrides:
      clone in class Object
      Throws:
      CloneNotSupportedException
    • createPreviewImage

      public Map<String,BufferedImage> createPreviewImage()
    • getElement

      public Object getElement()
      Returns:
      the element
    • setElement

      public void setElement(Object element)
      Parameters:
      element - the element to set
    • getActions

      public List<StiAction> getActions()
      Returns:
      the actions
    • setActions

      public void setActions(List<StiAction> actions)
      Parameters:
      actions - the actions to set
    • processCheck

      public abstract Object processCheck(StiReport report, Object obj)