|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opencms.workplace.list.CmsListTimeIntervalFormatter
public class CmsListTimeIntervalFormatter
Simple formatter for time intervals.
| Constructor Summary | |
|---|---|
CmsListTimeIntervalFormatter()
Default constructor. |
|
| Method Summary | |
|---|---|
String |
format(Object data,
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 CmsListTimeIntervalFormatter()
Use dd:hh:mm:ss style.
| Method Detail |
|---|
public String format(Object data,
Locale locale)
I_CmsListFormatter
Take care of null data.
format in interface I_CmsListFormatterdata - 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 | |||||||||