Skip to content

Class: RowProxy

The RowProxy is a developer-facing class that provides access to a element. It is passed to rules to provide access to an element for application-specific customizations.

Hierarchy

Implements

Summary

Constructors

Properties

Class Properties

Inherited Properties

Accessors

Class Accessors

Currently none in this class.

Inherited Accessors

Methods

Class Methods

Inherited Methods

Constructors

constructor

+ new RowProxy(context: IContext): RowProxy

Overrides ClientAPI.constructor

Parameters:

Name Type
context IContext

Returns: RowProxy

Properties

Protected _row

_row: any

Methods

getIndex

getIndex(): number

Implementation of IRowProxy

Get index

Returns: number


getName

getName(): string

Implementation of IRowProxy

Get element name

Returns: string

the name of the button


getPageProxy

getPageProxy(): IPageProxy

Implementation of IRowProxy

Returns: IPageProxy

the Page, which the element belongs to


getParent

getParent(): any

Implementation of IRowProxy

This method returns parent proxy

Returns: any


getType

getType(): string

Implementation of IRowProxy

This method returns type

Returns: string