Class CmsPatternPanelWeeklyController
java.lang.Object
org.opencms.acacia.client.widgets.serialdate.A_CmsPatternPanelController
org.opencms.acacia.client.widgets.serialdate.CmsPatternPanelWeeklyController
- All Implemented Interfaces:
I_CmsSerialDatePatternController
Controller for the weekly pattern panel.
-
Field Summary
Fields inherited from class org.opencms.acacia.client.widgets.serialdate.A_CmsPatternPanelController
m_model -
Method Summary
Modifier and TypeMethodDescriptiongetView()Returns the view that is controlled.voidsetWeekDays(SortedSet<org.opencms.acacia.shared.I_CmsSerialDateValue.WeekDay> weekDays) Set the weekdays at which the event should take place.Methods inherited from class org.opencms.acacia.client.widgets.serialdate.A_CmsPatternPanelController
conditionallyRemoveExceptionsOnChange, onValueChange, removeExceptionsOnChange
-
Method Details
-
getView
Description copied from interface:I_CmsSerialDatePatternControllerReturns the view that is controlled.- Specified by:
getViewin interfaceI_CmsSerialDatePatternController- Specified by:
getViewin classA_CmsPatternPanelController- Returns:
- the controlled view.
- See Also:
-
setWeekDays
Set the weekdays at which the event should take place.- Parameters:
weekDays- the weekdays at which the event should take place.
-