public class FieldAsk extends Field
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBookmarkName()
Gets the name of the bookmark.
|
java.lang.String |
getDefaultResponse()
Gets default user response (initial value contained in the prompt window).
|
boolean |
getPromptOnceOnMailMerge()
Gets whether the user response should be recieved once per a mail merge operation.
|
java.lang.String |
getPromptText()
Gets the prompt text (the title of the prompt window).
|
int |
getSwitchType(java.lang.String switchName) |
void |
setBookmarkName(java.lang.String value)
Sets the name of the bookmark.
|
void |
setDefaultResponse(java.lang.String value)
Sets default user response (initial value contained in the prompt window).
|
void |
setPromptOnceOnMailMerge(boolean value)
Sets whether the user response should be recieved once per a mail merge operation.
|
void |
setPromptText(java.lang.String value)
Sets the prompt text (the title of the prompt window).
|
getDisplayResult, getEnd, getFieldCode, getFieldCode, getFormat, getLocaleId, getResult, getSeparator, getStart, getType, isDirty, isDirty, isLocked, isLocked, needStoreOldResultNodes, remove, setLocaleId, setResult, unlink, update, updatepublic int getSwitchType(java.lang.String switchName)
public java.lang.String getBookmarkName()
public void setBookmarkName(java.lang.String value)
throws java.lang.Exception
value - The name of the bookmark.java.lang.Exceptionpublic java.lang.String getPromptText()
public void setPromptText(java.lang.String value)
throws java.lang.Exception
value - The prompt text (the title of the prompt window).java.lang.Exceptionpublic java.lang.String getDefaultResponse()
public void setDefaultResponse(java.lang.String value)
throws java.lang.Exception
value - Default user response (initial value contained in the prompt window).java.lang.Exceptionpublic boolean getPromptOnceOnMailMerge()
public void setPromptOnceOnMailMerge(boolean value)
throws java.lang.Exception
value - Whether the user response should be recieved once per a mail merge operation.java.lang.Exception