NuGridCell

Description

The NuGridCell class is used to work with a table cell.

Inheritance Hierarchy

          NSObject

          UIResponder

          UIView

          NuGridCell

Properties

columnIndex. Index of column containing the cell.

columnNumber. Number of column containing the cell.

includedColumns. Columns included into the merged cell.

includedRows. Rows included into the merged cell.

isClickable. Indicates whether cell touch event is handled.

isColumnHeader. Indicates whether the cell is positioned in the column headers.

isHighLighted. Indicates whether the cell is highlighted.

isLink. Indicates whether the cell is a part of a merged cell.

isRowHeader. Indicates whether the cell is positioned in the row header.

linkColumn. Column containing the merged cell.

linkRow. Row containing the merged cell.

parentGrid. Parent table.

reuseIdentifier. Re-use ID.

rowIndex. Index of the row containing the cell.

rowNumber. Number of the row containing the cell.

style. Cell style options.

value. Cell value.

Methods

applyStyle. Applies specified style to the cell.

bestSize. Finds the optimal cell size based on cell contents.

clearIncludes. Clears information about merged rows or columns.

column. Returns the column containing the cell.

height. Returns cell height.

initWithReuseIdentifier. Initializes the cell with the specified re-use ID.

row. Returns the row containing the cell.

toString. Converts internal view of the cell data to a readable string.

width. Returns cell width.

See also:

Classes