| Modifier and Type | Field and Description |
|---|---|
StiBookmark |
StiReport.bookmarkValue |
StiBookmark |
StiReport.manualBookmark |
| Modifier and Type | Method and Description |
|---|---|
StiBookmark |
StiReport.getBookmark()
Gets or sets the root bookmark.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiReport.setBookmark(StiBookmark value) |
| Modifier and Type | Field and Description |
|---|---|
StiBookmark |
StiComponent.parentBookmark |
| Modifier and Type | Method and Description |
|---|---|
StiBookmark |
StiBookmarksCollection.get(java.lang.String text) |
StiBookmark |
StiComponent.getCurrentBookmark()
gets or sets current bookmark for this component.
|
StiBookmark |
StiBookmark.getItem(java.lang.String name) |
StiBookmark |
StiComponent.getParentBookmark()
gets or sets parent bookmark for this component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiComponent.setCurrentBookmark(StiBookmark value) |
void |
StiComponent.setParentBookmark(StiBookmark value) |
| Modifier and Type | Field and Description |
|---|---|
StiBookmark |
StiDataBandInfoV1.ResParentBookmark
Parent bookmark of the current component.
|
StiBookmark |
StiDataBandInfoV2.StoredParentBookmark |
| Modifier and Type | Method and Description |
|---|---|
static StiBookmark |
StiBookmarksV2Helper.CreateBookmark(java.lang.String text)
Creates a new bookmark.
|
static StiBookmark |
StiBookmarksV2Helper.CreateBookmark(java.lang.String text,
java.lang.String componentGuid)
Creates a new bookmark.
|
static StiBookmark |
StiBookmarksV2Helper.GetBookmark(StiBookmark bookmark,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
static void |
StiBookmarksV2Helper.Add(StiBookmark bookmark,
java.lang.String name)
Adds a bookmark manually.
|
static StiBookmark |
StiBookmarksV2Helper.GetBookmark(StiBookmark bookmark,
java.lang.String name) |
static void |
StiBookmarksV2Helper.Pack(StiBookmark bookmark) |
static void |
StiBookmarksV2Helper.PrepareBookmark(StiBookmark bookmark)
Prepares a bookmark and all of its child bookmarks for showing.
|
| Modifier and Type | Method and Description |
|---|---|
StiBookmark |
StiDocument.getBookmark()
Gets or sets the root bookmark of a document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiDocument.setBookmark(StiBookmark value) |
| Modifier and Type | Method and Description |
|---|---|
StiBookmark |
StiTreeNode.getBookmark() |
| Modifier and Type | Method and Description |
|---|---|
void |
StiTreeNode.setBookmark(StiBookmark bookmark) |
| Constructor and Description |
|---|
StiTreeNode(StiBookmark bookmark)
Constructor
|
Copyright © 2019 Stimulsoft. All Rights Reserved.