Example usage for com.vaadin.client.ui VVerticalLayout subclass-usage

List of usage examples for com.vaadin.client.ui VVerticalLayout subclass-usage

Introduction

In this page you can find the example usage for com.vaadin.client.ui VVerticalLayout subclass-usage.

Usage

From source file com.haulmont.cuba.web.widgets.client.addons.dragdroplayouts.ui.verticallayout.VDDVerticalLayout.java

/**
 * Client side implementation for {@link DDVerticalLayout}
 * 
 * @author John Ahlroos / www.jasoft.fi
 * @since 0.4.0
 */

From source file com.haulmont.cuba.web.widgets.client.addons.dragdroplayouts.v7.ui.verticallayout.VDDVerticalLayout.java

/**
 * Client side implementation for {@link DDVerticalLayout}
 * 
 * @author John Ahlroos / www.jasoft.fi
 * @since 0.4.0
 */

From source file fi.jasoft.dragdroplayouts.client.ui.verticallayout.VDDVerticalLayout.java

/**
 * Client side implementation for {@link DDVerticalLayout}
 * 
 * @author John Ahlroos / www.jasoft.fi
 * @since 0.4.0
 */

From source file fi.jasoft.dragdroplayouts.v7.client.ui.verticallayout.VDDVerticalLayout.java

/**
 * Client side implementation for {@link DDVerticalLayout}
 * 
 * @author John Ahlroos / www.jasoft.fi
 * @since 0.4.0
 */

From source file org.semanticsoft.vaaclipse.widgets.client.ui.extlayout.VExtendedVerticalLayout.java

public class VExtendedVerticalLayout extends VVerticalLayout {
    public static final String VARIABLES = "_variables_";

    /** The client side widget identifier */
    String paintableId;

From source file org.semanticsoft.vaadinaddons.boundsinfo.client.ui.VBoundsinfoVerticalLayout.java

/**
 * Client side widget which communicates with the server. Messages from the
 * server are shown as HTML and mouse clicks are sent to the server.
 */
public class VBoundsinfoVerticalLayout extends VVerticalLayout implements Paintable {

From source file org.vaadin.tltv.layout.client.DynamicVerticalLayoutWidget.java

/**
 * DynamicVerticalLayoutWidget extends {@link VVerticalLayout}. It can be used
 * to listen for VVerticalLayout's slot elements resize events and set
 * min-height for them by calculating the required height for that slot's
 * content. Adding min-height this way helps to avoid situations where layout's
 * slots are rendered over each others.