View Javadoc
1   package org.vaadin.hene.expandingtextarea.widgetset.client.ui;
2   
3   import com.vaadin.shared.communication.ServerRpc;
4   
5   public interface ExpandingTextAreaServerRpc extends ServerRpc {
6   	
7   	void setRows(int rows);
8   
9   }