Package net.sf.jasperreports.engine.base
Class BasePrintBookmark
- java.lang.Object
-
- net.sf.jasperreports.engine.base.BasePrintBookmark
-
- All Implemented Interfaces:
Serializable
,PrintBookmark
public class BasePrintBookmark extends Object implements PrintBookmark, Serializable
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description List<PrintBookmark>
bookmarks
-
Constructor Summary
Constructors Constructor Description BasePrintBookmark(String label, int pageIndex, String elementAddress)
BasePrintBookmark(String label, int pageIndex, String elementAddress, int level)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addBookmark(PrintBookmark child)
List<PrintBookmark>
getBookmarks()
String
getElementAddress()
String
getLabel()
int
getLevel()
int
getPageIndex()
void
setLabel(String label)
-
-
-
Field Detail
-
bookmarks
public List<PrintBookmark> bookmarks
-
-
Method Detail
-
getLabel
public String getLabel()
- Specified by:
getLabel
in interfacePrintBookmark
-
getPageIndex
public int getPageIndex()
- Specified by:
getPageIndex
in interfacePrintBookmark
-
getElementAddress
public String getElementAddress()
- Specified by:
getElementAddress
in interfacePrintBookmark
-
addBookmark
public void addBookmark(PrintBookmark child)
-
getBookmarks
public List<PrintBookmark> getBookmarks()
- Specified by:
getBookmarks
in interfacePrintBookmark
-
setLabel
public void setLabel(String label)
-
getLevel
public int getLevel()
-
-