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

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

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

Column definition specific to the associations table display

Author:
hyunlee

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

AssociationColumnDefinition

public AssociationColumnDefinition(String name)
Construct a new AssociationColumnDefinition.

Parameters:
name - the name of the column
Method Detail

setCellValue

public void setCellValue(ViewAssociation rowValue,
                         String cellValue)


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