| Package | Description |
|---|---|
| org.opencms.acacia.shared |
Contains the acacia editor shared client/server classes.
|
| org.opencms.widgets.serialdate |
Contains the server-side widget implementation, for the serial date widget..
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsSerialDateValue.EndType |
A_CmsSerialDateValue.getEndType() |
I_CmsSerialDateValue.EndType |
I_CmsSerialDateValue.getEndType()
Returns the end type of the event series.
|
static I_CmsSerialDateValue.EndType |
I_CmsSerialDateValue.EndType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I_CmsSerialDateValue.EndType[] |
I_CmsSerialDateValue.EndType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
A_CmsSerialDateValue.setEndType(I_CmsSerialDateValue.EndType endType)
Set the end type of the series.
|
| Modifier and Type | Field and Description |
|---|---|
protected I_CmsSerialDateValue.EndType |
A_CmsSerialDateBean.m_endType
The end type of the series.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsSerialDateValue.EndType |
A_CmsSerialDateBean.getSerialEndType()
Returns the end type of the date series (never, n times, specific date).
|
| Constructor and Description |
|---|
A_CmsSerialDateBean(java.util.Date startDate,
java.util.Date endDate,
boolean isWholeDay,
I_CmsSerialDateValue.EndType endType,
java.util.Date serialEndDate,
int occurrences,
java.util.SortedSet<java.util.Date> exceptions)
Constructor for the abstract class for serial date beans.
|
CmsSerialDateBeanDaily(java.util.Date startDate,
java.util.Date endDate,
boolean isWholeDay,
I_CmsSerialDateValue.EndType endType,
java.util.Date serialEndDate,
int occurrences,
java.util.SortedSet<java.util.Date> exceptions,
int interval)
Constructs the bean with all the information provided by the
CmsSerialDateWidget. |
CmsSerialDateBeanIndividual(java.util.Date startDate,
java.util.Date endDate,
boolean isWholeDay,
I_CmsSerialDateValue.EndType endType,
java.util.Date serialEndDate,
int occurrences,
java.util.SortedSet<java.util.Date> exceptions,
java.util.SortedSet<java.util.Date> individualDates) |
CmsSerialDateBeanMonthly(java.util.Date startDate,
java.util.Date endDate,
boolean isWholeDay,
I_CmsSerialDateValue.EndType endType,
java.util.Date serialEndDate,
int occurrences,
java.util.SortedSet<java.util.Date> exceptions,
int interval,
int dayOfMonth)
Constructs the bean with all the information provided by the
CmsSerialDateWidget. |
CmsSerialDateBeanMonthlyWeeks(java.util.Date startDate,
java.util.Date endDate,
boolean isWholeDay,
I_CmsSerialDateValue.EndType endType,
java.util.Date serialEndDate,
int occurrences,
java.util.SortedSet<java.util.Date> exceptions,
int interval,
java.util.SortedSet<I_CmsSerialDateValue.WeekOfMonth> weeksOfMonth,
I_CmsSerialDateValue.WeekDay weekDay)
Constructs the bean with all the information provided by the
CmsSerialDateWidget. |
CmsSerialDateBeanWeekly(java.util.Date startDate,
java.util.Date endDate,
boolean isWholeDay,
I_CmsSerialDateValue.EndType endType,
java.util.Date serialEndDate,
int occurrences,
java.util.SortedSet<java.util.Date> exceptions,
int interval,
java.util.SortedSet<I_CmsSerialDateValue.WeekDay> weekDays)
Constructs the bean with all the information provided by the
CmsSerialDateWidget. |
CmsSerialDateBeanWorkingDays(java.util.Date startDate,
java.util.Date endDate,
boolean isWholeDay,
I_CmsSerialDateValue.EndType endType,
java.util.Date serialEndDate,
int occurrences,
java.util.SortedSet<java.util.Date> exceptions)
Constructs the bean with all the information provided by the
CmsSerialDateWidget. |
CmsSerialDateBeanYearly(java.util.Date startDate,
java.util.Date endDate,
boolean isWholeDay,
I_CmsSerialDateValue.EndType endType,
java.util.Date serialEndDate,
int occurrences,
java.util.SortedSet<java.util.Date> exceptions,
int dayOfMonth,
I_CmsSerialDateValue.Month month)
Constructs the bean with all the information provided by the
CmsSerialDateWidget. |
CmsSerialDateBeanYearlyWeekday(java.util.Date startDate,
java.util.Date endDate,
boolean isWholeDay,
I_CmsSerialDateValue.EndType endType,
java.util.Date serialEndDate,
int occurrences,
java.util.SortedSet<java.util.Date> exceptions,
I_CmsSerialDateValue.WeekOfMonth weekOfMonth,
I_CmsSerialDateValue.Month month,
I_CmsSerialDateValue.WeekDay weekDay)
Constructs the bean with all the information provided by the
CmsSerialDateWidget. |