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 Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FORMAT_DEFAULT
public static final int FORMAT_DEFAULT- See Also:
-
FORMAT_SHORT
public static final int FORMAT_SHORT- See Also:
-
FORMAT_LONG
public static final int FORMAT_LONG- See Also:
-
-
Constructor Details
-
DateCellFormatter
public DateCellFormatter(int format) -
DateCellFormatter
public DateCellFormatter()
-
-
Method Details
-
format
public String format(Object value, com.smartgwt.client.widgets.grid.ListGridRecord rec, int rowNum, int colNum) - Specified by:
format
in interfacecom.smartgwt.client.widgets.grid.CellFormatter
- Overrides:
format
in classColoredListGridField.ColoredCellFormatter
-