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