com.sencha.gxt.widget.core.client.form
Class NumberPropertyEditor.DoublePropertyEditor

java.lang.Object
  extended by com.sencha.gxt.widget.core.client.form.PropertyEditor<N>
      extended by com.sencha.gxt.widget.core.client.form.NumberPropertyEditor<java.lang.Double>
          extended by 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.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sencha.gxt.widget.core.client.form.NumberPropertyEditor
NumberPropertyEditor.BigDecimalPropertyEditor, NumberPropertyEditor.DoublePropertyEditor, NumberPropertyEditor.FloatPropertyEditor, NumberPropertyEditor.IntegerPropertyEditor, NumberPropertyEditor.LongPropertyEditor, NumberPropertyEditor.ShortPropertyEditor
 
Field Summary
 
Fields inherited from class com.sencha.gxt.widget.core.client.form.PropertyEditor
DEFAULT
 
Constructor Summary
NumberPropertyEditor.DoublePropertyEditor()
          Creates a number property editor for use with Double.
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.
 
Method Summary
 java.lang.Double doDecr(java.lang.Double value)
           
 java.lang.Double doIncr(java.lang.Double value)
           
 
Methods inherited from class com.sencha.gxt.widget.core.client.form.NumberPropertyEditor
decr, getFormat, getIncrement, incr, parse, render, setFormat, setIncrement
 
Methods inherited from class com.sencha.gxt.widget.core.client.form.PropertyEditor
render
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

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.