Package com.stimulsoft.report.events
Class StiFilterEventArgs
java.lang.Object
com.stimulsoft.base.EventArgs
com.stimulsoft.report.events.StiFilterEventArgs
Describes an argument for the event Filter.
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new object of the type StiFilterEventArgs.StiFilterEventArgs(boolean value) Creates a new object of the type StiFilterEventArgs with specified arguments. -
Method Summary
-
Constructor Details
-
StiFilterEventArgs
public StiFilterEventArgs()Creates a new object of the type StiFilterEventArgs. -
StiFilterEventArgs
public StiFilterEventArgs(boolean value) Creates a new object of the type StiFilterEventArgs with specified arguments.- Parameters:
value- Value indicates is an element filtered of not.
-
-
Method Details
-
getValue
public boolean getValue()Gets or sets value indicates is an element filtered of not. -
setValue
public void setValue(boolean value)
-