Number Form Control
Base interface of a form control with a numeric value.
Functions
The supplied function is called after the component is removed from the DOM.
The supplied function is called after the component is inserted into the DOM.
The supplied function is called before the component is disposed.
Adds given value to the set of CSS classes generated in html code of current component.
Adds given style object to the set of CSS classes generated in html code of current component.
Adds given value to the set of CSS classes generated in html code of parent component.
Adds given style object to the set of CSS classes generated in html code of parent component.
Returns the value of an additional attribute.
Returns DOM element bound to the current component.
Returns DOM element bound to the current component as a dynamic type.
Returns the value of the control as a String.
Checks whether the given value is present in the set of CSS classes.
Removes the value of additional attribute.
Removes given value from the set of CSS classes generated in html code of current component.
Removes given style object from the set of CSS classes generated in html code of current component.
Removes given value from the set of CSS classes generated in html code of parent component.
Removes given style object from the set of CSS classes generated in html code of parent component.
Sets the value of additional attribute.
Executes given function within a single rendering process.
Executes given function within a single rendering process asynchronously.
Style form control element for horizontal form panel.
Style form control element for inline form panel.
Style form control element for vertical form panel.
Properties
Inheritors
Extensions
Returns JQuery element bound to the current component.
Returns JQuery element bound to the current component as a dynamic type.