Example usage for com.vaadin.shared.ui.gridlayout GridLayoutState subclass-usage

List of usage examples for com.vaadin.shared.ui.gridlayout GridLayoutState subclass-usage

Introduction

In this page you can find the example usage for com.vaadin.shared.ui.gridlayout GridLayoutState subclass-usage.

Usage

From source file com.haulmont.cuba.web.toolkit.ui.client.fieldgrouplayout.CubaFieldGroupLayoutState.java

public class CubaFieldGroupLayoutState extends GridLayoutState {
    {
        primaryStyleName = "c-fglayout";
    }

    public boolean useInlineCaption = true;

From source file com.haulmont.cuba.web.widgets.client.addons.dragdroplayouts.ui.gridlayout.DDGridLayoutState.java

public class DDGridLayoutState extends GridLayoutState implements DragAndDropAwareState {

    public static final float DEFAULT_HORIZONTAL_RATIO = 0.2f;
    public static final float DEFAULT_VERTICAL_RATIO = 0.2f;

    @DelegateToWidget

From source file com.haulmont.cuba.web.widgets.client.fieldgrouplayout.CubaFieldGroupLayoutState.java

public class CubaFieldGroupLayoutState extends GridLayoutState {
    {
        primaryStyleName = "c-fglayout";
    }

    public boolean useInlineCaption = true;

From source file fi.jasoft.dragdroplayouts.client.ui.gridlayout.DDGridLayoutState.java

public class DDGridLayoutState extends GridLayoutState implements DragAndDropAwareState {

    public static final float DEFAULT_HORIZONTAL_RATIO = 0.2f;
    public static final float DEFAULT_VERTICAL_RATIO = 0.2f;

    @DelegateToWidget