Example usage for com.vaadin.v7.data Container.Ordered interface-usage

List of usage examples for com.vaadin.v7.data Container.Ordered interface-usage

Introduction

In this page you can find the example usage for com.vaadin.v7.data Container.Ordered interface-usage.

Usage

From source file com.haulmont.cuba.web.widgets.data.util.NullTreeTableContainer.java

@SuppressWarnings("deprecation")
public class NullTreeTableContainer extends ContainerHierarchicalWrapper
        implements TreeTableContainer, AggregationContainer, Container.Ordered {

    public static final String ERROR_MESSAGE = "Wrapped container is not TreeTableContainer";