Home
last modified time | relevance | path

Searched refs:getRowCount (Results 1 – 11 of 11) sorted by relevance

/external/autotest/frontend/client/src/autotest/common/table/
DDataTable.java120 for(int i = headerRow + 1; i < table.getRowCount(); i++) in setClickable()
128 while (table.getRowCount() > 1) { in clear()
165 int row = table.getRowCount(); in addRowFromData()
216 for(int i = realRow; i < table.getRowCount(); i++) in removeRow()
224 public int getRowCount() { in getRowCount() method in DataTable
225 return table.getRowCount() - 1; in getRowCount()
301 for (int row = 1; row < table.getRowCount(); row++) { in refreshWidgets()
323 for (int row = 1; row < table.getRowCount(); row++) { in addStyleNameByColumnName()
DFragmentedTable.java61 totalRowCount += getRowCount(tbody); in updateBodyElems()
127 public int getRowCount() { in getRowCount() method in FragmentedTable
131 private native int getRowCount(Element tbody) /*-{ in getRowCount() method in FragmentedTable
DSelectionManager.java54 for (int i = 0; i < attachedTable.getRowCount(); i++) { in refreshSelection()
/external/autotest/frontend/client/src/autotest/tko/
DSeriesSelector.java88 seriesTable.getRowCount() - 1, 0, HasVerticalAlignment.ALIGN_TOP); in Series()
90 seriesTable.setWidget(seriesTable.getRowCount() - 1, 2, deleteLink); in Series()
92 seriesTable.getRowCount() - 1, 2, HasHorizontalAlignment.ALIGN_RIGHT); in Series()
94 seriesTable.getRowCount() - 1, 2, HasVerticalAlignment.ALIGN_BOTTOM); in Series()
243 int row = table.getRowCount() - 1; in addSeries()
DParameterizedFieldListDisplay.java63 boolean visible = (fieldTable.getRowCount() > 1); in setFieldTableVisible()
84 int row = fieldTable.getRowCount(); in addFieldWidget()
96 for (int row = 1; row < fieldTable.getRowCount(); row++) { in removeFieldWidget()
DTkoUtils.java84 int row = table.getRowCount(); in addControlRow()
DTestDetailView.java158 int row = table.getRowCount(); in processAttributes()
/external/autotest/frontend/client/src/autotest/moblab/
DConfigSettingsView.java146 configValueTable.setWidget(configValueTable.getRowCount(), 0, sectionLabel); in loadData()
156 int row = configValueTable.getRowCount(); in loadData()
170 configValueTable.setText(configValueTable.getRowCount(), 0, in loadData()
176 configValueTable.setText(configValueTable.getRowCount(), 0, ""); in loadData()
DDutManagementView.java101 for (int i = 1; i < dutInfoTable.getRowCount(); i++) { in initialize()
/external/autotest/frontend/client/src/autotest/common/spreadsheet/
DSpreadsheet.java372 int rowCount = from.getRowCount(); in matchRowHeights()
381 int lastFromRow = from.getRowCount() - 1; in matchColumnWidths()
478 int numRows = table.getRowCount(); in getColumnWidth()
/external/autotest/frontend/client/src/autotest/afe/create/
DCreateJobViewDisplay.java296 for (int row = 0; row < advancedOptionsLayout.getRowCount(); ++row) in initialize()