com.vaadin.shared.ui.ui
Interface ScrollClientRpc

All Superinterfaces:
ClientRpc, java.io.Serializable

public interface ScrollClientRpc
extends ClientRpc


Method Summary
 void setScrollLeft(int scrollLeft)
           
 void setScrollTop(int scrollTop)
           
 

Method Detail

setScrollTop

void setScrollTop(int scrollTop)

setScrollLeft

void setScrollLeft(int scrollLeft)


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