Example usage for com.vaadin.shared.ui.orderedlayout HorizontalLayoutState subclass-usage

List of usage examples for com.vaadin.shared.ui.orderedlayout HorizontalLayoutState subclass-usage

Introduction

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

Usage

From source file com.haulmont.cuba.web.widgets.client.addons.dragdroplayouts.ui.horizontallayout.DDHorizontalLayoutState.java

public class DDHorizontalLayoutState extends HorizontalLayoutState implements DragAndDropAwareState {

    public static final float DEFAULT_HORIZONTAL_DROP_RATIO = 0.2f;

    @DelegateToWidget
    public float cellLeftRightDropRatio = DEFAULT_HORIZONTAL_DROP_RATIO;

From source file com.haulmont.cuba.web.widgets.client.addons.dragdroplayouts.v7.ui.horizontallayout.DDHorizontalLayoutState.java

public class DDHorizontalLayoutState extends HorizontalLayoutState implements DragAndDropAwareState {

    public static final float DEFAULT_HORIZONTAL_DROP_RATIO = 0.2f;

    @DelegateToWidget
    public float cellLeftRightDropRatio = DEFAULT_HORIZONTAL_DROP_RATIO;

From source file fi.jasoft.dragdroplayouts.client.ui.horizontallayout.DDHorizontalLayoutState.java

public class DDHorizontalLayoutState extends HorizontalLayoutState implements DragAndDropAwareState {

    public static final float DEFAULT_HORIZONTAL_DROP_RATIO = 0.2f;

    @DelegateToWidget
    public float cellLeftRightDropRatio = DEFAULT_HORIZONTAL_DROP_RATIO;

From source file fi.jasoft.dragdroplayouts.v7.client.ui.horizontallayout.DDHorizontalLayoutState.java

public class DDHorizontalLayoutState extends HorizontalLayoutState implements DragAndDropAwareState {

    public static final float DEFAULT_HORIZONTAL_DROP_RATIO = 0.2f;

    @DelegateToWidget
    public float cellLeftRightDropRatio = DEFAULT_HORIZONTAL_DROP_RATIO;