2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module TableViewCell
|
2014-03-18 15:55:30 +08:00
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#TableViewCell] reset
|
|
|
|
-- @param self
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#TableViewCell] getIdx
|
|
|
|
-- @param self
|
|
|
|
-- @return long#long ret (return value: long)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#TableViewCell] setIdx
|
|
|
|
-- @param self
|
|
|
|
-- @param #long long
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#TableViewCell] create
|
|
|
|
-- @param self
|
|
|
|
-- @return TableViewCell#TableViewCell ret (return value: cc.TableViewCell)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#TableViewCell] TableViewCell
|
|
|
|
-- @param self
|
|
|
|
|
|
|
|
return nil
|