List of usage examples for com.google.gwt.user.client.ui HorizontalPanel subclass-usage
From source file de.metanome.frontend.client.TabHeader.java
/**
* Widget to be put into the tab bars of result tabs. Includes the algorithm name as well as a close
* button.
*
* @author Claudia Exeler
*/
From source file de.novanic.gwteventservice.demo.conversationapp.client.conversation.ui.GWTConversationMessagePanel.java
/** * @author sstrohschein * <br>Date: 16.09.2008 * <br>Time: 13:46:57 */ public class GWTConversationMessagePanel extends HorizontalPanel implements ConversationMessagePanel {
From source file de.novanic.gwteventservice.demo.conversationapp.client.conversation.ui.login.GWTConversationLoginPanel.java
/** * @author sstrohschein * <br>Date: 16.09.2008 * <br>Time: 13:46:47 */ public class GWTConversationLoginPanel extends HorizontalPanel implements ConversationLoginPanel {
From source file de.swm.commons.mobile.client.widgets.DecoratedSuggestBox.java
/** * Suggest box with icon decoration. * */ public class DecoratedSuggestBox extends HorizontalPanel implements DragEventsHandler {
From source file de.swm.commons.mobile.client.widgets.IndexedScrollPanel.java
/** * Indes scroll panel is a address book like widget that orders his entries alphabetically including a selection index * displayed on the right. * */ public class IndexedScrollPanel extends HorizontalPanel {
From source file de.swm.commons.mobile.client.widgets.IndexedScrollPanelWithPager.java
/** * Indes scroll panel is a address book like widget that orders his entries alphabetically including a selection index * displayed on the right. */ public class IndexedScrollPanelWithPager extends HorizontalPanel {
From source file de.swm.commons.mobile.client.widgets.SelectItem.java
/** * Defines a select item which can be placed inside a {@link SelectPanel}. A select item can have a checkmark. */ public class SelectItem extends HorizontalPanel { protected Label textLabel;
From source file edu.colorado.csdms.wmt.client.ui.panel.ClosePanel.java
/** * Makes a {@link HorizontalPanel} with a centered "Close" button. Reusable! * * @author Mark Piper (mark.piper@colorado.edu) */ public class ClosePanel extends HorizontalPanel {
From source file edu.colorado.csdms.wmt.client.ui.panel.ModelActionPanel.java
/**
* Makes a row of action buttons ("Open", "Save", "Run", etc.) for working with
* the model built in WMT.
*
* @author Mark Piper (mark.piper@colorado.edu)
*/
From source file edu.udes.bio.genus.client.ui.menu.Menu.java
/** * The Class Menu. */ public class Menu extends HorizontalPanel { private final StackPanel menu = new StackPanel();