Package org.imixs.workflow.faces.util
Klasse SelectItemComparator
java.lang.Object
org.imixs.workflow.faces.util.SelectItemComparator
- Alle implementierten Schnittstellen:
Comparator<jakarta.faces.model.SelectItem>
public class SelectItemComparator
extends Object
implements Comparator<jakarta.faces.model.SelectItem>
Sorts a ArrayList of SelectItems by label
- Autor:
- rsoika
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungSelectItemComparator(boolean ascending) SelectItemComparator(Locale locale, boolean ascending) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintcompare(jakarta.faces.model.SelectItem a, jakarta.faces.model.SelectItem b) Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Konstruktordetails
-
SelectItemComparator
public SelectItemComparator(boolean ascending) -
SelectItemComparator
-
-
Methodendetails
-
compare
public int compare(jakarta.faces.model.SelectItem a, jakarta.faces.model.SelectItem b) - Angegeben von:
comparein SchnittstelleComparator<jakarta.faces.model.SelectItem>
-