Example usage for com.google.gwt.user.client.ui HasVerticalAlignment interface-usage

List of usage examples for com.google.gwt.user.client.ui HasVerticalAlignment interface-usage

Introduction

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

Usage

From source file com.sencha.gxt.widget.core.client.grid.ColumnConfig.java

/**
 * A column config for a column in a column model.
 * 
 * <p />
 * The column config is a configuration object that should only be used when
 * creating a column model. After the column model is created, any changes

From source file org.cruxframework.crux.widgets.client.rollingpanel.CustomRollingPanel.java

/**
 * @author Thiago da Rosa de Bustamante -
 *
 */
//TODO refatorar esta classe. Fazer sem tables
public class CustomRollingPanel extends Composite

From source file org.cruxframework.crux.widgets.client.styledpanel.StyledPanel.java

/**
 * @author Gesse S. F. Dafe
 */
public class StyledPanel extends Composite implements HasHorizontalAlignment, HasVerticalAlignment {
    private static final String DEFAULT_OUTER_STYLE_NAME = "crux-StyledPanelOuter";
    private static final String DEFAULT_STYLE_NAME = "crux-StyledPanel";