com.sencha.gxt.widget.core.client.form
Class NumberPropertyEditor.DoublePropertyEditor
java.lang.Object
com.sencha.gxt.widget.core.client.form.PropertyEditor<N>
com.sencha.gxt.widget.core.client.form.NumberPropertyEditor<java.lang.Double>
com.sencha.gxt.widget.core.client.form.NumberPropertyEditor.DoublePropertyEditor
- All Implemented Interfaces:
- Parser<java.lang.Double>, Renderer<java.lang.Double>
- Enclosing class:
- NumberPropertyEditor<N extends java.lang.Number>
public static class NumberPropertyEditor.DoublePropertyEditor
- extends NumberPropertyEditor<java.lang.Double>
A number property editor for use with Double.
|
Method Summary |
java.lang.Double |
doDecr(java.lang.Double value)
|
java.lang.Double |
doIncr(java.lang.Double value)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NumberPropertyEditor.DoublePropertyEditor
public NumberPropertyEditor.DoublePropertyEditor()
- Creates a number property editor for use with
Double.
NumberPropertyEditor.DoublePropertyEditor
public NumberPropertyEditor.DoublePropertyEditor(NumberFormat format)
- Creates a number property editor for use with
Double that uses
the specified format when converting to (or from) a string.
- Parameters:
format - the format to use when converting to (or from) a string
doDecr
public java.lang.Double doDecr(java.lang.Double value)
doIncr
public java.lang.Double doIncr(java.lang.Double value)
Copyright © 2012. All Rights Reserved.