- java.lang.Object
-
- javax.faces.model.SelectItem
-
- org.alfresco.web.ui.common.SortableSelectItem
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public final class SortableSelectItem
extends javax.faces.model.SelectItem
implements java.lang.Comparable
Wrapper class to facilitate case-insensitive sorting functionality against our SelectItem objects
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors
Constructor and Description |
SortableSelectItem(java.lang.String value,
java.lang.String label,
java.lang.String sort) |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
int |
compareTo(java.lang.Object obj2) |
-
Methods inherited from class javax.faces.model.SelectItem
getDescription, getLabel, getValue, isDisabled, setDescription, setDisabled, setLabel, setValue
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.