Example usage for com.google.gwt.user.client.ui DockPanel subclass-usage

List of usage examples for com.google.gwt.user.client.ui DockPanel subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.user.client.ui DockPanel subclass-usage.

Usage

From source file fr.aliasource.webmail.client.conversations.ConversationListPanel.java

/**
 * The list of conversations. The actions at the top are implemented in
 * {@link ConversationListActionsPanel}. The grid with the conversations is a
 * {@link DataGrid}.
 * 
 * @author tom

From source file fr.aliasource.webmail.client.Heading.java

/**
 * Webmail heading with logo, logout link, etc.
 * 
 * @author tom
 * 
 */

From source file fr.aliasource.webmail.client.login.LoginUI.java

/**
 * The AJAX login page. This page is displayed when ajaxLogin is set to true in
 * frontend config file, or when the login filter failed to authentificate the
 * user.
 * 
 * @author tom

From source file fr.aliasource.webmail.client.reader.ConversationDisplay.java

/**
 * Widget used to display all the messages in a conversation
 * 
 * @author tom
 * 
 */

From source file fr.aliasource.webmail.client.reader.MessageActions.java

public class MessageActions extends DockPanel {

    private Anchor showImagesLink;
    private VerticalPanel vp;
    private VerticalPanel cleanMessageBody;
    private VerticalPanel actionPanel;

From source file fr.aliasource.webmail.client.settings.FilterSettingsTab.java

/**
 * 
 * @author tom
 * 
 */
public class FilterSettingsTab extends DockPanel implements ISettingsPage, ISettingChangeListener {

From source file fr.aliasource.webmail.client.settings.FolderSettingsTab.java

/**
 * Settings page to manage IMAP folders
 * 
 * @author matthieu
 * 
 */

From source file fr.aliasource.webmail.client.settings.GlobalSettingsTab.java

/**
 * 
 * @author matthieu
 * 
 */
public class GlobalSettingsTab extends DockPanel implements ISettingsPage, ISettingChangeListener {

From source file fr.aliasource.webmail.client.Toolbar.java

/**
 * Toolbar with search box
 * 
 * 
 * @author tom
 * 

From source file fr.aliasource.webmail.client.View.java

/**
 * Webmail main ui
 * 
 * the main tab panel, the folders list and search field are here
 * 
 * @author tom