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

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

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

Column definition specific to the service table display

Author:
hyunlee

Constructor Summary
ServiceColumnDefinition(String name)
          Construct a new ServiceColumnDefinition.
 
Method Summary
 void setCellValue(ViewService 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

ServiceColumnDefinition

public ServiceColumnDefinition(String name)
Construct a new ServiceColumnDefinition.

Parameters:
name - the name of the column
Method Detail

setCellValue

public void setCellValue(ViewService rowValue,
                         String cellValue)


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