Searched refs:HTMLTable (Results 1 – 11 of 11) sorted by relevance
179 final HTMLTable summaryTable = new HTMLTable ("100%", null, null, "0"); in visit()182 final HTMLTable.IRow header = summaryTable.newTitleRow (); in visit()184 final HTMLTable.IRow coverage = summaryTable.newRow (); in visit()191 final HTMLTable.ICell headercell = header.newCell (); in visit()201 final HTMLTable.ICell cell = coverage.newCell (); in visit()213 final HTMLTable statsTable = new HTMLTable (null, null, null, "0"); in visit()216 HTMLTable.IRow row = statsTable.newRow (); in visit()278 final HTMLTable childSummaryTable = new HTMLTable ("100%", null, null, "0"); in visit()358 final HTMLTable summaryTable = new HTMLTable ("100%", null, null, "0"); in visit()361 final HTMLTable.IRow header = summaryTable.newTitleRow (); in visit()[all …]
9 import com.google.gwt.user.client.ui.HTMLTable;23 public void renderRowsAndAppend(HTMLTable tableObject, CellInfo[][] rows, in renderRowsAndAppend()72 public void renderRows(HTMLTable tableObject, CellInfo[][] rows, boolean renderNull) { in renderRows()77 public void renderRows(HTMLTable tableObject, CellInfo[][] rows) { in renderRows()81 private void renderBody(HTMLTable tableObject, String html) { in renderBody()97 protected native void setBodyElement(HTMLTable table, Element newBody) /*-{ in setBodyElement()
10 import com.google.gwt.user.client.ui.HTMLTable;21 public class FragmentedCellFormatter extends HTMLTable.CellFormatter {79 public HTMLTable.Cell getCellForEvent(ClickEvent event) { in getCellForEvent()
15 import com.google.gwt.user.client.ui.HTMLTable;16 import com.google.gwt.user.client.ui.HTMLTable.CellFormatter;264 HTMLTable.Cell tableCell = table.getCellForDomEvent(event); in onCellClicked()
12 import com.google.gwt.user.client.ui.HTMLTable;43 public HTMLTable.Cell getCellForDomEvent(DomEvent<?> event) { in getCellForDomEvent()52 return new HTMLTable.Cell(position.row, position.column) { in getCellForDomEvent()
22 import com.google.gwt.user.client.ui.HTMLTable;206 protected void killPaddingAndSpacing(HTMLTable table) { in killPaddingAndSpacing()370 private void matchRowHeights(HTMLTable from, CellInfo[][] to) { in matchRowHeights()379 private void matchColumnWidths(HTMLTable from, CellInfo[][] to) { in matchColumnWidths()388 protected String getTableCellText(HTMLTable table, int row, int column) { in getTableCellText()456 private Element getCellElement(HTMLTable table, int row, int column) { in getCellElement()476 protected int getColumnWidth(HTMLTable table, int column) { in getColumnWidth()483 protected int getRowHeight(HTMLTable table, int row) { in getRowHeight()525 HTMLTable.Cell tableCell = ((RightClickTable) event.getSource()).getCellForDomEvent(event); in handleEvent()
16 final class HTMLTable extends IElement.Factory.ElementImpl class32 …public HTMLTable (final String width, final String border, final String cellpadding, final String … in HTMLTable() method in HTMLTable
20 import com.google.gwt.user.client.ui.HTMLTable;42 private HTMLTable preferencesTable = new FlexTable();
34 import com.google.gwt.user.client.ui.HTMLTable;304 HTMLTable.RowFormatter advOptLayoutFormatter = advancedOptionsLayout.getRowFormatter(); in initialize()
META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...