org.gcube.portlets.widgets.wsmail.client.forms
Class MailForm

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Composite
              extended by org.gcube.portlets.widgets.wsmail.client.forms.MailForm
All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.IsRenderable, com.google.gwt.user.client.ui.IsWidget

public class MailForm
extends com.google.gwt.user.client.ui.Composite

Author:
Massimiliano Assante ISTI-CNR

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
 
Field Summary
static String attachImageUrl
           
static String loading
           
static String mailSentNOK
           
static String mailSentOK
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
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
 
Method Summary
 
Methods inherited from class com.google.gwt.user.client.ui.Composite
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, 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, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

loading

public static final String loading

attachImageUrl

public static final String attachImageUrl

mailSentOK

public static final String mailSentOK

mailSentNOK

public static final String mailSentNOK
Constructor Detail

MailForm

public MailForm()
Bind the xml and the events


MailForm

public MailForm(HashMap<String,String> attachedFiles)
constructor to be used for send to


MailForm

public MailForm(List<String> listToLogin)
constructor to be used for sending message to a predefined user or users


MailForm

public 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



Copyright © 2014. All Rights Reserved.