Package com.aldaviva.autorpg.display.web.pages.panels

Examples of com.aldaviva.autorpg.display.web.pages.panels.Navigation


 
  public BasePage(){
    add(CSSPackageResource.getHeaderContribution(CSS_DIR_PREFIX+"Reset.css"));
    add(CSSPackageResource.getHeaderContribution(CSS_DIR_PREFIX+"Global.css"));
   
    Navigation navigation = new Navigation("navigation", this);
    add(navigation);
   
    add(new Label("pageTitle", new StringResourceModel("navLinks.text."+getClass().getSimpleName(), navigation, null)));
   
    add(new Link<BasePage>("logo"){
View Full Code Here

TOP

Related Classes of com.aldaviva.autorpg.display.web.pages.panels.Navigation

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.