@SessionScoped @Named public class GroupController extends Object implements Serializable
| Constructor and Description |
|---|
GroupController() |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(javax.faces.event.AjaxBehaviorEvent event) |
String |
getChatlog() |
Currency[] |
getCurrencies() |
Currency |
getCurrency() |
String |
getNewMessage() |
String |
getSendTo() |
double |
getValue() |
double |
getValueInEuro() |
void |
sendChat() |
void |
sendToListener(javax.faces.event.AjaxBehaviorEvent event) |
void |
setCurrency(Currency currency) |
void |
setNewMessage(String newMessage) |
void |
setSendTo(String sendTo) |
void |
setValue(double value) |
public String getChatlog()
public String getNewMessage()
public void setNewMessage(String newMessage)
public void sendChat()
public String getSendTo()
public void setSendTo(String sendTo)
public void sendToListener(javax.faces.event.AjaxBehaviorEvent event)
public void compute(javax.faces.event.AjaxBehaviorEvent event)
public double getValue()
public void setValue(double value)
public double getValueInEuro()
public Currency getCurrency()
public void setCurrency(Currency currency)
public Currency[] getCurrencies()
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.