Package wicket.model

Examples of wicket.model.Model


   * @param attributeValue
   *            attribute value
   */
  public void setLookupAttribute(String attributeName, String attributeValue) {
    AttributeModifier attributeModifier = new AttributeModifier(
        attributeName, true, new Model(attributeValue));
    lookupLink.add(attributeModifier);
  }
View Full Code Here

TOP

Related Classes of wicket.model.Model

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.