NGridSelectionArea Class Reference
| Inherits from | UIView |
|---|---|
| Declared in | NGridSelectionArea.h |
delegate
The object acts as selection delegate.
@property (nonatomic, assign) id<NGridSelectionDelegate> delegateDeclared In
NGridSelectionArea.h
parentGrid
Related grid.
@property (nonatomic, assign) NGridView *parentGridDeclared In
NGridSelectionArea.h
type
Type of the selection.
@property (assign) NGridSelectionAreaType typeDeclared In
NGridSelectionArea.h
elementKey
Key of the selected row or column.
@property (assign) NSInteger elementKeyDeclared In
NGridSelectionArea.h
style
Style of the selection.
@property (readonly) NGridSelectionStyle *styleDeclared In
NGridSelectionArea.h
+ createSelectionAreaForGrid:withStyle:withDelegate:
Creates selection area.
+ (NGridSelectionArea *)createSelectionAreaForGrid:(NGridView *)gridView withStyle:(NGridSelectionStyle *)style withDelegate:(id<NGridSelectionDelegate>)delegateParameters
gridView |
Related grid view object. |
|---|---|
style |
Style for selection area. |
delegate |
Selection delegate. |
Declared In
NGridSelectionArea.h
– showBalloons
Shows balloons on the edges of the selection area.
- (void)showBalloonsDeclared In
NGridSelectionArea.h
– hideBalloons
Hides balloons on the edges of the selection area.
- (void)hideBalloonsDeclared In
NGridSelectionArea.h
– selectedRows
Return all currently selected rows.
- (NSArray *)selectedRowsDeclared In
NGridSelectionArea.h
– selectedColumns
Return all currently selected columns.
- (NSArray *)selectedColumnsDeclared In
NGridSelectionArea.h