Package ar.com.AmberSoft.iEvenTask.client.menu

Examples of ar.com.AmberSoft.iEvenTask.client.menu.MainStatusBar


    mainTabPanel.setId("main_tab_panel");
    rootPanel.add(mainTabPanel);
    rootPanel.setWidgetPosition(mainTabPanel, 0, new Integer(2*DEFAULT_MENU_HEIGTH));
   
    //cargo la barra de estado
    MainStatusBar mainStatusBar = new MainStatusBar();
    mainStatusBar.setId("main_status_bar");
    rootPanel.add(mainStatusBar);
    rootPanel.setWidgetPosition(mainStatusBar, 0, new Integer((2*DEFAULT_MENU_HEIGTH) + MAIN_TAB_PANEL_HEIGTH));
  }
View Full Code Here

TOP

Related Classes of ar.com.AmberSoft.iEvenTask.client.menu.MainStatusBar

Copyright © 2018 www.massapicom. 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.