Package com.sencha.gxt.widget.core.client.form.NumberPropertyEditor

Examples of com.sencha.gxt.widget.core.client.form.NumberPropertyEditor.ShortPropertyEditor


  /**
   * Creates a ShortField with the default cell and appearance.
   */
  public ShortField() {
    super(new ShortPropertyEditor());
  }
View Full Code Here


   * appearance or otherwise modify how content is rendered or events handled.
   *
   * @param cell the cell to use to draw the field
   */
  public ShortField(NumberInputCell<Short> cell) {
    super(cell, new ShortPropertyEditor());
  }
View Full Code Here

  /**
   * Creates a ShortSpinnerField with the default cell and appearance.
   */
  public ShortSpinnerField() {
    super(new ShortPropertyEditor());
  }
View Full Code Here

TOP

Related Classes of com.sencha.gxt.widget.core.client.form.NumberPropertyEditor.ShortPropertyEditor

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.