com.stimulsoft.report.components
Class StiDataHelper

java.lang.Object
  extended by com.stimulsoft.report.components.StiDataHelper

public class StiDataHelper
extends java.lang.Object


Constructor Summary
StiDataHelper()
           
 
Method Summary
static java.lang.Object GetFilterEventHandler(StiComponent component, java.lang.Object dataSource)
           
static java.lang.String GetFilterExpression(StiFilter filter, java.lang.String fullColumnName)
           
static void SetData(StiComponent component, boolean reinit)
           
static void SetData(StiComponent component, boolean reinit, StiComponent masterComponent)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiDataHelper

public StiDataHelper()
Method Detail

SetData

public static void SetData(StiComponent component,
                           boolean reinit)

SetData

public static void SetData(StiComponent component,
                           boolean reinit,
                           StiComponent masterComponent)

GetFilterEventHandler

public static java.lang.Object GetFilterEventHandler(StiComponent component,
                                                     java.lang.Object dataSource)

GetFilterExpression

public static java.lang.String GetFilterExpression(StiFilter filter,
                                                   java.lang.String fullColumnName)