2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module TableViewCell
|
2014-03-20 10:21:28 +08:00
|
|
|
-- @extend Node
|
2014-06-25 17:36:50 +08:00
|
|
|
-- @parent_module cc
|
2014-03-18 15:55:30 +08:00
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
-- Cleans up any resources linked to this cell and resets <code>idx</code> property.
|
2014-03-10 14:04:58 +08:00
|
|
|
-- @function [parent=#TableViewCell] reset
|
|
|
|
-- @param self
|
2015-01-21 17:33:26 +08:00
|
|
|
-- @return TableViewCell#TableViewCell self (return value: cc.TableViewCell)
|
2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
-- The index used internally by SWTableView and its subclasses
|
2014-03-10 14:04:58 +08:00
|
|
|
-- @function [parent=#TableViewCell] getIdx
|
|
|
|
-- @param self
|
|
|
|
-- @return long#long ret (return value: long)
|
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
--
|
2014-03-10 14:04:58 +08:00
|
|
|
-- @function [parent=#TableViewCell] setIdx
|
|
|
|
-- @param self
|
2014-09-02 13:45:07 +08:00
|
|
|
-- @param #long uIdx
|
2015-01-21 17:33:26 +08:00
|
|
|
-- @return TableViewCell#TableViewCell self (return value: cc.TableViewCell)
|
2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
--
|
2014-03-10 14:04:58 +08:00
|
|
|
-- @function [parent=#TableViewCell] create
|
|
|
|
-- @param self
|
|
|
|
-- @return TableViewCell#TableViewCell ret (return value: cc.TableViewCell)
|
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
--
|
2014-03-10 14:04:58 +08:00
|
|
|
-- @function [parent=#TableViewCell] TableViewCell
|
|
|
|
-- @param self
|
2015-01-21 17:33:26 +08:00
|
|
|
-- @return TableViewCell#TableViewCell self (return value: cc.TableViewCell)
|
2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
return nil
|