Uses of Enum Class
org.opencms.acacia.shared.I_CmsSerialDateValue.EndType
Packages that use I_CmsSerialDateValue.EndType
Package
Description
Contains the acacia editor shared client/server classes.
Contains the server-side widget implementation, for the serial date widget..
-
Uses of I_CmsSerialDateValue.EndType in org.opencms.widgets.serialdate
Fields in org.opencms.widgets.serialdate declared as I_CmsSerialDateValue.EndTypeModifier and TypeFieldDescriptionprotected I_CmsSerialDateValue.EndTypeA_CmsSerialDateBean.m_endTypeThe end type of the series.Methods in org.opencms.widgets.serialdate that return I_CmsSerialDateValue.EndTypeModifier and TypeMethodDescriptionA_CmsSerialDateBean.getSerialEndType()Returns the end type of the date series (never, n times, specific date).Constructors in org.opencms.widgets.serialdate with parameters of type I_CmsSerialDateValue.EndTypeModifierConstructorDescriptionA_CmsSerialDateBean(Date startDate, Date endDate, boolean isWholeDay, I_CmsSerialDateValue.EndType endType, Date serialEndDate, int occurrences, SortedSet<Date> exceptions) Constructor for the abstract class for serial date beans.CmsSerialDateBeanDaily(Date startDate, Date endDate, boolean isWholeDay, I_CmsSerialDateValue.EndType endType, Date serialEndDate, int occurrences, SortedSet<Date> exceptions, int interval) Constructs the bean with all the information provided by theCmsSerialDateWidget.CmsSerialDateBeanIndividual(Date startDate, Date endDate, boolean isWholeDay, I_CmsSerialDateValue.EndType endType, Date serialEndDate, int occurrences, SortedSet<Date> exceptions, SortedSet<Date> individualDates) CmsSerialDateBeanMonthly(Date startDate, Date endDate, boolean isWholeDay, I_CmsSerialDateValue.EndType endType, Date serialEndDate, int occurrences, SortedSet<Date> exceptions, int interval, int dayOfMonth) Constructs the bean with all the information provided by theCmsSerialDateWidget.CmsSerialDateBeanMonthlyWeeks(Date startDate, Date endDate, boolean isWholeDay, I_CmsSerialDateValue.EndType endType, Date serialEndDate, int occurrences, SortedSet<Date> exceptions, int interval, SortedSet<I_CmsSerialDateValue.WeekOfMonth> weeksOfMonth, I_CmsSerialDateValue.WeekDay weekDay) Constructs the bean with all the information provided by theCmsSerialDateWidget.CmsSerialDateBeanWeekly(Date startDate, Date endDate, boolean isWholeDay, I_CmsSerialDateValue.EndType endType, Date serialEndDate, int occurrences, SortedSet<Date> exceptions, int interval, SortedSet<I_CmsSerialDateValue.WeekDay> weekDays) Constructs the bean with all the information provided by theCmsSerialDateWidget.CmsSerialDateBeanWorkingDays(Date startDate, Date endDate, boolean isWholeDay, I_CmsSerialDateValue.EndType endType, Date serialEndDate, int occurrences, SortedSet<Date> exceptions) Constructs the bean with all the information provided by theCmsSerialDateWidget.CmsSerialDateBeanYearly(Date startDate, Date endDate, boolean isWholeDay, I_CmsSerialDateValue.EndType endType, Date serialEndDate, int occurrences, SortedSet<Date> exceptions, int dayOfMonth, I_CmsSerialDateValue.Month month) Constructs the bean with all the information provided by theCmsSerialDateWidget.CmsSerialDateBeanYearlyWeekday(Date startDate, Date endDate, boolean isWholeDay, I_CmsSerialDateValue.EndType endType, Date serialEndDate, int occurrences, SortedSet<Date> exceptions, I_CmsSerialDateValue.WeekOfMonth weekOfMonth, I_CmsSerialDateValue.Month month, I_CmsSerialDateValue.WeekDay weekDay) Constructs the bean with all the information provided by theCmsSerialDateWidget.