public class Bookmark
extends java.lang.Object
Constructor and Description |
---|
Bookmark(java.lang.String title,
boolean show,
AbstractAction action)
Creates a new bookmark.
|
Modifier and Type | Method and Description |
---|---|
void |
addChildBookmark(Bookmark bookmark)
Adds a child bookmark.
|
AbstractAction |
getAction()
Returns the action performed when the bookmark is clicked.
|
java.util.List |
getChildBookmarks()
Returns a list of child bookmarks.
|
java.lang.String |
getTitle()
Returns the bookmark's title.
|
boolean |
isShown()
Indicates whether the bookmark shall be shown initially.
|
void |
setAction(AbstractAction action)
Sets the action performed when the bookmark is clicked.
|
public Bookmark(java.lang.String title, boolean show, AbstractAction action)
title
- the bookmark's titleshow
- true if the bookmark shall be shown, false for hiddenaction
- the action performed when the bookmark is clickedpublic java.lang.String getTitle()
public boolean isShown()
public AbstractAction getAction()
public void setAction(AbstractAction action)
action
- the actionpublic void addChildBookmark(Bookmark bookmark)
bookmark
- the child bookmarkpublic java.util.List getChildBookmarks()
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.