Package | Description |
---|---|
com.dhtmlx.planner | |
com.dhtmlx.planner.data |
Modifier and Type | Class and Description |
---|---|
class |
DHXEvent |
class |
DHXEventRec |
Modifier and Type | Method and Description |
---|---|
DHXEv |
DHXEventsManager.createEvent(java.lang.String id,
DHXStatus status) |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<DHXEv> |
DHXEventsManager.getEvents() |
Modifier and Type | Method and Description |
---|---|
DHXStatus |
DHXEventsManager.saveEvent(DHXEv event,
DHXStatus status) |
Modifier and Type | Method and Description |
---|---|
void |
DHXPlanner.parse(java.lang.Iterable<DHXEv> events_list) |
Modifier and Type | Method and Description |
---|---|
DHXEv |
DHXEventsStore.get(int index) |
DHXEv |
DHXDataStore.get(int index)
Get event object by index
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<DHXEv> |
DHXEventsStore.getEvents() |
Modifier and Type | Method and Description |
---|---|
void |
DHXEventsStore.add(DHXEv ev) |
void |
DHXDataStore.add(DHXEv item)
Add scheduler event, event will be loaded statically
|
Modifier and Type | Method and Description |
---|---|
void |
DHXDataStore.parse(java.lang.Iterable<DHXEv> data)
Parse items collection
|