Package net.sf.tapestry.form

Examples of net.sf.tapestry.form.StringPropertySelectionModel


  /**
   * Returns a set of colours that the user may choose from.
   */
  public static IPropertySelectionModel getColourModel()
  {
    return new StringPropertySelectionModel(
        new String[]{"Black", "Fiji Blue", "Green", "Red", "Yellow"});
  }
View Full Code Here

TOP

Related Classes of net.sf.tapestry.form.StringPropertySelectionModel

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.