public abstract class SchedulerView
extends com.googlecode.wicket.jquery.core.Options
| Modifier | Constructor and Description |
|---|---|
protected |
SchedulerView(SchedulerViewType type) |
| Modifier and Type | Method and Description |
|---|---|
protected 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 |
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 |
setSelected(boolean selected)
Indicates whether the view will be initially selected by the scheduler widget.
|
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 |
setTitle(String title)
Sets the user-friendly title of the view displayed by the scheduler.
|
protected SchedulerView(SchedulerViewType type)
public SchedulerView setTitle(String title)
title - the titlethis, for chainingpublic SchedulerView setSelected(boolean selected)
selected - true or falsethis, for chainingpublic SchedulerView setEditable(boolean editable)
editable - true or falsethis, for chainingpublic SchedulerView setShowWorkHours(boolean show)
show - true or falsethis, for chainingprotected SchedulerView setDateHeaderTemplatePattern(String pattern)
setDateHeaderTemplatePattern(String) is marked as protected by default because it is not available to all views.pattern - the date patternthis, for chainingCopyright © 2021 7thWeb. All rights reserved.