Table of Contents

Interface IInputNumberComponent

Namespace
GroupeIsa.Neos.EndToEndTests.UI.Components
Assembly
GroupeIsa.Neos.EndToEndTests.UI.dll

Provides the functionalities of the automation of a input number component.

[AbstractionComponent("input-number")]
public interface IInputNumberComponent : IFormFieldComponent, IAutomationComponent, IInputComponent, IValidationComponent, IFocusableComponent, ISelectableComponent
Inherited Members

Methods

GetDecimalValue()

Gets the value of the input number component.

decimal? GetDecimalValue()

Returns

decimal?

The decimal value of the input component.

SetDecimalValue(decimal?)

Sets the value of the input number component.

void SetDecimalValue(decimal? value)

Parameters

value decimal?

The value.