Example usage for com.vaadin.server Sizeable setSizeUndefined

List of usage examples for com.vaadin.server Sizeable setSizeUndefined

Introduction

In this page you can find the example usage for com.vaadin.server Sizeable setSizeUndefined.

Prototype

public void setSizeUndefined();

Source Link

Document

Clears any size settings.

Usage

From source file:uk.q3c.krail.core.option.DefaultOptionPopup.java

License:Apache License

private void calculateWindowSize(Sizeable window) {
    window.setSizeUndefined();
    window.setHeight("600px");
}