axmol/cocos/scripting/lua-bindings/auto/api/TableViewCell.lua

36 lines
927 B
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module TableViewCell
-- @extend Node
-- @parent_module cc
2014-03-10 14:04:58 +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
--------------------------------
-- 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-03-10 14:04:58 +08:00
-- @function [parent=#TableViewCell] setIdx
-- @param self
-- @param #long uIdx
2014-03-10 14:04:58 +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-03-10 14:04:58 +08:00
-- @function [parent=#TableViewCell] TableViewCell
-- @param self
return nil