|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stimulsoft.base.system.StiEventHandlerArgs
com.stimulsoft.report.events.StiTextChangedEventArgs
public class StiTextChangedEventArgs
Describes an argument for the event TextChanged.
| Field Summary |
|---|
| Fields inherited from class com.stimulsoft.base.system.StiEventHandlerArgs |
|---|
Empty |
| Constructor Summary | |
|---|---|
StiTextChangedEventArgs(java.lang.String oldValue,
java.lang.String newValue)
Creates a new object of the type StiTextChangedEventArgs. |
|
| Method Summary | |
|---|---|
java.lang.String |
getNewValue()
Gets or sets the new value of text. |
java.lang.String |
getOldValue()
Gets or sets the old value of text. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StiTextChangedEventArgs(java.lang.String oldValue,
java.lang.String newValue)
value - Old value of text.value - New value of text.| Method Detail |
|---|
public final java.lang.String getOldValue()
public final java.lang.String getNewValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||