List of usage examples for com.google.gwt.user.cellview.client Header getCell
public Cell<H> getCell()
From source file:org.kaaproject.avro.ui.gwt.client.widget.grid.AvroUiDataGrid.java
License:Apache License
private <C> boolean resetFocusOnFilterCellImpl(Context context, Header<C> header, Element cellParent) { C headerValue = header.getValue();//from ww w.ja v a2 s.c o m Cell<C> cell = header.getCell(); return cell.resetFocus(context, cellParent, headerValue); }