NuGridView

Description

The NuGridView class is used to work with a table shown on the mobile device

Inheritance Hierarchy

          NSObject

          UIResponder

          UIView

          UIScrollView

          NuGridView

Supported Protocols

<NuGridCellCache>

<UIScrollViewDelegate>

Properties

actionDelegate. The object processes various operations on the table.

canFix. Indicates whether columns and rows can be fixed.

canSelect. Indicates whether table elements can be selected.

canSort. Indicates whether column or row values can be sorted.

controller. The object used to manage the grid.

dataSource. Grid data source.

dockable. Indicates whether the grid area is docked to the nearest column and row after scrolling.

gridDelegate. The object that helps the user to work with basic functionality of the grid.

isRightToLeft. Determines direction of the grid text.

resizer. Determines the element used to resize a grid cell.

selectionArea. Selected grid area.

windowRect. Position and size of the entire grid workspace.

windowWithoutHeadersAndFixedCellsRect. Position and size of the grid workspace without headers and fixed cells.

windowWithoutHeadersRect. Position and size of the grid workspace without headers.

Methods

cellInRow:column:. Returns the specified cell.

columnWithNumber:. Returns the specified column.

contentSizeUpdated. Refreshes grid cell size after data source update.

dataSourceUpdated. Refreshes the table.

headerColumnWithNumber:. Returns the specified header column.

headerRowWithNumber:. Returns the specified header row.

rowWithNumber:.  Returns the specified row.

selectionAreaForColumnNumber:. Returns selection area for the specified column.

selectionAreaForRowNumber:. Returns selection area for the specified row.

showCellInPoint:. Scrolls the grid to the specified point.

Methods inherited from <NuGridCellCache>

dequeueReusableCellWithID:. Removes the specified reusable cell from the queue.

See also:

Classes