Skip to content

Interface: IStepperFormCellProxy

A designer-facing interface that provides access to a formcell control.

It is passed to rules to provide access to a formcell control for application specific customizations.

In addition it provides access to the IControlProxy interface.

Hierarchy

Summary

Properties

Class Properties

Currently none in this class.

Inherited Properties

Methods

Class Methods

Inherited Methods

Methods

getDecimalPlacesSupported

getDecimalPlacesSupported(): number

Returns the decimalPlacesSupported property value of the Stepper FormCell.

Returns: number


getIncrementIcon

getIncrementIcon(): string

Returns the incrementIcon property value of the Stepper FormCell.

Returns: string


getMaxValue

getMaxValue(): number

Returns the maximum property value of the Stepper FormCell.

Returns: number


getMinValue

getMinValue(): number

Returns the minimum property value of the Stepper FormCell.

Returns: number


getStepValue

getStepValue(): number

Returns the step property value of the Stepper FormCell.

Returns: number


getStyle

getStyle(): string

Returns the style class value of the Label FormCell.

Returns: string


getValue

getValue(): number

Returns the numeric value of the Stepper FormCell.

Overrides IFormCellProxy.getValue

Returns: number


setDecimalPlacesSupported

setDecimalPlacesSupported(decimalPlaces: number): Promise<any>

Sets the decimalPlacesSupported property of the Stepper FormCell.

Parameters:

Name Type Description
decimalPlaces number value to set.

Returns: Promise<any>


setIncrementIcon

setIncrementIcon(icon: string): Promise<any>

Sets the incrementIcon property of the Stepper FormCell.

Parameters:

Name Type
icon string

Returns: Promise<any>


setMaxValue

setMaxValue(maxValue: number): Promise<any>

Sets the maxValue property of the Stepper FormCell.

Parameters:

Name Type
maxValue number

Returns: Promise<any>


setMinValue

setMinValue(maxValue: number): Promise<any>

Sets the minValue property of the Stepper FormCell.

Parameters:

Name Type
maxValue number

Returns: Promise<any>


setStepValue

setStepValue(step: number): Promise<any>

Sets the step property of the Stepper FormCell.

Parameters:

Name Type Description
step number value to set.

Returns: Promise<any>


setStyle

setStyle(styleClass: string): any

Sets the style class of the Label FormCell.

Overrides IFormCellProxy.setStyle

Parameters:

Name Type Description
styleClass string value to set.

Returns: any