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.
|
com.dlsc.flexgantt.model.paging |
Paging models are used to allow the user to quickly change the time span that
is displayed by the timeline.
|
Modifier and Type | Class and Description |
---|---|
class |
Bookmark
A bookmark is basically a stored time point, time span and granularity that
can be used to recreate a specific view in the Gantt chart.
|
Modifier and Type | Method and Description |
---|---|
Page |
PagingEvent.getPage()
Returns the page that was added, removed or changed.
|
Page |
IPagingModel.getPage()
Returns the currently used page.
|
Page |
DefaultPagingModel.getPage() |
Page |
IPagingModel.getPage(int index)
Returns the page for the given index.
|
Page |
DefaultPagingModel.getPage(int index) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultPagingModel.addPage(Page page)
Adds a page to the model causing a
PagingEvent to be fired. |
void |
DefaultPagingModel.removePage(Page page)
Removes a page from the model causing a
PagingEvent to be fired. |
void |
IPagingModel.setPage(Page page)
Sets a new page to be used.
|
void |
DefaultPagingModel.setPage(Page page) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultPagingModel.setPages(List<Page> pages)
Sets several pages at once after clearing the current list of pages.
|
Constructor and Description |
---|
PagingEvent(IPagingModel model,
PagingEvent.ID id,
Page page)
Constructs a new event.
|
Constructor and Description |
---|
DefaultPagingModel(List<Page> pages)
Constructs a new paging model.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.