NGridExpandableCell Class Reference
| Inherits from | NGridImageTextCell : NGridTextCell : NGridDecoratedCell : NGridCell : UIView |
|---|---|
| Declared in | NGridExpandableCell.h |
Overview
The NGridExpandableCell class defines attributes and behavior of the expandable cells. This class implements all supported cell functionality and used in default proxy grid data source NGridProxyDataSourceImpl.
isExpandableRow
A Boolean value that determines whether the cell should be used as expander for rows.
@property (nonatomic, assign) BOOL isExpandableRowDiscussion
If YES, shows expander and catches touches on the expander icon.
Declared In
NGridExpandableCell.h
isExpandableColumn
A Boolean value that determines whether the cell should be used as expander for columns.
@property (nonatomic, assign) BOOL isExpandableColumnDiscussion
If YES, shows expander and catches touches on expander icon.
Declared In
NGridExpandableCell.h
isExpanded
A Boolean value that determines whether the cell is expanded.
@property (nonatomic, assign) BOOL isExpandedDiscussion
If YES, show expanded expander icon, otherwise collapsed.
Declared In
NGridExpandableCell.h
isExpandIconTouched
A Boolean value that determines whether the last touch was on the expander icon.
@property (assign) BOOL isExpandIconTouchedDeclared In
NGridExpandableCell.h