Package org.apache.wicket.security.extensions.markup.html.tabs

Examples of org.apache.wicket.security.extensions.markup.html.tabs.SecureTabbedPanel


   * @see org.apache.wicket.security.examples.tabs.pages.MasterPage#getTabBar(java.lang.String)
   */
  @Override
  protected Panel getTabBar(String id)
  {
    return new SecureTabbedPanel(id, getTabs());
  }
View Full Code Here

TOP

Related Classes of org.apache.wicket.security.extensions.markup.html.tabs.SecureTabbedPanel

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.