Package com.stimulsoft.report.check
Class StiCheck
java.lang.Object
com.stimulsoft.report.check.StiCheck
- Direct Known Subclasses:
StiComponentCheck,StiConnectionCheck,StiDataRelationCheck,StiDataSourceCheck,StiPageCheck,StiReportCheck,StiVariableCheck
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()abstract Stringbooleanabstract Stringabstract StiCheckObjectTypebooleanabstract Stringabstract StiCheckStatusbooleanabstract ObjectprocessCheck(StiReport report, Object obj) voidsetActions(List<StiAction> actions) voidsetElement(Object element) voidsetEnabled(boolean value)
-
Constructor Details
-
StiCheck
protected StiCheck()
-
-
Method Details
-
isDefaultStateEnabled
public boolean isDefaultStateEnabled() -
getElementName
-
getEnabled
public boolean getEnabled() -
setEnabled
public void setEnabled(boolean value) -
getLongMessage
-
getObjectType
-
getPreviewVisible
public boolean getPreviewVisible() -
getShortMessage
-
getStatus
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
createPreviewImage
-
getElement
- Returns:
- the element
-
setElement
- Parameters:
element- the element to set
-
getActions
- Returns:
- the actions
-
setActions
- Parameters:
actions- the actions to set
-
processCheck
-