Searched refs:HIGHLIGHTED_STYLE (Results 1 – 1 of 1) sorted by relevance
38 public static final String HIGHLIGHTED_STYLE = "data-row-highlighted"; field in DataTable241 table.getRowFormatter().addStyleName(row, HIGHLIGHTED_STYLE); in highlightRow()246 table.getRowFormatter().removeStyleName(row, HIGHLIGHTED_STYLE); in unhighlightRow()