Class StiConditionHelper
java.lang.Object
com.stimulsoft.report.components.conditions.StiFilter
com.stimulsoft.report.components.conditions.StiConditionHelper
- All Implemented Interfaces:
IStiJsonReportObject,IStiSerializable,IStiSerializableToString,Cloneable
Class helps apply style with name to component.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidApply formatting which specifed in condtition to component.static voidApplyFont(Object component, StiFont font, StiEnumSet<StiConditionPermissions> perms) Methods inherited from class com.stimulsoft.report.components.conditions.StiFilter
deserialize, getColumn, getCondition, getDataType, getExpression, getItem, getValue1, getValue2, LoadFromJsonObject, SaveToJsonObject, serialize, setColumn, setCondition, setDataType, setExpression, setItem, setValue1, setValue2
-
Constructor Details
-
StiConditionHelper
public StiConditionHelper()
-
-
Method Details
-
Apply
Apply formatting which specifed in condtition to component. -
ApplyFont
public static void ApplyFont(Object component, StiFont font, StiEnumSet<StiConditionPermissions> perms)
-