TabFolderComunicator

From OpenKM Documentation
Revision as of 14:37, 2 December 2010 by Pavila (talk | contribs)

Jump to: navigation, search

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");
}