public class DeploymentCommandColumn extends com.google.gwt.user.cellview.client.Column<DeploymentRecord,DeploymentRecord>
| Constructor and Description |
|---|
DeploymentCommandColumn(DeployCommandExecutor executor,
DeploymentCommand command)
Create a new Command Column.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentRecord |
getValue(DeploymentRecord record) |
getCell, getCellStyleNames, getDataStoreName, getFieldUpdater, getHorizontalAlignment, getVerticalAlignment, isDefaultSortAscending, isSortable, onBrowserEvent, render, setCellStyleNames, setDataStoreName, setDefaultSortAscending, setFieldUpdater, setHorizontalAlignment, setSortable, setVerticalAlignmentpublic DeploymentCommandColumn(DeployCommandExecutor executor, DeploymentCommand command)
executor - The delegate that knows how to execute the command on the server.command - The command that will be fired.public DeploymentRecord getValue(DeploymentRecord record)
getValue in interface com.google.gwt.cell.client.HasCell<DeploymentRecord,DeploymentRecord>getValue in class com.google.gwt.user.cellview.client.Column<DeploymentRecord,DeploymentRecord>Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.