dundas.controls.NumericUpDown Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.NumericUpDown
 

Constructors

 
  Name Description
init Initializes the control. Called during construction.
 
 

Properties

 
  Name Description
arrowsType Gets or sets the arrows type of the control.
inputElement Gets the input element of the control.
isInfinitySupported Gets or sets a value indicating whether the control allows Infinity as a value.
isInteger Gets or sets a value indicating whether the control's value should be an integer.
isNaNSupported Gets or sets a value indicating whether the control allows NaN as a value.
isPercent Gets or sets a value indicating whether the control's value should be treated as a percentage.
isReadOnly Gets or sets a value indicating whether the control is read-only.
isUserInputTimeout Gets or sets a value indicating whether the input will have a delay on user input.
maxValue Gets or sets the maximum value allowed in the control.
minValue Gets or sets the minimum value allowed in the control.
precision Gets or sets the number of decimal places to round the display value. Must be an integer!
step Gets or sets the increment value.
value Gets or sets the value displayed in the control.
 
 

Methods

 
  Name Description
dispose Disposes the component.
focusInputElement Set focus to input element.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
notifyValueChanged Notify this control that the value has been modified, and not to fire any events.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.