public static class EventPseudoModel.EventInfo extends Object
| Constructor and Description |
|---|
EventInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCommitKey()
Returns how a form field was committed.
|
String |
getFullText()
Returns the full (untruncated) value of the field.
|
boolean |
getKeyDown()
Returns whether the arrow key was used to make the selection.
|
boolean |
getModifier()
Returns whether the modifier key is down during the event.
|
int |
getName()
Returns the code that identifies the current event.
|
String |
getNewText()
Returns the value after the field change.
|
String |
getPrevContentType()
Returns the contentType of prevText.
|
String |
getPrevText()
Returns the value before the field changes.
|
boolean |
getReenter()
Returns whether this event is happening immediately after the user committed this field.
|
int |
getSelEnd()
Returns the end position of the current text selection during a change event.
|
int |
getSelStart()
Returns the start position of the current text selection during a change event.
|
boolean |
getShift()
Returns whether the shift key is down during the event.
|
String |
getSOAPFaultCode()
Returns the SOAP faultcode returned from executing a Web Service connection.
|
String |
getSOAPFaultString()
Returns the SOAP faultstring returned from executing a Web Service connection.
|
Obj |
getTarget()
Returns the target object that triggered the event.
|
void |
setChange(String sChange)
Sets the text typed or pasted into the field.
|
void |
setCommitKey(int nCommitKey)
Sets how a form field value was committed.
|
void |
setFullText(String sFullText)
Sets the full (untruncated) value of the field.
|
void |
setKeyDown(boolean bKeyDown)
Sets whether the arrow key was used to make the selection.
|
void |
setModifier(boolean bModifier)
Sets whether the modifier key is down during the event.
|
void |
setName(int eName)
Sets the code that identifies the current event.
|
void |
setNewText(String sNewText)
Sets the value after the field change.
|
void |
setPrevContentType(String sPrevContentType)
Sets the contentType of prevText.
|
void |
setPrevText(String sPrevText)
Sets the value before the field changes.
|
void |
setReenter(boolean bReenter)
Sets whether this event is happening immediately after the user committed this field.
|
void |
setSelEnd(int nSelEnd)
Sets the end position of the current text selection during a change event.
|
void |
setSelStart(int nSelStart)
Sets the start position of the current text selection during a change event.
|
void |
setShift(boolean bShift)
Sets whether the shift key is down during the event.
|
void |
setSOAPFaultCode(String sSOAPFaultCode)
Sets the SOAP faultstring returned from executing a Web Service connection.
|
void |
setSOAPFaultString(String sSOAPFaultString)
Sets the SOAP faultstring returned from executing a Web Service connection.
|
void |
setTarget(Obj target)
Sets the target object that triggered the event.
|
public String getPrevText()
public void setPrevText(String sPrevText)
sPrevText - the value before the field changes.public String getPrevContentType()
public void setPrevContentType(String sPrevContentType)
sPrevContentType - the contentType of prevText.public void setChange(String sChange)
sChange - the text typed or pasted into the field.public String getNewText()
public void setNewText(String sNewText)
sNewText - the value after the field change.public String getFullText()
public void setFullText(String sFullText)
sFullText - the full (untruncated) value of the field.public int getCommitKey()
public void setCommitKey(int nCommitKey)
nCommitKey - how a form field was committed.public boolean getKeyDown()
true if the arrow key was used to make the selection.public void setKeyDown(boolean bKeyDown)
bKeyDown - true if the arrow key was used to make the selection.public boolean getModifier()
true if the modifier key is down during the event.public void setModifier(boolean bModifier)
bModifier - true if the modifier key is down during the event.public int getName()
ScriptHandlerpublic void setName(int eName)
eName - a code that defines the current event.ScriptHandlerpublic int getSelEnd()
public void setSelEnd(int nSelEnd)
nSelEnd - the end position of the current text selection.public int getSelStart()
public void setSelStart(int nSelStart)
nSelStart - the start position of the current text selection during a change event.public boolean getShift()
true if the shift key is down during the event.public void setShift(boolean bShift)
bShift - true if the shift key is down during the event.public Obj getTarget()
public void setTarget(Obj target)
target - the target object that triggered the event.public String getSOAPFaultCode()
public void setSOAPFaultCode(String sSOAPFaultCode)
sSOAPFaultCode - the SOAP faultstring returned from executing a Web Service connection.public String getSOAPFaultString()
public void setSOAPFaultString(String sSOAPFaultString)
sSOAPFaultString - the SOAP faultstring returned from executing a Web Service connection.public boolean getReenter()
true if this enter event is happening immediately after
the user committed this field.public void setReenter(boolean bReenter)
bReenter - true if this enter event is happening immediately
after the user committed this field.Copyright © 2010 - 2020 Adobe. All Rights Reserved