|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.remedy.arsys.api.WaitInfo
The WaitInfo
class represents the Wait active link action
that causes the current guide to wait for user input.
The Wait action suspends a guide in Remedy User so that the user has an
opportunity to interact with a field. After the user has made a response, the user
can continue the guide by pressing Tab or by clicking the appropriate button. The
user can also terminate the guide during a Wait action.
Constructor Summary | |
WaitInfo()
constructor |
|
WaitInfo(java.lang.String continueButtonTitle)
|
Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality. |
java.lang.String |
getContinueButtonTitle()
Returns the text you want to appear on the Continue button in the prompt bar. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setContinueButtonTitle(java.lang.String continueButtonTitle)
Sets the text you want to appear on the Continue button in the prompt bar. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WaitInfo()
public WaitInfo(java.lang.String continueButtonTitle)
Method Detail |
public java.lang.String getContinueButtonTitle()
public void setContinueButtonTitle(java.lang.String continueButtonTitle)
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public boolean equals(java.lang.Object anObject)
public int hashCode()
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |