gov.nasa.pds.registry.ui.client
Class ProductColumnDefinition<ColType>

java.lang.Object
  extended by com.google.gwt.gen2.table.client.AbstractColumnDefinition<ViewProduct,ColType>
      extended by gov.nasa.pds.registry.ui.client.ProductColumnDefinition<ColType>
All Implemented Interfaces:
com.google.gwt.gen2.table.client.ColumnDefinition<ViewProduct,ColType>

public abstract class ProductColumnDefinition<ColType>
extends com.google.gwt.gen2.table.client.AbstractColumnDefinition<ViewProduct,ColType>

Column definition specific to the products table display

Author:
jagander

Constructor Summary
ProductColumnDefinition(String name)
          Construct a new ProductColumnDefinition.
 
Method Summary
 void setCellValue(ViewProduct rowValue, String cellValue)
           
 
Methods inherited from class com.google.gwt.gen2.table.client.AbstractColumnDefinition
getCellEditor, getCellRenderer, getCellValue, getColumnProperty, getFooter, getFooterCount, getHeader, getHeaderCount, getMaximumColumnWidth, getMinimumColumnWidth, getPreferredColumnWidth, isColumnSortable, isColumnTruncatable, isFooterTruncatable, isHeaderTruncatable, removeColumnProperty, setCellEditor, setCellRenderer, setCellValue, setColumnProperty, setColumnSortable, setColumnTruncatable, setFooter, setFooterCount, setFooterTruncatable, setHeader, setHeaderCount, setHeaderTruncatable, setMaximumColumnWidth, setMinimumColumnWidth, setPreferredColumnWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductColumnDefinition

public ProductColumnDefinition(String name)
Construct a new ProductColumnDefinition.

Parameters:
name - the name of the column
Method Detail

setCellValue

public void setCellValue(ViewProduct rowValue,
                         String cellValue)


Copyright © 2005-2010 Planetary Data System. All Rights Reserved.