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

Get index

Implementation of IRowProxy.getIndex

Returns: number


getName

getName(): string

Get element name

Implementation of IRowProxy.getName

Returns: string

the name of the button


getPageProxy

getPageProxy(): IPageProxy

Implementation of IRowProxy.getPageProxy

Returns: IPageProxy

the Page, which the element belongs to


getParent

getParent(): any

This method returns parent proxy

Implementation of IRowProxy.getParent

Returns: any


getType

getType(): string

This method returns type

Implementation of IRowProxy.getType

Returns: string