com.stimulsoft.report.components.conditions
Class StiConditionHelper

java.lang.Object
  extended by com.stimulsoft.report.components.conditions.StiFilter
      extended by 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.


Field Summary
 
Fields inherited from class com.stimulsoft.report.components.conditions.StiFilter
column
 
Constructor Summary
StiConditionHelper()
           
 
Method Summary
static void Apply(java.lang.Object comp, java.lang.String styleName)
          Apply formatting which specifed in condtition to component.
static void ApplyFont(java.lang.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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiConditionHelper

public StiConditionHelper()
Method Detail

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)