Package | Description |
---|---|
com.dhtmlx.planner.controls |
Modifier and Type | Class and Description |
---|---|
class |
DHXAgendaView
View allows to see a list of oncoming events
|
class |
DHXDayView
Scheduler day view
|
class |
DHXGridView |
class |
DHXMapView
The view contains Google Map and allows to display events location on it.
|
class |
DHXMonthView
Scheduler month view
|
class |
DHXTimelineView
In timeline view, vertical scale presents event holders, while vertical scale is a configurable time-scale.
|
class |
DHXUnitsView
View, where x-scale is based on some property of events (not only on time).
|
class |
DHXWeekAgendaView
Week agenda is a combination of week and agenda views presenting a list of oncoming events inside a week.
|
class |
DHXWeekView
Scheduler week view
|
class |
DHXYearView
View allows to see a list of oncoming events
|
Modifier and Type | Method and Description |
---|---|
DHXView |
DHXViewsController.getView(int index)
Get view by index
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<DHXView> |
DHXViewsController.getViews()
Get collection of scheduler views
|
Modifier and Type | Method and Description |
---|---|
void |
DHXViewsController.add(DHXView obj) |
void |
DHXViewsController.add(DHXView obj,
java.lang.Boolean ignore)
Add view to scheduler
|
void |
DHXViewsController.setView(int index,
DHXView view) |