Class CmsPatternPanelIndividualController
java.lang.Object
org.opencms.acacia.client.widgets.serialdate.A_CmsPatternPanelController
org.opencms.acacia.client.widgets.serialdate.CmsPatternPanelIndividualController
- All Implemented Interfaces:
I_CmsSerialDatePatternController
Controller for the individual 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 individual dates.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:
-
setDates
Set the individual dates.- Parameters:
dates
- the dates to set.
-