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

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

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

Column definition specific to the Scheme table display

Author:
hyunlee

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

SchemeColumnDefinition

public SchemeColumnDefinition(String name)
Construct a new SchemeColumnDefinition.

Parameters:
name - the name of the column
Method Detail

setCellValue

public void setCellValue(ViewScheme rowValue,
                         String cellValue)


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