import com.vaadin.terminal.Vaadin6Component;
import com.vaadin.terminal.WrappedRequest;
import com.vaadin.terminal.WrappedRequest.BrowserDetails;
+import com.vaadin.terminal.gwt.client.ComponentState;
import com.vaadin.terminal.gwt.client.MouseEventDetails;
import com.vaadin.terminal.gwt.client.ui.notification.VNotification;
import com.vaadin.terminal.gwt.client.ui.root.RootServerRPC;
return (RootState) super.getState();
}
+ @Override
+ protected ComponentState createState() {
+ // This is a workaround for a problem with creating the correct state
+ // object during build
+ return new RootState();
+ }
+
/**
* Overridden to return a value instead of referring to the parent.
*