Class GroupController
- java.lang.Object
-
- org.apache.myfaces.tobago.example.demo.GroupController
-
- All Implemented Interfaces:
Serializable
@SessionScoped @Named public class GroupController extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GroupController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompute(javax.faces.event.AjaxBehaviorEvent event)StringgetChatlog()Currency[]getCurrencies()CurrencygetCurrency()StringgetNewMessage()StringgetSendTo()doublegetValue()doublegetValueInEuro()voidsendChat()voidsendToListener(javax.faces.event.AjaxBehaviorEvent event)voidsetCurrency(Currency currency)voidsetNewMessage(String newMessage)voidsetSendTo(String sendTo)voidsetValue(double value)
-
-
-
Method Detail
-
getChatlog
public String getChatlog()
-
getNewMessage
public String getNewMessage()
-
setNewMessage
public void setNewMessage(String newMessage)
-
sendChat
public void sendChat()
-
getSendTo
public String getSendTo()
-
setSendTo
public void setSendTo(String sendTo)
-
sendToListener
public void sendToListener(javax.faces.event.AjaxBehaviorEvent event)
-
compute
public void compute(javax.faces.event.AjaxBehaviorEvent event)
-
getValue
public double getValue()
-
setValue
public void setValue(double value)
-
getValueInEuro
public double getValueInEuro()
-
getCurrency
public Currency getCurrency()
-
setCurrency
public void setCurrency(Currency currency)
-
getCurrencies
public Currency[] getCurrencies()
-
-