com.stimulsoft.report.engine
Class StiVariableHelper

java.lang.Object
  extended by com.stimulsoft.report.engine.StiVariableHelper

public class StiVariableHelper
extends java.lang.Object


Constructor Summary
StiVariableHelper()
           
 
Method Summary
static boolean fillItemsOfVariable(StiVariable variable, StiReport report, StiRefObject<java.lang.Boolean> modified)
           
static boolean FillItemsOfVariables(StiReport report)
           
static void setDefaultValueForRequestFromUserVariables(StiReport report, boolean haveVars)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiVariableHelper

public StiVariableHelper()
Method Detail

setDefaultValueForRequestFromUserVariables

public static void setDefaultValueForRequestFromUserVariables(StiReport report,
                                                              boolean haveVars)

FillItemsOfVariables

public static boolean FillItemsOfVariables(StiReport report)

fillItemsOfVariable

public static boolean fillItemsOfVariable(StiVariable variable,
                                          StiReport report,
                                          StiRefObject<java.lang.Boolean> modified)