org.hudsonci.maven.plugin.ui.gwt.buildinfo.widget
Class ModuleSummaryCell
java.lang.Object
com.google.gwt.cell.client.AbstractCell<MavenProjectDTO>
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 classes/interfaces inherited from interface com.google.gwt.cell.client.Cell |
com.google.gwt.cell.client.Cell.Context |
|
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 |
ModuleSummaryCell
public ModuleSummaryCell()
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.