C

LayoutGridCell

This class represents a single layout grid cell, i.e., a pair consisting of a row and a column.
ImplementsInheritance Hierarchy

Remarks

This class cannot be instantiated

Members

No filters for this type

Properties

Gets the column associated with this LayoutGridCellDescriptor.
readonlyfinal

Property Value

a column instance
Gets the row associated with this LayoutGridCellDescriptor.
readonlyfinal

Property Value

A row instance.

Methods

Compares this LayoutGridCell instance with a given other LayoutGridCell instance.
The comparison is based on the indices of the rows and columns of the two pairs. A LayoutGridCell is considered to be smaller than another pair if its row index is smaller than the row index of the other pair. If the row indices are equal, the LayoutGridCell with the smaller column index is said to be smaller. Hence, two LayoutGridCell instances are equal if the row and column indices are equal.
final

Parameters

o: any
The LayoutGridCell to be compared.

Return Value

number
-1, 0, or 1 if this LayoutGridCell is smaller than, equal to, or greater than the given other LayoutGridCell instance.
Compares this LayoutGridCell instance with a given other LayoutGridCell instance based on their associated column and row instances.
final

Parameters

o: any
the given LayoutGridCell instance

Return Value

boolean
true if the two objects are equal, false otherwise
Returns the hash code value for this LayoutGridCell instance.
final

Return Value

number
The hash code value for this LayoutGridCell instance