com.cc.framework.ui.model
Interface Sortable


public interface Sortable

Interface for collections that support sorting

Version:
$Revision: 1.4 $
Author:
Harald Schulz

Method Summary
 void sort(java.lang.String property, SortOrder order)
          Sorts the collection
 

Method Detail

sort

public void sort(java.lang.String property,
                 SortOrder order)
Sorts the collection

Parameters:
property - The property to sort
order - sort order


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.