Package net.fqsc.inscriptions.view.component.principalcontent.user.welcome

Examples of net.fqsc.inscriptions.view.component.principalcontent.user.welcome.WelcomePanel


  }

  public PrincipalContentContainer(final String id)
  {
    super(id);
    this.add(new WelcomePanel("ContenuPrincipal"));

  }
View Full Code Here


    super(id);

    switch (principalContent)
    {
    case WELCOME:
      this.add(new WelcomePanel("ContenuPrincipal"));
      break;
    default:
      this.add(new WelcomePanel("ContenuPrincipal"));
      break;
    }
  }
View Full Code Here

TOP

Related Classes of net.fqsc.inscriptions.view.component.principalcontent.user.welcome.WelcomePanel

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.