Class TimelineUpdater

    • Constructor Detail

      • TimelineUpdater

        public TimelineUpdater()
    • Method Detail

      • getCurrentInstance

        public static TimelineUpdater getCurrentInstance​(String id)
        Gets the current thread-safe TimelineUpdater instance by Id.
        Parameters:
        id - Id of the Timeline component in terms of findComponent()
        Returns:
        TimelineUpdater instance.
        Throws:
        javax.faces.FacesException - if the Timeline component can not be found by the given Id
      • update

        public abstract void update​(TimelineEvent<?> event)
      • delete

        public abstract void delete​(String id)
      • select

        public abstract void select​(String id)
      • clear

        public abstract void clear()