com.stimulsoft.report.events
Class StiFilterEventArgs
java.lang.Object
  
com.stimulsoft.base.system.StiEventHandlerArgs
      
com.stimulsoft.report.events.StiFilterEventArgs
public class StiFilterEventArgs
- extends StiEventHandlerArgs
 
Describes an argument for the event Filter.
 
 
| 
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 | 
 
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.
 
getValue
public boolean getValue()
- Gets or sets value indicates is an element filtered of not.
 
 
setValue
public void setValue(boolean value)