Class BehaviorTestController
- java.lang.Object
-
- org.apache.myfaces.tobago.example.demo.BehaviorTestController
-
- All Implemented Interfaces:
Serializable
@SessionScoped @Named public class BehaviorTestController extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BehaviorTestController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcountAction1()voidcountAction2()voidcountAction3()voidcountActionListener1(javax.faces.event.ActionEvent actionEvent)voidcountActionListener2(javax.faces.event.ActionEvent actionEvent)voidcountActionListener3(javax.faces.event.ActionEvent actionEvent)voidcountAjaxListener1(javax.faces.event.AjaxBehaviorEvent ajaxBehaviorEvent)voidcountAjaxListener2(javax.faces.event.AjaxBehaviorEvent ajaxBehaviorEvent)voidcountAjaxListener3(javax.faces.event.AjaxBehaviorEvent ajaxBehaviorEvent)voidcountButtonAction()voidcountButtonActionListener(javax.faces.event.ActionEvent actionEvent)intgetActionCounter1()intgetActionCounter2()intgetActionCounter3()intgetActionListenerCounter1()intgetActionListenerCounter2()intgetActionListenerCounter3()intgetAjaxListenerCounter1()intgetAjaxListenerCounter2()intgetAjaxListenerCounter3()intgetButtonActionCounter()intgetButtonActionListenerCounter()intgetSelector()booleanisAjaxEnabled1()booleanisAjaxEnabled2()booleanisAjaxEnabled3()booleanisEventEnabled1()booleanisEventEnabled2()booleanisEventEnabled3()voidreset()voidsetSelector(int selector)voidsubmitSelection()
-
-
-
Method Detail
-
reset
public void reset()
-
countButtonAction
public void countButtonAction()
-
countButtonActionListener
public void countButtonActionListener(javax.faces.event.ActionEvent actionEvent)
-
countAction1
public void countAction1()
-
countActionListener1
public void countActionListener1(javax.faces.event.ActionEvent actionEvent)
-
countAjaxListener1
public void countAjaxListener1(javax.faces.event.AjaxBehaviorEvent ajaxBehaviorEvent)
-
countAction2
public void countAction2()
-
countActionListener2
public void countActionListener2(javax.faces.event.ActionEvent actionEvent)
-
countAjaxListener2
public void countAjaxListener2(javax.faces.event.AjaxBehaviorEvent ajaxBehaviorEvent)
-
countAction3
public void countAction3()
-
countActionListener3
public void countActionListener3(javax.faces.event.ActionEvent actionEvent)
-
countAjaxListener3
public void countAjaxListener3(javax.faces.event.AjaxBehaviorEvent ajaxBehaviorEvent)
-
getSelector
public int getSelector()
-
setSelector
public void setSelector(int selector)
-
submitSelection
public void submitSelection()
-
getButtonActionCounter
public int getButtonActionCounter()
-
getButtonActionListenerCounter
public int getButtonActionListenerCounter()
-
getActionCounter1
public int getActionCounter1()
-
getActionListenerCounter1
public int getActionListenerCounter1()
-
getAjaxListenerCounter1
public int getAjaxListenerCounter1()
-
getActionCounter2
public int getActionCounter2()
-
getActionListenerCounter2
public int getActionListenerCounter2()
-
getAjaxListenerCounter2
public int getAjaxListenerCounter2()
-
getActionCounter3
public int getActionCounter3()
-
getActionListenerCounter3
public int getActionListenerCounter3()
-
getAjaxListenerCounter3
public int getAjaxListenerCounter3()
-
isEventEnabled1
public boolean isEventEnabled1()
-
isEventEnabled2
public boolean isEventEnabled2()
-
isEventEnabled3
public boolean isEventEnabled3()
-
isAjaxEnabled1
public boolean isAjaxEnabled1()
-
isAjaxEnabled2
public boolean isAjaxEnabled2()
-
isAjaxEnabled3
public boolean isAjaxEnabled3()
-
-