| 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 |
|---|---|
static I_CmsSerialDateValue.WeekDay |
I_CmsSerialDateValue.WeekDay.fromInt(int i)
Conversion of integers to weekdays.
|
I_CmsSerialDateValue.WeekDay |
A_CmsSerialDateValue.getWeekDay() |
I_CmsSerialDateValue.WeekDay |
I_CmsSerialDateValue.getWeekDay()
Returns the week day where the event should take place.
|
static I_CmsSerialDateValue.WeekDay |
I_CmsSerialDateValue.WeekDay.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I_CmsSerialDateValue.WeekDay[] |
I_CmsSerialDateValue.WeekDay.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.SortedSet<I_CmsSerialDateValue.WeekDay> |
A_CmsSerialDateValue.getWeekDays() |
java.util.SortedSet<I_CmsSerialDateValue.WeekDay> |
I_CmsSerialDateValue.getWeekDays()
Returns the week days where the event should take place.
|
| Modifier and Type | Method and Description |
|---|---|
void |
A_CmsSerialDateValue.setWeekDay(I_CmsSerialDateValue.WeekDay weekDay)
Set the week day the events should occur.
|
| Modifier and Type | Method and Description |
|---|---|
void |
A_CmsSerialDateValue.setWeekDays(java.util.SortedSet<I_CmsSerialDateValue.WeekDay> weekDays)
Set the week days the events should occur.
|
| Constructor and Description |
|---|
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. |
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. |
| Constructor and Description |
|---|
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. |