Class EventController

    • Constructor Detail

      • EventController

        public EventController()
    • Method Detail

      • reset

        public void reset()
      • getEventName

        public String getEventName()
      • selectComponent

        public void selectComponent​(javax.faces.event.ActionEvent actionEvent)
      • action

        public void action()
      • actionListener

        public void actionListener​(javax.faces.event.ActionEvent event)
      • ajaxListener

        public void ajaxListener​(javax.faces.event.AjaxBehaviorEvent event)
      • valueChangeListener

        public void valueChangeListener​(javax.faces.event.ValueChangeEvent event)
      • getActionCount

        public int getActionCount()
      • getActionListenerCount

        public int getActionListenerCount()
      • getAjaxListenerCount

        public int getAjaxListenerCount()
      • getValueChangeListenerCount

        public int getValueChangeListenerCount()
      • getCurrentTimestamp

        public long getCurrentTimestamp()