| Modifier and Type | Method and Description |
|---|---|
ConvMessage |
MessageService.getMessageById(String messageId,
boolean sent) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ConvMessage> |
MessageService.getMessages(boolean sent) |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageServiceAsync.getMessageById(String messageId,
boolean sent,
com.google.gwt.user.client.rpc.AsyncCallback<ConvMessage> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
MessageServiceAsync.getMessages(boolean sent,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<ConvMessage>> callback)
GWT-RPC service asynchronous (client-side) interface
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationView.deleteMessage(ConvMessage toDelete,
boolean sent) |
void |
WriteMessage.setIsForward(ConvMessage msg) |
void |
WriteMessage.setIsReply(ConvMessage msg) |
void |
WriteMessage.setIsReplyAll(ConvMessage msg) |
void |
ApplicationView.setMessageUnread(ConvMessage toSet,
boolean sent) |
void |
DisplayMessage.showMessage(ConvMessage m)
Display the message in the main panel
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationView.showMessages(ArrayList<ConvMessage> messages,
boolean sent) |
| Constructor and Description |
|---|
MessageItem(ConvMessage m,
gwt.material.design.client.ui.MaterialCollection parentCollection,
ApplicationView ap,
boolean sent) |
| Modifier and Type | Method and Description |
|---|---|
ConvMessage |
ConvServiceImpl.getMessageById(String messageId,
boolean sent) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ConvMessage> |
ConvServiceImpl.getMessages(boolean sent) |
Copyright © 2019. All rights reserved.