org.opencms.workplace.list
Class CmsListItemDetailsFormatter

java.lang.Object
  extended byorg.opencms.workplace.list.CmsListItemDetailsFormatter
All Implemented Interfaces:
I_CmsListFormatter

public class CmsListItemDetailsFormatter
extends java.lang.Object
implements 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
Version:
$Revision: 1.9 $
Author:
Michael Moossen

Constructor Summary
CmsListItemDetailsFormatter(CmsMessageContainer message)
          Default constructor that sets the mask to use.
 
Method Summary
 java.lang.String format(java.lang.Object data, java.util.Locale locale)
          Returns a formatted string for the specified data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsListItemDetailsFormatter

public CmsListItemDetailsFormatter(CmsMessageContainer message)
Default constructor that sets the mask to use.

Parameters:
message - header for item detail
Method Detail

format

public java.lang.String format(java.lang.Object data,
                               java.util.Locale locale)
Description copied from interface: I_CmsListFormatter
Returns a formatted string for the specified data.

Take care of null data.

Specified by:
format in interface I_CmsListFormatter
Parameters:
data - the data to format
locale - the locale for formatting
Returns:
formatted data
See Also:
I_CmsListFormatter.format(java.lang.Object, java.util.Locale)