Searched refs:HTMLTable (Results 1 – 8 of 8) sorted by relevance
/external/emma/core/java12/com/vladium/emma/report/html/ |
D | ReportGenerator.java | 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 …]
|
/external/autotest/frontend/client/src/autotest/common/table/ |
D | TableRenderer.java | 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()
|
D | FragmentedTable.java | 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()
|
D | DataTable.java | 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()
|
/external/autotest/frontend/client/src/autotest/common/ui/ |
D | RightClickTable.java | 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()
|
/external/autotest/frontend/client/src/autotest/common/spreadsheet/ |
D | Spreadsheet.java | 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()
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
D | HTMLTable.java | 16 final class HTMLTable extends IElement.Factory.ElementImpl class 32 …public HTMLTable (final String width, final String border, final String cellpadding, final String … in HTMLTable() method in HTMLTable
|
/external/autotest/frontend/client/src/autotest/afe/create/ |
D | CreateJobViewDisplay.java | 34 import com.google.gwt.user.client.ui.HTMLTable; 295 HTMLTable.RowFormatter advOptLayoutFormatter = advancedOptionsLayout.getRowFormatter(); in initialize()
|