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