java.io.Serializable@SessionScoped
@Named
public class BehaviorController
extends java.lang.Object
implements java.io.Serializable
| Constructor | Description |
|---|---|
BehaviorController() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
countUp(javax.faces.event.ActionEvent actionEvent) |
|
void |
countUp(javax.faces.event.AjaxBehaviorEvent ajaxBehaviorEvent) |
|
java.lang.String |
getAjax() |
|
int |
getCounter() |
|
java.lang.String |
getEvent() |
|
void |
setAjax(java.lang.String ajax) |
|
void |
setEvent(java.lang.String event) |
public java.lang.String getAjax()
public void setAjax(java.lang.String ajax)
public java.lang.String getEvent()
public void setEvent(java.lang.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.