org.openfaces.component.chart
Interface Sorter


public interface Sorter


Field Summary
static java.util.Comparator<Tuple> ASCENDING
           
static java.util.Comparator<Tuple> DESCENDING
           
static java.util.Comparator<Tuple> NONE
           
 

Field Detail

ASCENDING

static final java.util.Comparator<Tuple> ASCENDING

DESCENDING

static final java.util.Comparator<Tuple> DESCENDING

NONE

static final java.util.Comparator<Tuple> NONE


Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.