Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/common/table/
DDataTable.java37 public static final String CLICKABLE_STYLE = "data-row-clickable"; field in DataTable
114 table.getRowFormatter().addStyleName(row, CLICKABLE_STYLE); in setRowStyle()