Package org.apache.wicket.ng.markup.html

Examples of org.apache.wicket.ng.markup.html.Label


  public TestPage4(PageParametersNg parameters)
  {
    super(parameters);

    add(new Label("label", parameters.getNamedParameter("color").toString("empty")));
  }
View Full Code Here

TOP

Related Classes of org.apache.wicket.ng.markup.html.Label

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.