Package | Description |
---|---|
com.dlsc.flexgantt.model.bookmarks |
Paging models are used to allow the user to quickly change the time span that
is displayed by the timeline.
|
Modifier and Type | Method and Description |
---|---|
Bookmark |
BookmarkEvent.getBookmark()
Returns the bookmark that was added or removed.
|
Bookmark |
IBookmarkModel.getBookmark(int index)
Returns the bookmark for the given index.
|
Bookmark |
DefaultBookmarkModel.getBookmark(int index) |
Modifier and Type | Method and Description |
---|---|
void |
IBookmarkModel.addBookmark(Bookmark bookmark)
Adds a bookmark to the model.
|
void |
DefaultBookmarkModel.addBookmark(Bookmark bookmark)
Adds a bookmark to the model causing a
BookmarkEvent to be fired. |
void |
IBookmarkModel.removeBookmark(Bookmark bookmark)
Removes a bookmark from the model.
|
void |
DefaultBookmarkModel.removeBookmark(Bookmark bookmark)
Removes a bookmark from the model causing a
BookmarkEvent to be
fired. |
Modifier and Type | Method and Description |
---|---|
void |
DefaultBookmarkModel.setBookmarks(List<Bookmark> pages)
Sets several pages at once after clearing the current list of pages.
|
Constructor and Description |
---|
BookmarkEvent(IBookmarkModel model,
BookmarkEvent.ID id,
Bookmark bookmark)
Constructs a new event.
|
Constructor and Description |
---|
DefaultBookmarkModel(List<Bookmark> pages)
Constructs a new paging model.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.