equal
deleted
inserted
replaced
138 Before calling this method, nextRow should be called at least once. |
138 Before calling this method, nextRow should be called at least once. |
139 """ |
139 """ |
140 |
140 |
141 return self._row_data |
141 return self._row_data |
142 |
142 |
|
143 def info(self): |
|
144 """Returns additional info on the current row item in the current list. |
|
145 """ |
|
146 |
|
147 action, args = self.get('info') |
|
148 return action(self._row_data, args) |
|
149 |
143 def redirect(self): |
150 def redirect(self): |
144 """Returns the redirect for the current row item in the current list. |
151 """Returns the redirect for the current row item in the current list. |
145 """ |
152 """ |
146 |
153 |
147 action, args = self.get('action') |
154 action, args = self.get('action') |