List of usage examples for com.vaadin.server Sizeable setSizeUndefined
public void setSizeUndefined();
From source file:uk.q3c.krail.core.option.DefaultOptionPopup.java
License:Apache License
private void calculateWindowSize(Sizeable window) { window.setSizeUndefined(); window.setHeight("600px"); }