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

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

Introduction

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

Usage

From source file org.ow2.proactive_grid_cloud_portal.rm.client.nodesource.serialization.load.catalog.ImportFromCatalogPanel.java

public class ImportFromCatalogPanel extends HorizontalPanel {

    public static final String CATALOG_OPTION_NAME = "Import from Catalog";

    private String selectItemGenericEntry;

From source file org.pathvisio.wikipathways.client.ResultInfobar.java

/**
 * A widget that displays information on the search results
 * @author thomas
 */
public class ResultInfobar extends HorizontalPanel {
    public ResultInfobar() {

From source file org.pentaho.gwt.widgets.client.controls.TimePicker.java

/**
 * Although hours combo displays the range 1...12, the hour setter/getters take/return the range 0...11. So setting the
 * hour to 0 will cause 1 to be selected in the combo.
 * 
 * @author Steven Barkdull
 * 

From source file org.pentaho.gwt.widgets.client.listbox.CustomListBox.java

/**
 * 
 * ComplexListBox is a List-style widget can contain custom list-items made (images + text, text + checkboxes) This list
 * is displayed as a drop-down style component by default. If the visibleRowCount property is set higher than 1
 * (default), the list is rendered as a multi-line list box.
 * 

From source file org.pentaho.gwt.widgets.client.listbox.DefaultListItem.java

/**
 * 
 * User: Nick Baker Date: Mar 9, 2009 Time: 11:28:45 AM
 */
public class DefaultListItem extends HorizontalPanel implements ListItem<Object> {

From source file org.pentaho.gwt.widgets.client.text.ValidationPasswordTextBox.java

public class ValidationPasswordTextBox extends HorizontalPanel implements IValidationTextBox {

    private PasswordTextBox passwordTextBox;

    private PopupPanel popupPanel;

From source file org.pentaho.gwt.widgets.client.text.ValidationTextBox.java

public class ValidationTextBox extends HorizontalPanel implements IValidationTextBox {

    private TextBox textBox;

    private PopupPanel popupPanel;

From source file org.pentaho.gwt.widgets.client.toolbar.Toolbar.java

/**
 * Displays a collection of buttons in a standard toolbar view. Also supports ToolbarGroup objects that manage related
 * buttons.
 * 
 * @author nbaker
 */

From source file org.pentaho.mantle.client.solutionbrowser.SolutionBrowserPanel.java

@SuppressWarnings("deprecation")
public class SolutionBrowserPanel extends HorizontalPanel {

    private static final String FILE_EXTENSION_DELIMETER = ".";

    private final int defaultSplitPosition = 220; //$NON-NLS-1$

From source file org.pentaho.mantle.client.solutionbrowser.SolutionBrowserPerspective.java

public class SolutionBrowserPerspective extends HorizontalPanel {

    private static final String defaultSplitPosition = "220px"; //$NON-NLS-1$

    private HorizontalSplitPanel solutionNavigatorAndContentPanel = new HorizontalSplitPanel(MantleImages.images);
    private VerticalSplitPanel solutionNavigatorPanel = new VerticalSplitPanel(MantleImages.images);