Examples of MainComponent


Examples of com.es.universalwebframe.composite.MainComponent

      // Create a navigator to control the views
      Navigator navigator = new Navigator(this, this);
      navigator.getUI().getPage().setTitle("GOBIERNO AUTONOMO EL ORO");

      MainComponent mainComponent = new MainComponent(applicationContext);
      mainComponent.getMaintab().removeTab(
          mainComponent.getMaintab().getTab(0));
      mainComponent.getMaintab().addTab(new Label(), "Inicio");

      mainComponent.setWidth("100%");
      mainComponent.setHeight("100%");
      // Create and register the views

      navigator.addView("", mainComponent);
      setContent(mainComponent);
    } catch (Exception e) {
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.