Class BehaviorController
- java.lang.Object
-
- org.apache.myfaces.tobago.example.demo.BehaviorController
-
- All Implemented Interfaces:
Serializable
@SessionScoped @Named public class BehaviorController extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BehaviorController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcountUp(javax.faces.event.ActionEvent actionEvent)voidcountUp(javax.faces.event.AjaxBehaviorEvent ajaxBehaviorEvent)StringgetAjax()intgetCounter()StringgetEvent()voidsetAjax(String ajax)voidsetEvent(String event)
-
-
-
Method Detail
-
getAjax
public String getAjax()
-
setAjax
public void setAjax(String ajax)
-
getEvent
public String getEvent()
-
setEvent
public void setEvent(String event)
-
getCounter
public int getCounter()
-
countUp
public void countUp(javax.faces.event.AjaxBehaviorEvent ajaxBehaviorEvent)
-
countUp
public void countUp(javax.faces.event.ActionEvent actionEvent)
-
-