org.primefaces.extensions.component.timeline
Class DefaultTimelineUpdater
java.lang.Object
org.primefaces.extensions.component.timeline.TimelineUpdater
org.primefaces.extensions.component.timeline.DefaultTimelineUpdater
- All Implemented Interfaces:
- java.io.Serializable, java.util.EventListener, javax.faces.event.PhaseListener
public class DefaultTimelineUpdater
- extends TimelineUpdater
- implements javax.faces.event.PhaseListener
Default implementation of the TimelineUpdater.
- Since:
- 0.7
- Version:
- $Revision: 1.0 $
- Author:
- Oleg Varaksin / last modified by $Author: $
- See Also:
- Serialized Form
| Fields inherited from class org.primefaces.extensions.component.timeline.TimelineUpdater |
id |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
DefaultTimelineUpdater
public DefaultTimelineUpdater()
add
public void add(TimelineEvent event)
- Specified by:
add in class TimelineUpdater
update
public void update(TimelineEvent event,
int index)
- Specified by:
update in class TimelineUpdater
delete
public void delete(int index)
- Specified by:
delete in class TimelineUpdater
select
public void select(int index)
- Specified by:
select in class TimelineUpdater
clear
public void clear()
- Specified by:
clear in class TimelineUpdater
getPhaseId
public javax.faces.event.PhaseId getPhaseId()
- Specified by:
getPhaseId in interface javax.faces.event.PhaseListener
beforePhase
public void beforePhase(javax.faces.event.PhaseEvent event)
- Specified by:
beforePhase in interface javax.faces.event.PhaseListener
afterPhase
public void afterPhase(javax.faces.event.PhaseEvent event)
- Specified by:
afterPhase in interface javax.faces.event.PhaseListener
setWidgetVar
public void setWidgetVar(java.lang.String widgetVar)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
Copyright © 2011-2013. All Rights Reserved.