@SessionScoped @Named public class BehaviorController extends Object implements Serializable
| Constructor and Description |
|---|
BehaviorController() |
| Modifier and Type | Method and Description |
|---|---|
void |
countUp(javax.faces.event.ActionEvent actionEvent) |
void |
countUp(javax.faces.event.AjaxBehaviorEvent ajaxBehaviorEvent) |
String |
getAjax() |
int |
getCounter() |
String |
getEvent() |
void |
setAjax(String ajax) |
void |
setEvent(String event) |
public String getAjax()
public void setAjax(String ajax)
public String getEvent()
public void setEvent(String event)
public int getCounter()
public void countUp(javax.faces.event.AjaxBehaviorEvent ajaxBehaviorEvent)
public void countUp(javax.faces.event.ActionEvent actionEvent)
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.