Class CmsPatternPanelYearlyController
java.lang.Object
org.opencms.acacia.client.widgets.serialdate.A_CmsPatternPanelController
org.opencms.acacia.client.widgets.serialdate.CmsPatternPanelYearlyController
- All Implemented Interfaces:
I_CmsSerialDatePatternController
Controller for the yearly 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.voidSet the month.voidsetPatternScheme(boolean isWeekDayBased) Set the pattern scheme.voidsetWeekDay(String weekDayStr) Set the week day.voidsetWeekOfMonth(String weekOfMonthStr) Set the week of month.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:
-
setMonth
Set the month.- Parameters:
monthStr- the month to set.
-
setPatternScheme
Set the pattern scheme.- Parameters:
isWeekDayBased- flag, indicating if the week day based scheme should be set.
-
setWeekDay
Set the week day.- Parameters:
weekDayStr- the week day to set.
-
setWeekOfMonth
Set the week of month.- Parameters:
weekOfMonthStr- the week of month to set.
-