Package org.apache.wicket.examples.compref

Examples of org.apache.wicket.examples.compref.MyBorder


   *            The id of this component
   */
  public NavomaticBorder(final String id)
  {
    super(id);
    addToBorder(new MyBorder("navigationBorder"));
    addToBorder(new MyBorder("bodyBorder"));
  }
View Full Code Here

TOP

Related Classes of org.apache.wicket.examples.compref.MyBorder

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.