Example usage for com.vaadin.shared.ui AbstractLayoutState AbstractLayoutState

List of usage examples for com.vaadin.shared.ui AbstractLayoutState AbstractLayoutState

Introduction

In this page you can find the example usage for com.vaadin.shared.ui AbstractLayoutState AbstractLayoutState.

Prototype

AbstractLayoutState

Source Link

Usage

From source file:info.magnolia.ui.vaadin.gwt.client.icon.connector.CompositeIconConnector.java

License:Open Source License

@Override
protected AbstractLayoutState createState() {
    return new AbstractLayoutState();
}