Skip to content
chbeer edited this page Apr 23, 2011 · 2 revisions

CBCell

A CBCell must at least implement the CBCell protocol. But nearly all types of cells can more easily be created by extending the CBCell class.

You can very easily define your own CBCell subtypes.

Predefined CBCells

  • CBCellString
  • CBCellStringInlineEditor
  • CBCellNumeric
  • CBCellNumericSlider
  • CBCellBoolean
  • CBCellSubtable
  • CBCellPassword
  • CBCellDate
  • CBCellImage
  • CBCellAction
  • CBCellOptions
  • CBCellCharacter
  • CBCellButtons
Clone this wiki locally