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 isExpandableRow
Discussion
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 isExpandableColumn
Discussion
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 isExpanded
Discussion
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 isExpandIconTouched
Declared In
NGridExpandableCell.h