org.hudsonci.maven.plugin.ui.gwt.buildinfo.widget
Class ModuleSummaryCell

java.lang.Object
  extended by com.google.gwt.cell.client.AbstractCell<MavenProjectDTO>
      extended by org.hudsonci.maven.plugin.ui.gwt.buildinfo.widget.ModuleSummaryCell
All Implemented Interfaces:
com.google.gwt.cell.client.Cell<MavenProjectDTO>

public class ModuleSummaryCell
extends com.google.gwt.cell.client.AbstractCell<MavenProjectDTO>

Display of MavenProjectDTO Cells.

Since:
2.1.0
Author:
Jamie Whitehouse

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.cell.client.Cell
com.google.gwt.cell.client.Cell.Context
 
Constructor Summary
ModuleSummaryCell()
           
 
Method Summary
 void render(com.google.gwt.cell.client.Cell.Context context, MavenProjectDTO module, com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)
           
 
Methods inherited from class com.google.gwt.cell.client.AbstractCell
dependsOnSelection, getConsumedEvents, handlesSelection, isEditing, onBrowserEvent, onEnterKeyDown, resetFocus, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleSummaryCell

public ModuleSummaryCell()
Method Detail

render

public void render(com.google.gwt.cell.client.Cell.Context context,
                   MavenProjectDTO module,
                   com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)
Specified by:
render in interface com.google.gwt.cell.client.Cell<MavenProjectDTO>
Specified by:
render in class com.google.gwt.cell.client.AbstractCell<MavenProjectDTO>


Copyright © 2004-2011 Hudson. All Rights Reserved.