Class DateListGridField.DateCellFormatter
java.lang.Object
com.logicaldoc.gui.common.client.grid.ColoredListGridField.ColoredCellFormatter
com.logicaldoc.gui.common.client.grid.DateListGridField.DateCellFormatter
- All Implemented Interfaces:
- com.smartgwt.client.widgets.grid.CellFormatter
- Enclosing class:
- DateListGridField
Utility formatter for those cells that contains dates
- Since:
- 6.0
- Author:
- Marco Meschieri - LogicalDOC
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
FORMAT_DEFAULTpublic static final int FORMAT_DEFAULT- See Also:
 
- 
FORMAT_SHORTpublic static final int FORMAT_SHORT- See Also:
 
- 
FORMAT_LONGpublic static final int FORMAT_LONG- See Also:
 
 
- 
- 
Constructor Details- 
DateCellFormatterpublic DateCellFormatter(int format) 
- 
DateCellFormatterpublic DateCellFormatter()
 
- 
- 
Method Details- 
formatpublic String format(Object value, com.smartgwt.client.widgets.grid.ListGridRecord rec, int rowNum, int colNum) - Specified by:
- formatin interface- com.smartgwt.client.widgets.grid.CellFormatter
- Overrides:
- formatin class- ColoredListGridField.ColoredCellFormatter
 
 
-