Package com.stimulsoft.report
Class StiStatesManager
java.lang.Object
com.stimulsoft.report.StiStatesManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidClear()Clear all earlier saved object states.final booleanfinal ObjectGets the object state.final booleanGets the object state.final BigDecimalPopDecimal(String stateName, Object obj, String property) final doublefinal floatfinal intfinal longfinal voidSaves the specified object state.final voidSaves the specified object state.final voidPushDecimal(String stateName, Object obj, String property, BigDecimal value) final voidPushDouble(String stateName, Object obj, String property, double value) final voidfinal voidfinal void
-
Constructor Details
-
StiStatesManager
public StiStatesManager()
-
-
Method Details
-
Push
Saves the specified object state. -
PushBool
Saves the specified object state. -
PushInt
-
PushInt64
-
PushFloat
-
PushDouble
-
PushDecimal
-
Pop
Gets the object state. -
PopBool
Gets the object state. -
PopInt
-
PopInt64
-
PopDouble
-
PopFloat
-
PopDecimal
-
IsExist
-
Clear
public final void Clear()Clear all earlier saved object states.
-