com.sage.swt.client.widget.table.editing
Class FinderLastOptionCellRenderer
java.lang.Object
com.sage.swt.client.widget.table.editing.FinderLastOptionCellRenderer
- All Implemented Interfaces:
- CellRenderer<java.lang.Object>
public class FinderLastOptionCellRenderer
- extends java.lang.Object
- implements CellRenderer<java.lang.Object>
The FinderLastOptionCellRenderer
used to display Finder's last option
string value in the table cell.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FinderLastOptionCellRenderer
public FinderLastOptionCellRenderer()
renderCellValue
public void renderCellValue(RowData rowValue,
int index,
AbstractCellView view)
- Render the contents of a cell as String
- Parameters:
rowValue
- the object associated with the rowindex
- indexview
- the view used to set the cell contents
renderRowValue
public void renderRowValue(RowData rowValue,
RowDataColumnDefinition columnDef,
AbstractCellView view)
- Render the contents of a cell as a
Widget
or text or HTML.
- Specified by:
renderRowValue
in interface CellRenderer<java.lang.Object>
- Parameters:
rowValue
- the object associated with the rowcolumnDef
- the associated column definitionview
- the view used to set the cell contents
Copyright © 2011 Sage Software, Inc. All rights reserved.