com.sage.swt.client.widget.table.editing
Class FinderLastOptionCellRenderer

java.lang.Object
  extended by 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.


Constructor Summary
FinderLastOptionCellRenderer()
           
 
Method Summary
 void renderCellValue(RowData rowValue, int index, AbstractCellView view)
          Render the contents of a cell as String
 void renderRowValue(RowData rowValue, RowDataColumnDefinition columnDef, AbstractCellView view)
          Render the contents of a cell as a Widget or text or HTML.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FinderLastOptionCellRenderer

public FinderLastOptionCellRenderer()
Method Detail

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 row
index - index
view - 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 row
columnDef - the associated column definition
view - the view used to set the cell contents


Copyright © 2011 Sage Software, Inc. All rights reserved.