com.stimulsoft.report.events
Class StiValueEventArgs

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

public class StiValueEventArgs
extends StiEventHandlerArgs

Describes an argument for the event Value.


Field Summary
 
Fields inherited from class com.stimulsoft.base.system.StiEventHandlerArgs
Empty
 
Constructor Summary
StiValueEventArgs()
          Creates a new object of the type StiValueEventArgs.
StiValueEventArgs(java.lang.Object value)
          Creates a new object of the type StiValueEventArgs.
 
Method Summary
 java.lang.String getDisplayValue()
           
 java.lang.Object getValue()
          Gets or sets the value for the event.
 void setDisplayValue(java.lang.String value)
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiValueEventArgs

public StiValueEventArgs()
Creates a new object of the type StiValueEventArgs.


StiValueEventArgs

public StiValueEventArgs(java.lang.Object value)
Creates a new object of the type StiValueEventArgs.

Parameters:
value - Value for event.
Method Detail

getValue

public java.lang.Object getValue()
Gets or sets the value for the event.


setValue

public void setValue(java.lang.Object value)

getDisplayValue

public java.lang.String getDisplayValue()

setDisplayValue

public void setDisplayValue(java.lang.String value)