org.apache.maven.continuum.web.view
Class BuildCell

Package class diagram package BuildCell
java.lang.Object
  extended by org.extremecomponents.table.cell.AbstractCell
      extended by org.extremecomponents.table.cell.DisplayCell
          extended by org.apache.maven.continuum.web.view.BuildCell
All Implemented Interfaces:
org.extremecomponents.table.cell.Cell

Deprecated. use of cells is discouraged due to lack of i18n and design in java code. Use jsp:include instead.

public class BuildCell
extends org.extremecomponents.table.cell.DisplayCell

Used in Summary view


Constructor Summary
BuildCell()
          Deprecated.  
 
Method Summary
protected  java.lang.String getCellValue(org.extremecomponents.table.core.TableModel tableModel, org.extremecomponents.table.bean.Column column)
          Deprecated.  
 
Methods inherited from class org.extremecomponents.table.cell.DisplayCell
getExportDisplay
 
Methods inherited from class org.extremecomponents.table.cell.AbstractCell
getHtmlDisplay
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildCell

public BuildCell()
Deprecated. 
Method Detail

getCellValue

protected java.lang.String getCellValue(org.extremecomponents.table.core.TableModel tableModel,
                                        org.extremecomponents.table.bean.Column column)
Deprecated. 
Overrides:
getCellValue in class org.extremecomponents.table.cell.DisplayCell