132133134135136137138139140141142
} if (i == clientSelection.getActiveRowIndex()) { table.setActiveRowKey(rowKey); } holder.nextRow(); } }, holder); } catch (IOException e) { throw new FacesException(e);
277278279280281282283284285286287
if (rowKey.equals(table.getActiveRowKey())) { clientSelection.setActiveRowIndex(holder.getRowCounter()); } holder.nextRow(); } }, holder); // ScrollableDataTableRendererState.restoreState(context);
116117118119120121122123124125126
266267268269270271272273274275276