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

@NoLayout
void setScrollTop(int scrollTop)

setScrollLeft

@NoLayout
void setScrollLeft(int scrollLeft)


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