Uses of Class
com.stimulsoft.report.components.StiBookmark

Packages that use StiBookmark
com.stimulsoft.report   
com.stimulsoft.report.components   
com.stimulsoft.report.components.bands   
com.stimulsoft.report.engine.engineV2   
com.stimulsoft.report.saveLoad   
com.stimulsoft.report.viewer.visual   
com.stimulsoft.web.helper   
 

Uses of StiBookmark in com.stimulsoft.report
 

Fields in com.stimulsoft.report declared as StiBookmark
 StiBookmark StiReport.bookmarkValue
           
 StiBookmark StiReport.manualBookmark
           
 StiBookmark StiReport.pointerValue
           
 

Methods in com.stimulsoft.report that return StiBookmark
 StiBookmark StiReport.getBookmark()
          Gets or sets the root bookmark.
 StiBookmark StiReport.getPointer()
           
 

Methods in com.stimulsoft.report with parameters of type StiBookmark
 void StiReport.setBookmark(StiBookmark value)
           
 void StiReport.setPointer(StiBookmark value)
           
 

Uses of StiBookmark in com.stimulsoft.report.components
 

Fields in com.stimulsoft.report.components declared as StiBookmark
 StiBookmark StiComponent.currentPointer
           
 StiBookmark StiComponent.parentBookmark
           
 StiBookmark StiComponent.parentPointer
           
 

Methods in com.stimulsoft.report.components that return StiBookmark
 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.
 

Methods in com.stimulsoft.report.components with parameters of type StiBookmark
 void StiComponent.setCurrentBookmark(StiBookmark value)
           
 void StiComponent.setParentBookmark(StiBookmark value)
           
 

Uses of StiBookmark in com.stimulsoft.report.components.bands
 

Fields in com.stimulsoft.report.components.bands declared as StiBookmark
 StiBookmark StiDataBandInfoV1.ResParentBookmark
          Parent bookmark of the current component.
 StiBookmark StiDataBandInfoV2.StoredParentBookmark
           
 StiBookmark StiDataBandInfoV2.storedParentPointer
           
 

Uses of StiBookmark in com.stimulsoft.report.engine.engineV2
 

Fields in com.stimulsoft.report.engine.engineV2 declared as StiBookmark
 StiBookmark StiEngine.firstPassPointer
           
 

Methods in com.stimulsoft.report.engine.engineV2 that return StiBookmark
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)
           
 

Methods in com.stimulsoft.report.engine.engineV2 with parameters of type StiBookmark
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.
 

Uses of StiBookmark in com.stimulsoft.report.saveLoad
 

Methods in com.stimulsoft.report.saveLoad that return StiBookmark
 StiBookmark StiDocument.getBookmark()
          Gets or sets the root bookmark of a document.
 

Methods in com.stimulsoft.report.saveLoad with parameters of type StiBookmark
 void StiDocument.setBookmark(StiBookmark value)
           
 

Uses of StiBookmark in com.stimulsoft.report.viewer.visual
 

Methods in com.stimulsoft.report.viewer.visual that return StiBookmark
 StiBookmark StiTreeNode.getBookmark()
           
 

Methods in com.stimulsoft.report.viewer.visual with parameters of type StiBookmark
 void StiTreeNode.setBookmark(StiBookmark bookmark)
           
 

Constructors in com.stimulsoft.report.viewer.visual with parameters of type StiBookmark
StiTreeNode(StiBookmark bookmark)
          Constructor
 

Uses of StiBookmark in com.stimulsoft.web.helper
 

Methods in com.stimulsoft.web.helper with parameters of type StiBookmark
static java.util.ArrayList<java.util.HashMap<java.lang.String,java.lang.Object>> StiReportHelper.getBookmarkPointers(StiReport report, StiBookmark bookmark)