Lançado Adianti Framework 7.6!
Clique aqui para saber mais
menu

Adianti Solutions

API

Adianti, Framework, PHP, MVC, Active record, Front controller, IDE, RAD, Web, multiplataforma, geração de código, desenvolvimento rápido, relatórios, formulários, listagens, datagrids, gráficos, banco de dados, padrões de projeto, design patterns API do Adianti Framework.
API Docs
code
Selecione a classe

Class TDBCheckList

Description

Database Checklist

Located in /widget/wrapper/TDBCheckList.php (line 22)

TCheckList
   |
   --TDBCheckList
Variable Summary
mixed $items
mixed $keyColumn
mixed $valueColumn
Method Summary
__construct ($name, $database, $model, $key, $value, [$ordercolumn = NULL], [$criteria = NULL])
Variables
mixed $items (line 24)
  • access: protected
mixed $keyColumn (line 25)
  • access: protected
mixed $valueColumn (line 26)
  • access: protected

Inherited Variables

Inherited from TCheckList

TCheckList::$checkAllButton
TCheckList::$checkColumn
TCheckList::$datagrid
TCheckList::$fields
TCheckList::$formName
TCheckList::$idColumn
TCheckList::$name
TCheckList::$validations
TCheckList::$value
TCheckList::$width
Methods
Constructor __construct (line 40)

Class Constructor

  • access: public
__construct ($name, $database, $model, $key, $value, [$ordercolumn = NULL], [$criteria = NULL])
  • $name: widget's name
  • $database: database name
  • $model: model class name
  • $key: table field to be used as key in the combo
  • $value: table field to be listed in the combo
  • $ordercolumn: column to order the fields (optional)
  • $criteria: criteria (TCriteria object) to filter the model (optional)

Redefinition of:
TCheckList::__construct()
Construct method

Inherited Methods

Inherited From TCheckList

TCheckList::__construct()
TCheckList::addColumn()
TCheckList::addItem()
TCheckList::addItems()
TCheckList::addValidation()
TCheckList::clear()
TCheckList::disableCheckAll()
TCheckList::disableHtmlConversion()
TCheckList::fillWith()
TCheckList::getFields()
TCheckList::getFormName()
TCheckList::getName()
TCheckList::getPostData()
TCheckList::getSize()
TCheckList::getValidations()
TCheckList::getValue()
TCheckList::setFormName()
TCheckList::setId()
TCheckList::setIdColumn()
TCheckList::setName()
TCheckList::setSize()
TCheckList::setValue()
TCheckList::show()
TCheckList::validate()
TCheckList::__call()