Package com.stimulsoft.report.components
Class StiBookmark
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.components.StiBookmark
- All Implemented Interfaces:
IStiSerializable,IStiSerializableRef
-
Field Summary
FieldsFields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
ConstructorsConstructorDescriptionStiBookmark(String text, Object parentComponent) StiBookmark(String text, String bookmarkText, Object parentComponent) Creates a new bookmark. -
Method Summary
Modifier and TypeMethodDescriptionfinal voidfinal StiBookmarksCollectionGets or sets a collection of childs bookmarks.final StringGets or sets a bookmark text.final StringGets or sets a guid of component.final StiEngineVersionGets or sets a engine version.final booleanfinal StiBookmarkfinal Objectfinal StringgetText()Gets or sets a tree node text.final voidfinal voidsetBookmarkText(String value) final voidsetComponentGuid(String value) final voidsetEngine(StiEngineVersion value) final voidsetIsManualBookmark(boolean value) final voidsetParentComponent(Object value) final voidMethods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
-
Field Details
-
text
-
engine
-
isManualBookmark
public boolean isManualBookmark
-
-
Constructor Details
-
StiBookmark
public StiBookmark() -
StiBookmark
- Parameters:
text- Tree text.
-
StiBookmark
Creates a new bookmark.- Parameters:
text- Tree text.bookmarkText- Boormark text.
-
-
Method Details
-
add
-
getItem
-
getBookmarks
Gets or sets a collection of childs bookmarks. -
setBookmarks
-
getText
Gets or sets a tree node text. -
setText
-
getEngine
Gets or sets a engine version. -
setEngine
-
getBookmarkText
Gets or sets a bookmark text. -
setBookmarkText
-
getParentComponent
-
setParentComponent
-
getComponentGuid
Gets or sets a guid of component. -
setComponentGuid
-
getIsManualBookmark
public final boolean getIsManualBookmark() -
setIsManualBookmark
public final void setIsManualBookmark(boolean value)
-