This class represents a single layout grid cell, i.e., a pair consisting of a row and a column.
Implements
- I
Remarks
This class cannot be instantiated
Members
No filters for this type
Properties
Gets the column associated with this LayoutGridCellDescriptor.
Gets the column associated with this LayoutGridCellDescriptor.
Gets the row associated with this LayoutGridCellDescriptor.
Gets the row associated with this LayoutGridCellDescriptor.
Methods
Compares this LayoutGridCell instance with a given other LayoutGridCell instance.
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, or1if this LayoutGridCell is smaller than, equal to, or greater than the given other LayoutGridCell instance.
Implements
IComparable.compareToCompares this LayoutGridCell instance with a given other LayoutGridCell instance based on their associated column and row instances.
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
trueif the two objects are equal,falseotherwise
Returns the hash code value for this LayoutGridCell instance.
Returns the hash code value for this LayoutGridCell instance.