com.vaadin.shared.ui.ui
Interface UIServerRpc

All Superinterfaces:
ClickRpc, java.io.Serializable, ServerRpc

public interface UIServerRpc
extends ClickRpc, ServerRpc


Method Summary
 void resize(int viewWidth, int viewHeight, int windowWidth, int windowHeight)
           
 void scroll(int scrollTop, int scrollLeft)
           
 
Methods inherited from interface com.vaadin.shared.ui.ClickRpc
click
 

Method Detail

resize

@Delayed(lastOnly=true)
void resize(int viewWidth,
                            int viewHeight,
                            int windowWidth,
                            int windowHeight)

scroll

@Delayed(lastOnly=true)
void scroll(int scrollTop,
                            int scrollLeft)


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.