Class EventController
- java.lang.Object
-
- org.apache.myfaces.tobago.example.demo.EventController
-
- All Implemented Interfaces:
Serializable
@SessionScoped @Named public class EventController extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEventController.EventsOnComponent
-
Constructor Summary
Constructors Constructor Description EventController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaction()voidactionListener(javax.faces.event.ActionEvent event)voidajaxListener(javax.faces.event.AjaxBehaviorEvent event)intgetActionCount()intgetActionListenerCount()intgetAjaxListenerCount()longgetCurrentTimestamp()StringgetEventName()List<EventController.EventsOnComponent>getEventsOnComponents()List<SolarObject>getPlanets()EventController.EventsOnComponentgetSelectedComponent()intgetValueChangeListenerCount()voidreset()voidselectComponent(javax.faces.event.ActionEvent actionEvent)voidvalueChangeListener(javax.faces.event.ValueChangeEvent event)
-
-
-
Method Detail
-
reset
public void reset()
-
getEventsOnComponents
public List<EventController.EventsOnComponent> getEventsOnComponents()
-
getSelectedComponent
public EventController.EventsOnComponent getSelectedComponent()
-
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()
-
getPlanets
public List<SolarObject> getPlanets()
-
-