public class FieldSet extends Field
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBookmarkName()
Gets the name of the bookmark.
|
java.lang.String |
getBookmarkText()
Gets the new text of the bookmark.
|
void |
setBookmarkName(java.lang.String value)
Sets the name of the bookmark.
|
void |
setBookmarkText(java.lang.String value)
Sets the new text of the bookmark.
|
getDisplayResult, getEnd, getFieldCode, getFieldCode, getFormat, getLocaleId, getResult, getSeparator, getStart, getType, isDirty, isDirty, isLocked, isLocked, needStoreOldResultNodes, remove, setLocaleId, setResult, unlink, update, updatepublic 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 getBookmarkText()
public void setBookmarkText(java.lang.String value)
throws java.lang.Exception
value - The new text of the bookmark.java.lang.Exception