|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.el.MethodBinding
org.apache.myfaces.tobago.component.Sorter
public class Sorter
Constructor Summary | |
---|---|
Sorter()
|
Method Summary | |
---|---|
java.util.Comparator |
getComparator()
|
java.lang.Class |
getType(FacesContext facescontext)
|
java.lang.Object |
invoke(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 |
Constructor Detail |
---|
public Sorter()
Method Detail |
---|
public java.lang.Object invoke(FacesContext facesContext, java.lang.Object[] aobj) throws EvaluationException
invoke
in class MethodBinding
EvaluationException
public java.lang.Class getType(FacesContext facescontext) throws MethodNotFoundException
getType
in class MethodBinding
MethodNotFoundException
public java.util.Comparator getComparator()
public void setComparator(java.util.Comparator comparator)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |