org.apache.myfaces.tobago.event
Class DatePickerController

java.lang.Object
  extended by javax.faces.el.MethodBinding
      extended by org.apache.myfaces.tobago.event.DatePickerController

public class DatePickerController
extends MethodBinding


Field Summary
static String CLOSE_POPUP
           
static String OPEN_POPUP
           
 
Constructor Summary
DatePickerController()
           
 
Method Summary
 Class getType(FacesContext facesContext)
           
 Object invoke(FacesContext facesContext, Object[] objects)
           
 
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
 

Field Detail

OPEN_POPUP

public static final String OPEN_POPUP
See Also:
Constant Field Values

CLOSE_POPUP

public static final String CLOSE_POPUP
See Also:
Constant Field Values
Constructor Detail

DatePickerController

public DatePickerController()
Method Detail

invoke

public Object invoke(FacesContext facesContext,
                     Object[] objects)
              throws EvaluationException
Specified by:
invoke in class MethodBinding
Throws:
EvaluationException

getType

public Class getType(FacesContext facesContext)
              throws MethodNotFoundException
Specified by:
getType in class MethodBinding
Throws:
MethodNotFoundException


Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.