LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


IntegralUINumericUpDown

Represents a NumericUpDown component for Angular.

Properties


  • accelerator
  • Specifies a number by which the NumericUpDown value changes when up/down buttons are pressed
  • controlStyle
  • Specifies an object that contains all style settings for the NumericUpDown component
  • data
  • Specifies an object that holds data related to the component
  • displayMode
  • Determines the layout of the component
  • enabled
  • Determines whether the component is enabled or disabled
  • max
  • Specifies the maximum value
  • min
  • Specifies the minimum value
  • mouseWheelSpeed
  • Specifies the speed of the mouse wheel by which numeric value changes
  • name
  • Uniquely identifies the component
  • orientation
  • Specifies whether the NumericUpDown appears horizontally or vertically
  • size
  • Gets or sets the component width and height in pixels
  • state
  • Specifies the component state: disabled, hovered, etc.
  • step
  • Specifies the number by which numeric value increases or decreases
  • value
  • Specifies the current value of the NumericUpDown component

Events


Methods


  • decreaseValue
  • Decreases the numeric value by current step property value
  • increaseValue
  • Increases the numeric value by current step property value
  • refresh
  • Updates the appearance of the component
  • updateLayout
  • Updates the layout of the component