2015-09-29 15:45:48 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module TableViewCell
|
|
|
|
-- @extend Node
|
|
|
|
-- @parent_module cc
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- Cleans up any resources linked to this cell and resets <code>idx</code> property.
|
|
|
|
-- @function [parent=#TableViewCell] reset
|
|
|
|
-- @param self
|
|
|
|
-- @return TableViewCell#TableViewCell self (return value: cc.TableViewCell)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- The index used internally by SWTableView and its subclasses
|
|
|
|
-- @function [parent=#TableViewCell] getIdx
|
|
|
|
-- @param self
|
2016-09-02 10:44:55 +08:00
|
|
|
-- @return int#int ret (return value: int)
|
2015-09-29 15:45:48 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
--
|
|
|
|
-- @function [parent=#TableViewCell] setIdx
|
|
|
|
-- @param self
|
2016-09-02 10:44:55 +08:00
|
|
|
-- @param #int uIdx
|
2015-09-29 15:45:48 +08:00
|
|
|
-- @return TableViewCell#TableViewCell self (return value: cc.TableViewCell)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
--
|
|
|
|
-- @function [parent=#TableViewCell] create
|
|
|
|
-- @param self
|
|
|
|
-- @return TableViewCell#TableViewCell ret (return value: cc.TableViewCell)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
--
|
|
|
|
-- @function [parent=#TableViewCell] TableViewCell
|
|
|
|
-- @param self
|
|
|
|
-- @return TableViewCell#TableViewCell self (return value: cc.TableViewCell)
|
|
|
|
|
|
|
|
return nil
|