com.stimulsoft.report.events
Class StiValueEventArgs
java.lang.Object
com.stimulsoft.base.system.StiEventHandlerArgs
com.stimulsoft.report.events.StiValueEventArgs
public class StiValueEventArgs
- extends StiEventHandlerArgs
Describes an argument for the event Value.
Constructor Summary |
StiValueEventArgs()
Creates a new object of the type StiValueEventArgs. |
StiValueEventArgs(java.lang.Object value)
Creates a new object of the type StiValueEventArgs. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
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)