| Package | Description |
|---|---|
| org.opencms.ui.apps.lists |
This package contains the app classes for the list configurations manager.
|
| org.opencms.ui.apps.lists.daterestrictions |
Contains classes for dealing with date restrictions in list configurations.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsListDateRestriction |
CmsListManager.ListConfigurationBean.getDateRestriction()
Gets the date restriction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsListManager.ListConfigurationBean.setDateRestriction(I_CmsListDateRestriction restriction)
Sets the date restrictions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsListDateFromTodayRestriction
Date restrictions for a fixed number of time units going backward or forward from the current time.
|
class |
CmsListDatePastFutureRestriction
A restriction which selects either all entries in the past (from the current time) or all entries in the future.
|
class |
CmsListDateRangeRestriction
Restriction to a date between a fixed start and end date, but only one of them has to be given.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsListDateRestriction |
CmsDateRestrictionParser.parse(CmsXmlContentValueLocation dateRestriction)
Parses a date restriction.
|