| 67 @property (strong) NSMutableArray<UiSourceListItem*> *items; |
67 @property (strong) NSMutableArray<UiSourceListItem*> *items; |
| 68 @property UiVar *var; |
68 @property UiVar *var; |
| 69 @property UiSubList *sublist; |
69 @property UiSubList *sublist; |
| 70 |
70 |
| 71 @property int index; |
71 @property int index; |
| |
72 @property int sublistStartRow; |
| |
73 @property int rownum; |
| |
74 |
| |
75 @property void *eventdata; |
| 72 |
76 |
| 73 /* |
77 /* |
| 74 * Initialize a section item |
78 * Initialize a section item |
| 75 */ |
79 */ |
| 76 - (id)init:(UiSubListItem*)item parent:(UiSourceListItem*)parent; |
80 - (id)init:(UiSubListItem*)item parent:(UiSourceListItem*)parent; |