Class DefaultCommandController
- java.lang.Object
-
- org.apache.myfaces.tobago.example.demo.DefaultCommandController
-
- All Implemented Interfaces:
Serializable
@RequestScoped @Named public class DefaultCommandController extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultCommandController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclick(javax.faces.event.ActionEvent actionEvent)StringgetLastActiveButtonId()StringgetValue1()StringgetValue2()StringgetValue3()voidsetValue1(String value1)voidsetValue2(String value2)voidsetValue3(String value3)
-
-
-
Method Detail
-
getValue1
public String getValue1()
-
setValue1
public void setValue1(String value1)
-
getValue2
public String getValue2()
-
setValue2
public void setValue2(String value2)
-
getValue3
public String getValue3()
-
setValue3
public void setValue3(String value3)
-
click
public void click(javax.faces.event.ActionEvent actionEvent)
-
getLastActiveButtonId
public String getLastActiveButtonId()
-
-