List of usage examples for com.google.gwt.user.client.ui DockPanel subclass-usage
From source file com.sun.labs.aura.dbbrowser.client.query.AttnPanel.java
/** * * @author ja151348 */ public class AttnPanel extends DockPanel { private AttnDesc[] attns;
From source file com.sun.labs.aura.dbbrowser.client.query.ResultsPanel.java
/** * */ public class ResultsPanel extends DockPanel { private ItemDesc[] items; private FlexTable results;
From source file com.sun.labs.aura.dbbrowser.client.shell.ShellUI.java
/** * An interface for running the AuraShell remotely */ public class ShellUI extends DockPanel { private ShellServiceAsync service = null;
From source file com.sun.labs.aura.dbbrowser.client.viz.VizUI.java
/** * The main interface to the visualization tool */ public class VizUI extends DockPanel { protected FlowPanel controls; protected HorizontalPanel leftRight;
From source file com.sun.labs.aura.music.admin.client.MainSelector.java
/** * Presents a way to select between the different components of the tool. */ public class MainSelector extends DockPanel { Label label;
From source file de.novanic.gwteventservice.demo.conversationapp.client.conversation.ui.GWTConversationMainPanel.java
/** * @author sstrohschein * <br>Date: 16.09.2008 * <br>Time: 13:17:37 */ public class GWTConversationMainPanel extends DockPanel implements ConversationMainPanel {
From source file fr.aliasource.webmail.client.addressbook.AddressBook.java
/**
* Address book widget
*
* @author tom
*
*/
From source file fr.aliasource.webmail.client.composer.BodyEditor.java
/**
* The body editor part of the mail composer
*
* @author tom
*
*/
From source file fr.aliasource.webmail.client.composer.MailComposer.java
/**
* Mail compose widget
*
* @author tom
*
*/
From source file fr.aliasource.webmail.client.conversations.ConversationListActionsPanel.java
/**
* Action buttons at the top of the conversation list. Controls page switching.
*
* @author tom
*
*/