Package org.apache.wicket.markup.html

Examples of org.apache.wicket.markup.html.HeaderPartContainer


   * @see org.apache.wicket.markup.html.IHeaderPartContainerProvider#newHeaderPartContainer(java.lang.String,
   *      java.lang.String)
   */
  public HeaderPartContainer newHeaderPartContainer(final String id, final String scope)
  {
    return new HeaderPartContainer(id, this, scope);
  }
View Full Code Here


   * @see org.apache.wicket.markup.html.IHeaderPartContainerProvider#newHeaderPartContainer(java.lang.String,
   *      java.lang.String)
   */
  public HeaderPartContainer newHeaderPartContainer(final String id, final String scope)
  {
    return new HeaderPartContainer(id, this, scope);
  }
View Full Code Here

TOP

Related Classes of org.apache.wicket.markup.html.HeaderPartContainer

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.