com.vaadin.shared.ui.ui
Interface UIServerRpc

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

public interface UIServerRpc
extends ClickRpc, ServerRpc


Method Summary
 void poll()
           
 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)

poll

@NoLoadingIndicator
@Delayed(lastOnly=true)
void poll()


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