|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.workplace.list.CmsListItemDetailsFormatter
public class 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.
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 |
---|
public CmsListItemDetailsFormatter(CmsMessageContainer message)
message
- header for item detailMethod Detail |
---|
public java.lang.String format(java.lang.Object data, java.util.Locale locale)
I_CmsListFormatter
Take care of null
data.
format
in interface I_CmsListFormatter
data
- the data to formatlocale
- the locale for formatting
I_CmsListFormatter.format(java.lang.Object, java.util.Locale)
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |