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 com.ephesoft.gxt.core.client.ui.widget.ScreenNavigatorWidget.java

public class ScreenNavigatorWidget extends HorizontalPanel {
    private VerticalPanel innerVerticalPanel;
    private HorizontalPanel subHorizontalPanel;
    private String height;
    private VerticalPanel toolBarMenuVerticalPanel;
    private VerticalPanel pageMenuVerticalPanel;

From source file com.ephesoft.gxt.rv.client.widget.DatePickerWidget.java

public class DatePickerWidget extends HorizontalPanel implements Validatable {

    public static final String WINDOW_SIZE_STYLE_CSS = "windowSizeStyle";
    private DLFSuggestionBox suggestionBox;
    private Label button;
    private VerticalLayoutContainer verticalLayoutContainer;

From source file com.googlesource.gerrit.plugins.reviewers.client.ReviewersScreen.java

public class ReviewersScreen extends HorizontalPanel {
    private static final String REMOVE_BUTTON_IMG = "plugins/reviewers/static/remove_reviewer.png";

    static class Factory implements Screen.EntryPoint {
        @Override
        public void onLoad(Screen screen) {

From source file com.ikon.frontend.client.widget.dashboard.ToolBarBox.java

/**
 * ToolBarBox
 * 
 * @author jllort
 *
 */

From source file com.ikon.frontend.client.widget.toolbar.ToolBarButton.java

/**
 * ToolBarButton
 * 
 * @author jllort
 *
 */

From source file com.mcherm.zithiacharsheet.client.SettableBooleanField.java

/**
 * A boolean that can be set and is tied to a value; displayed as a checkbox.
 */
public class SettableBooleanField extends HorizontalPanel implements Disposable {

    private final Disposer disposer = new Disposer();

From source file com.mcherm.zithiacharsheet.client.TweakableIntField.java

/**
 * A field that is tied to a value. If the value changes,
 * the field changes. You cannot edit the value (for now).
 */
public class TweakableIntField extends HorizontalPanel implements HasClickHandlers, Disposable {

From source file com.openkm.frontend.client.widget.dashboard.ToolBarBox.java

/**
 * ToolBarBox
 * 
 * @author jllort
 *
 */

From source file com.openkm.frontend.client.widget.toolbar.ToolBarButton.java

/**
 * ToolBarButton
 * 
 * @author jllort
 *
 */

From source file com.phideltcmu.recruiter.client.ui.MasterListPanel.java

public class MasterListPanel extends HorizontalPanel
        implements CategoriesPanelLoadedEventHandler, UserDeletedEventHandler {
    private Button refreshButton = new Button("Refresh Table");
    private VerticalPanel vp = new VerticalPanel();
    private SimpleEventBus privateEventBus = new SimpleEventBus();
    private CategoriesPanel categoriesPanel = new CategoriesPanel(privateEventBus, "Visible Categories", true);