com.stimulsoft.report.components.conditions
Class StiConditionHelper
java.lang.Object
com.stimulsoft.report.components.conditions.StiFilter
com.stimulsoft.report.components.conditions.StiConditionHelper
- All Implemented Interfaces:
- IStiJsonReportObject, IStiSerializable, IStiSerializableToString, java.lang.Cloneable
public class StiConditionHelper
- extends StiFilter
Class helps apply style with name to component.
Fields inherited from class com.stimulsoft.report.components.conditions.StiFilter |
column |
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 |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiConditionHelper
public StiConditionHelper()
Apply
public static void Apply(java.lang.Object comp,
java.lang.String styleName)
- Apply formatting which specifed in condtition to component.
ApplyFont
public static void ApplyFont(java.lang.Object component,
StiFont font,
StiEnumSet<StiConditionPermissions> perms)