Class TimeSelectEvent<T>

java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
javax.faces.event.BehaviorEvent
javax.faces.event.AjaxBehaviorEvent
org.primefaces.event.AbstractAjaxBehaviorEvent
org.primefaces.extensions.event.TimeSelectEvent<T>
Type Parameters:
T - should either be java.util.Date or java.time.LocalTime
All Implemented Interfaces:
Serializable

public class TimeSelectEvent<T> extends org.primefaces.event.AbstractAjaxBehaviorEvent
Event which is triggered by the TimePicker components.
Since:
0.3
Version:
$Revision$
Author:
Oleg Varaksin / last modified by $Author$
See Also:
  • Field Summary Link icon

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from class java.util.EventObject Link icon

    source
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    TimeSelectEvent(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior, T time)
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.primefaces.event.AbstractAjaxBehaviorEvent Link icon

    isAppropriateListener, processListener

    Methods inherited from class javax.faces.event.BehaviorEvent Link icon

    getBehavior

    Methods inherited from class javax.faces.event.FacesEvent Link icon

    getComponent, getFacesContext, getPhaseId, queue, setPhaseId

    Methods inherited from class java.util.EventObject Link icon

    getSource, toString

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details Link icon

  • Constructor Details Link icon

    • TimeSelectEvent Link icon

      public TimeSelectEvent(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior, T time)
  • Method Details Link icon

    • getTime Link icon

      public T getTime()