/**
  * Sets the current sort state.
  *
  * @param property sort property
  * @param order sort order
  */
 public void setSort(final S property, final SortOrder order) {
   sortState.setPropertySortOrder(property, order);
 }