Package org.pentaho.mantle.client.solutionbrowser.tabs

Examples of org.pentaho.mantle.client.solutionbrowser.tabs.IFrameTabPanel.addOverlay()


   * soultion browser event passing the current tab index and the type of event
   */
  public void registerContentOverlay( String id ) {
    IFrameTabPanel panel = getCurrentFrame();
    if ( panel != null ) {
      panel.addOverlay( id );
      Widget selectTabContent = null;
      if ( getTab( getSelectedTabIndex() ) != null ) {
        selectTabContent = getTab( getSelectedTabIndex() ).getContent();
      }
      List<FileItem> selectedItems = SolutionBrowserPanel.getInstance().getFilesListPanel().getSelectedFileItems();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.