| 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.Month |
A_CmsSerialDateValue.getMonth() |
I_CmsSerialDateValue.Month |
I_CmsSerialDateValue.getMonth()
Returns the month in which the events take place.
|
static I_CmsSerialDateValue.Month |
I_CmsSerialDateValue.Month.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I_CmsSerialDateValue.Month[] |
I_CmsSerialDateValue.Month.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.setMonth(I_CmsSerialDateValue.Month month)
Set the month in which the event should take place.
|
| Constructor and Description |
|---|
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. |