TabFolderComunicator
From OpenKM Documentation
Revision as of 12:22, 7 June 2010 by Jllort (talk | contribs) (Created page with '== Read Methods == int getSelectedTab() GWTFolder getFolder() boolean isVisibleButton() == Example == <source lang="java"> int selectedTab = TabFolderComunicator.getSelecte…')
Read Methods
int getSelectedTab() GWTFolder getFolder() boolean isVisibleButton()
Example
int selectedTab = TabFolderComunicator.getSelectedTab();
if (selectedTab==0) {
Window.alert("First tab enabled");
} else {
Window.alert("Other tab");
}