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 |
---|---|
BookmarkEvent.ID |
BookmarkEvent.getId()
Returns the ID of the event that can be used to distinguish different
types of events that can take place inside a bookmark model.
|
static BookmarkEvent.ID |
BookmarkEvent.ID.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BookmarkEvent.ID[] |
BookmarkEvent.ID.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BookmarkEvent(IBookmarkModel model,
BookmarkEvent.ID id,
Bookmark bookmark)
Constructs a new event.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.