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.void
Set the month.void
setPatternScheme
(boolean isWeekDayBased) Set the pattern scheme.void
setWeekDay
(String weekDayStr) Set the week day.void
setWeekOfMonth
(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_CmsSerialDatePatternController
Returns the view that is controlled.- Specified by:
getView
in interfaceI_CmsSerialDatePatternController
- Specified by:
getView
in 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.
-