Package org.cast.isi.panel

Examples of org.cast.isi.panel.AlternateNavBar1


  }

  public AbstractNavBar<? extends XmlSection> getTopNavigation(String id, IModel<XmlSection> sec, boolean teacher) {
    if (alternateNavBar != null) {
      if (alternateNavBar.equals("alternate1")) {
        return new AlternateNavBar1(id, sec, teacher);
      }
    }
    return new DefaultNavBar(id, sec, teacher);
  }
View Full Code Here

TOP

Related Classes of org.cast.isi.panel.AlternateNavBar1

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.