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.idwebmail.client.Cabecera.java

/**
 *
 * @author merma158 <jurbano@innodite.com en Innodite, C.A.>
 */
public class Cabecera extends HorizontalPanel {

From source file org.idwebmail.client.Cuerpo.java

/**
 *
 * @author merma158 <jurbano@innodite.com en Innodite, C.A.>
 */
public class Cuerpo extends HorizontalPanel {

From source file org.iplantc.de.pipelineBuilder.client.ui.Button.java

/**
 * An ETA theme button that should be used as a simple item button in a menu or on the bar bellow a tab pane.
 * <p>
 * <b>CSS Style Rules:</b><br>
 * .eta-button{primary style}<br>
 * When the button is in its down state:<br>

From source file org.iplantc.de.pipelineBuilder.client.ui.SimpleButton.java

public class SimpleButton extends HorizontalPanel implements MouseDownHandler, MouseUpHandler, ClickHandler {
    String dependantStyle = "";
    ClickHandler handler;
    Label label;

    public SimpleButton(String title) {

From source file org.jboss.as.console.client.domain.profiles.ApplicationHeader.java

/**
 * @author Heiko Braun
 * @date 2/28/11
 */
public class ApplicationHeader extends HorizontalPanel {

From source file org.jboss.ballroom.client.widgets.tabs.TabHeader.java

/**
 * @author Heiko Braun
 * @date 2/25/11
 */
public class TabHeader extends HorizontalPanel {

From source file org.jboss.ballroom.client.widgets.tools.ToolStrip.java

/**
 * @author Heiko Braun
 */
public class ToolStrip extends HorizontalPanel implements SecurityContextAware {

    static Framework FRAMEWORK = GWT.create(Framework.class);

From source file org.jboss.ballroom.client.widgets.window.DialogueOptions.java

/**
 * @author Heiko Braun
 * @date 4/15/11
 */
public class DialogueOptions extends HorizontalPanel {

From source file org.jboss.bpm.console.client.common.PagingPanel.java

/**
 * Cheap paging helper
 * @author Heiko.Braun <heiko.braun@jboss.com>
 */
public class PagingPanel extends HorizontalPanel {

From source file org.jboss.bpm.console.client.engine.DeploymentDetailView.java

/**
 * Detail panel associated with a selected deployment.
 * @author Heiko.Braun <heiko.braun@jboss.com>
 */
public class DeploymentDetailView extends HorizontalPanel implements ViewInterface {