com.remedy.arsys.api
Class WaitInfo
java.lang.Object
|
+--com.remedy.arsys.api.WaitInfo
- public class WaitInfo
- extends java.lang.Object
- implements java.lang.Cloneable
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. |
java.lang.String |
getContinueButtonTitle()
Returns the text you want to appear on the
Continue button in the prompt bar. |
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 |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
WaitInfo
public WaitInfo()
- constructor
WaitInfo
public WaitInfo(java.lang.String continueButtonTitle)
getContinueButtonTitle
public java.lang.String getContinueButtonTitle()
- Returns the text you want to appear on the
Continue button in the prompt bar.
setContinueButtonTitle
public void setContinueButtonTitle(java.lang.String continueButtonTitle)
- Sets the text you want to appear on the
Continue button in the prompt bar.
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Clone implementation that returns an Object with data cloned from self.
- Overrides:
- clone in class java.lang.Object