List of usage examples for com.google.gwt.dom.client TableCellElement as
public static TableCellElement as(Element elem)
From source file:fr.putnami.pwt.core.widget.client.TableTD.java
License:Open Source License
@Override public void redraw() { if (this.colspan != null) { TableCellElement.as(this.getElement()).setColSpan(this.colspan); }// w w w. jav a 2 s . c o m }