org.apache.myfaces.tobago.component
Class Sorter
java.lang.Object
javax.faces.el.MethodBinding
org.apache.myfaces.tobago.component.Sorter
public class Sorter
- extends javax.faces.el.MethodBinding
Method Summary |
java.util.Comparator |
getComparator()
|
java.lang.Class |
getType(javax.faces.context.FacesContext facescontext)
|
java.lang.Object |
invoke(javax.faces.context.FacesContext facesContext,
java.lang.Object[] aobj)
|
void |
setComparator(java.util.Comparator comparator)
|
Methods inherited from class javax.faces.el.MethodBinding |
getExpressionString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Sorter
public Sorter()
invoke
public java.lang.Object invoke(javax.faces.context.FacesContext facesContext,
java.lang.Object[] aobj)
throws javax.faces.el.EvaluationException
- Specified by:
invoke
in class javax.faces.el.MethodBinding
- Throws:
javax.faces.el.EvaluationException
getType
public java.lang.Class getType(javax.faces.context.FacesContext facescontext)
throws javax.faces.el.MethodNotFoundException
- Specified by:
getType
in class javax.faces.el.MethodBinding
- Throws:
javax.faces.el.MethodNotFoundException
getComparator
public java.util.Comparator getComparator()
setComparator
public void setComparator(java.util.Comparator comparator)
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.