NuGridSelectionArea

Description

The NuGridSelectionArea class is used to work with selected table cells

Inheritance Hierarchy

          NSObject

          UIResponder

          UIView

          NuGridSelectionArea

Properties

cellArea. Grid cells included into the selected area.

delegate. The object used to work with the selected area.

elementNumber. The number of selected rows or columns.

initialTouchPoint. Start touch point.

leftRightSelectionTouchAreaSize. Horizontal area used to change the selection.

originFrame. Selected grid area.

parentGrid. The grid that includes the selected area.

selecting. Indicates whether the selected grid area is currently being edited.

type. Type of the selected area.

Methods

actualizedRect. Returns size and position of visible part of the selected grid area.

applySelectionIndexes. Applies selection indexes.

fixAnchorRect. Fixes binding area.

fixSelectionIndexes. Fixes selection indexes.

hideBalloons. Hides selection area resize elements.

isEmpty. Returns whether selected grid area is empty.

removeRows:andColumns:. Removes specified grid rows and columns from selection area.

showBalloons. Displays selection area resize elements.

stretchAfterChanging. Stretches selection area to the nearest column and row after the grid selection is changed.

stretchAfterChangingAnimated. Stretches selection area to the nearest column and row with animation playback after the grid selection is changed.

stretchAfterScrolling. Stretches selection area to the nearest column and row after the grid selection is scrolled.

Static Methods

createSelectionAreaForGrid:withDelegate:. Creates a selected area in the specified grid.

See also:

Classes