}
};
ActionCell.Delegate<Patches> actionDelegate = new ActionCell.Delegate<Patches>() {
@Override
public void execute(Patches patches) {
circuit.dispatch(new HostSelection(patches.getHost()));
patchInfoPanel.update(patches);
pagedView.showPage(1);
}
};
Column<Patches, Patches> option = new Column<Patches, Patches>(