| Package | Description |
|---|---|
| com.googlecode.wicket.kendo.ui.scheduler.views |
| Modifier and Type | Class and Description |
|---|---|
class |
AgendaView
Defines the 'agenda' scheduler's view
|
class |
DayView
Defines the 'day' scheduler's view
|
class |
MonthView
Defines the 'month' scheduler's view
|
class |
TimelineMonthView
Defines the 'timeline' scheduler's view
|
class |
TimelineView
Defines the 'timeline' scheduler's view
|
class |
TimelineWeekView
Defines the 'timeline' scheduler's view
|
class |
TimelineWorkWeekView
Defines the 'timeline' scheduler's view
|
class |
WeekView
Defines the 'week' scheduler's view
|
class |
WorkWeekView
Defines the 'workWeek' scheduler's view
|
| Modifier and Type | Method and Description |
|---|---|
SchedulerView |
WeekView.setDateHeaderTemplatePattern(String pattern) |
SchedulerView |
WorkWeekView.setDateHeaderTemplatePattern(String pattern) |
SchedulerView |
DayView.setDateHeaderTemplatePattern(String pattern) |
protected SchedulerView |
SchedulerView.setDateHeaderTemplatePattern(String pattern)
Sets the template pattern to be used to render the date header cells.
setDateHeaderTemplatePattern(String) is marked as protected by default because it is not available to all views. |
SchedulerView |
MonthView.setDayTemplatePattern(String pattern)
Sets the template pattern used to render the day slots in month view.
|
SchedulerView |
SchedulerView.setEditable(boolean editable)
Indicates whether the user would be able to create new scheduler events and modify or delete existing ones
Overrides the editable option of the scheduler. |
SchedulerView |
SchedulerView.setSelected(boolean selected)
Indicates whether the view will be initially selected by the scheduler widget.
|
SchedulerView |
SchedulerView.setShowWorkHours(boolean show)
Indicates whether the view will be initially shown in business hours mode.
By default view is displayed in full day mode. |
SchedulerView |
SchedulerView.setTitle(String title)
Sets the user-friendly title of the view displayed by the scheduler.
|
Copyright © 2021 7thWeb. All rights reserved.