com.vaadin.shared.ui.tabsheet
Interface TabsheetServerRpc

All Superinterfaces:
java.io.Serializable, ServerRpc

public interface TabsheetServerRpc
extends ServerRpc

Client to server RPC methods for the TabSheet.

Since:
7.2
Author:
Vaadin Ltd

Method Summary
 void closeTab(java.lang.String key)
          Tell server that a tab has been closed by the user.
 void setSelected(java.lang.String key)
          Tell server that a tab has been selected by the user.
 

Method Detail

setSelected

void setSelected(java.lang.String key)
Tell server that a tab has been selected by the user.

Parameters:
key - internal key of the tab

closeTab

void closeTab(java.lang.String key)
Tell server that a tab has been closed by the user.

Parameters:
key - internal key of the tab


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