Class NumberInputComponent
Represents a number input form component.
[ComponentAttribute(typeof(NumberInputComponentAttribute))]
public sealed class NumberInputComponent : FormComponent<NumberInputProperties, NumberInputClientProperties, int?>, IFormComponent, IFormItem<IFormComponentClientProperties>, IFormItem
- Inheritance
-
objectNumberInputComponent
- Implements
- Inherited Members
- Extension Methods
Constructors
NumberInputComponent(ILocalizationService)
Creates a new instance of NumberInputComponent
public NumberInputComponent(ILocalizationService localizationService)
Parameters
localizationService
ILocalizationService
Fields
IDENTIFIER
Represents the NumberInputComponent identifier.
public const string IDENTIFIER = "Kentico.Administration.NumberInput"
Field Value
- string
Properties
ClientComponentName
Name of the front-end type implementing the UI form component.
public override string ClientComponentName { get; }
Property Value
- string
Methods
ConfigureClientProperties(NumberInputClientProperties)
Configures the form component client properties.
protected override Task ConfigureClientProperties(NumberInputClientProperties clientProperties)
Parameters
clientProperties
NumberInputClientPropertiesThe current instance of the form component client properties.
Returns
- Task
Remarks
Override this method in order to configure form component client properties.
ConfigureComponent()
Configures the form component. This method is called when all form component properties are set.
protected override void ConfigureComponent()
Remarks
Override this method to set component inner state, like additional component validation rules.