com.sencha.gxt.widget.core.client.form
Class NumberPropertyEditor.ShortPropertyEditor
java.lang.Object
com.sencha.gxt.widget.core.client.form.PropertyEditor<N>
com.sencha.gxt.widget.core.client.form.NumberPropertyEditor<java.lang.Short>
com.sencha.gxt.widget.core.client.form.NumberPropertyEditor.ShortPropertyEditor
- All Implemented Interfaces:
- Parser<java.lang.Short>, Renderer<java.lang.Short>
- Enclosing class:
- NumberPropertyEditor<N extends java.lang.Number>
public static class NumberPropertyEditor.ShortPropertyEditor
- extends NumberPropertyEditor<java.lang.Short>
A number property editor for use with Short.
|
Method Summary |
java.lang.Short |
doDecr(java.lang.Short value)
|
java.lang.Short |
doIncr(java.lang.Short value)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NumberPropertyEditor.ShortPropertyEditor
public NumberPropertyEditor.ShortPropertyEditor()
- Creates a number property editor for use with
Short.
NumberPropertyEditor.ShortPropertyEditor
public NumberPropertyEditor.ShortPropertyEditor(NumberFormat format)
- Creates a number property editor for use with
Short 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.Short doDecr(java.lang.Short value)
doIncr
public java.lang.Short doIncr(java.lang.Short value)
Copyright © 2012. All Rights Reserved.