Package org.opencms.workplace.list
Class CmsListItemDetailsFormatter
java.lang.Object
org.opencms.workplace.list.CmsListItemDetailsFormatter
- All Implemented Interfaces:
I_CmsListFormatter
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.
- Since:
- 6.0.0
-
Constructor Summary
ConstructorDescriptionCmsListItemDetailsFormatter
(org.opencms.i18n.CmsMessageContainer message) Default constructor that sets the mask to use. -
Method Summary
-
Constructor Details
-
CmsListItemDetailsFormatter
Default constructor that sets the mask to use.- Parameters:
message
- header for item detail
-
-
Method Details
-
format
Description copied from interface:I_CmsListFormatter
Returns a formatted string for the specified data.Take care of
null
data.- Specified by:
format
in interfaceI_CmsListFormatter
- Parameters:
data
- the data to formatlocale
- the locale for formatting- Returns:
- formatted data
- See Also:
-