Home Reference Source
public class | source

CellInfo

Extends:

TypedObject → CellInfo

An object that represents information about a cell.

Constructor Summary

Public Constructor
public

constructor(rowData: *, column: *)

Member Summary

Public Members
public

column: *

public

rowData: *

Method Summary

Public Methods
public
public

getColumn(): *

Inherited Summary

From class TypedObject
public

typeCache: {}

public
public

Returns a list of strings that represent the object hierarchy for this object.

public

Returns true if the class name to check is in the list of class names defined for this class.

Public Constructors

public constructor(rowData: *, column: *) source

Override:

TypedObject#constructor

Params:

NameTypeAttributeDescription
rowData *
column *

Public Members

public column: * source

public rowData: * source

Public Methods

public getClassNames(): Array source

Returns a list of strings that represent the object hierarchy for this object.

Override:

TypedObject#getClassNames

Return:

Array

public getColumn(): * source

Return:

*