com.stimulsoft.report.events
Class StiFilterEventArgs

java.lang.Object
  extended by com.stimulsoft.base.system.StiEventHandlerArgs
      extended by com.stimulsoft.report.events.StiFilterEventArgs

public class StiFilterEventArgs
extends StiEventHandlerArgs

Describes an argument for the event Filter.


Field Summary
 
Fields inherited from class com.stimulsoft.base.system.StiEventHandlerArgs
Empty
 
Constructor Summary
StiFilterEventArgs()
          Creates a new object of the type StiFilterEventArgs.
StiFilterEventArgs(boolean value)
          Creates a new object of the type StiFilterEventArgs with specified arguments.
 
Method Summary
 boolean getValue()
          Gets or sets value indicates is an element filtered of not.
 void setValue(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 Detail

getValue

public boolean getValue()
Gets or sets value indicates is an element filtered of not.


setValue

public void setValue(boolean value)