public class MailForm
extends com.google.gwt.user.client.ui.Composite
| Modifier and Type | Field and Description |
|---|---|
static String |
attachImageUrl |
static String |
loading |
static String |
mailSentNOK |
static String |
mailSentOK |
| Constructor and Description |
|---|
MailForm()
Bind the xml and the events
|
MailForm(HashMap<String,String> attachedFiles)
constructor to be used for send to
|
MailForm(List<String> listToLogin)
constructor to be used for sending message to a predefined user or users
|
MailForm(String fromLogin,
String mSubject,
List<String> listToLogin,
Date date,
HashMap<String,String> attachedFiles,
String textMessage,
boolean isReply)
constructor to be used when replying or forwarding
|
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidgetaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toStringpublic static final String loading
public static final String attachImageUrl
public static final String mailSentOK
public static final String mailSentNOK
Copyright © 2015. All Rights Reserved.