| java.lang.Object com.google.gwt.sample.mail.client.Mail
Mail | public class Mail implements EntryPoint,WindowResizeListener(Code) | | This application demonstrates how to construct a relatively complex user
interface, similar to many common email readers. It has no back-end,
populating its components with hard-coded data.
|
Method Summary | |
public void | displayItem(MailItem item) Displays the specified item. | public static Mail | get() Gets the singleton Mail instance. | public void | onModuleLoad() This method constructs the application user interface by instantiating
controls and hooking up event listeners. | public void | onWindowResized(int width, int height) |
displayItem | public void displayItem(MailItem item)(Code) | | Displays the specified item.
Parameters: item - |
get | public static Mail get()(Code) | | Gets the singleton Mail instance.
|
onModuleLoad | public void onModuleLoad()(Code) | | This method constructs the application user interface by instantiating
controls and hooking up event listeners.
|
onWindowResized | public void onWindowResized(int width, int height)(Code) | | |
|
|