예제 #1
0
파일: Listheader.java 프로젝트: apextw/zk
 /**
  * Internal use only.
  *
  * @since 6.5.0
  */
 public void onGroupLater(SortEvent event) {
   group(event.isAscending());
 }
예제 #2
0
파일: Listheader.java 프로젝트: apextw/zk
 /**
  * Invokes a sorting action based on a {@link SortEvent} and maintains {@link #getSortDirection}.
  *
  * @since 6.5.0
  */
 public void onSort(SortEvent event) {
   sort(event.isAscending());
 }