Package org.apache.wicket.security.components

Examples of org.apache.wicket.security.components.L1Container


   */
  public ContainerHomePage()
  {
    super();
    add(new SecureTextField<String>("txt1", new Model<String>("foobar")));
    add(new L1Container("lvl1"));
  }
View Full Code Here

TOP

Related Classes of org.apache.wicket.security.components.L1Container

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.