Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/common/table/
DDataTable.java38 public static final String HIGHLIGHTED_STYLE = "data-row-highlighted"; field in DataTable
241 table.getRowFormatter().addStyleName(row, HIGHLIGHTED_STYLE); in highlightRow()
246 table.getRowFormatter().removeStyleName(row, HIGHLIGHTED_STYLE); in unhighlightRow()