Package org.opencms.workplace.list

Generates the list views commonly used in the OpenCms Workplace "Administration" tools.

See:
          Description

Interface Summary
I_CmsListAction Interface for list actions.
I_CmsListDirectAction Interface for list direct action, that is an action that may be applied directly on a list item.
I_CmsListFormatter Provides an interface for list data formatting.
I_CmsListItemComparator A list item comparator can be set at a column definition to set the sorting method for that column.
I_CmsSearchMethod Defines a search action, that is a list action with an additional method for filtering.
 

Class Summary
A_CmsListAction The default skeleton for a list action.
A_CmsListDefaultJsAction Implementation of a default action in a html list column that can execute java script code.
A_CmsListDialog Provides a dialog with a list widget.
A_CmsListDirectJsAction Default implementation of a direct action for a html list column that can execute java script code.
A_CmsListExplorerDialog Provides a list dialog for resources.
A_CmsListIndependentJsAction Default implementation of a independent action for a html list column that can execute java script code.
A_CmsListReport Provides a report in the list widget.
A_CmsListSearchAction Abstract implementation of a search action.
CmsHtmlList The main class of the html list widget.
CmsListColumnAlignEnum Wrapper class for the different types of table cell horizontal alignments.
CmsListColumnDefinition Html list column definition.
CmsListCsvExportDialog Generates a CSV file for a given list.
CmsListCsvExportIAction Generates a CSV file for a list.
CmsListDateFormatter Simple formatter for dates.
CmsListDateMacroFormatter Formatter for dates.
CmsListDefaultAction Implementation of a default action in a html list column.
CmsListDirectAction Default implementation of a direct action for a html list column.
CmsListExplorerColumn For adding text style to the columns in the explorer list.
CmsListExplorerDirectAction Displays a 16x16 icon from the explorer view in a list action.
CmsListExplorerFrameset Explorer dialog for the project files view.
CmsListIndependentAction Default implementation of a independent action for a html list.
CmsListItem Generic list item.
CmsListItemActionIconComparator Comparator for column sorting by first direct action icon names.
CmsListItemCaseInsensitiveComparator Comparator for case insensitive column sorting with string localization.
CmsListItemDefaultComparator Default comparator for case sensitive column sorting with string localization.
CmsListItemDetails For adding detail information to the list items add an instance of this class to the list metadata and fill the data like an additional column.
CmsListItemDetailsFormatter This list item detail formatter creates a two column table, in the first column the message is put and in the second the content self.
CmsListItemNumericalComparator Default comparator for case sensitive column sorting with string localization.
CmsListItemSelectionAction Default implementation of a list item selection action.
CmsListMacroFormatter This list formatter uses the MessageFormat class for macro like formatting.
CmsListMetadata This is class contains all the information for defining a whole html list.
CmsListMultiAction Default implementation of a list multi action.
CmsListOpenResourceAction Opens the selected resource in a new window.
CmsListOrderEnum Wrapper class for the different types of table cell horizontal alignments.
CmsListPrintDialog Displays a print preview of a given list.
CmsListPrintIAction Generates a print preview for a list.
CmsListRadioMultiAction Default implementation of a list radio multi action.
CmsListResourceIconAction Displays an icon action for dependency lists.
CmsListResourceLockAction Displays an icon action for the lock type.
CmsListResourceProjStateAction Displays an icon action for the project state.
CmsListResourcesCollector Collector for receiving CmsResource from a A_CmsListExplorerDialog.
CmsListResourceTypeIconAction Displays an icon action for the resource type.
CmsListSearchAction Default implementation for a seach action in an html list.
CmsListState Class for storing the state of a list.
CmsListTimeFormatter Simple formatter for time.
CmsListTimeIntervalFormatter Simple formatter for time intervals.
CmsMultiListDialog Helper class for managing three lists on the same dialog.
CmsTwoListsDialog Helper class for managing two lists on the same dialog.
CmsTwoListsDialogsWOStart A CmsTwoListsDialog with no starting html for previous widget dialog display.
 

Package org.opencms.workplace.list Description

Generates the list views commonly used in the OpenCms Workplace "Administration" tools.

Since:
6.0.0
Version:
$Revision: 1.1 $