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 TDBUniqueSearch

Description

Implements interfaces:

DBUnique Search Widget

Located in /widget/wrapper/TDBUniqueSearch.php (line 24)

TField
   |
   --TSelect
      |
      --TMultiSearch
         |
         --TDBMultiSearch
            |
            --TDBUniqueSearch
Variable Summary
mixed $column
mixed $database
mixed $items
mixed $key
mixed $mask
mixed $model
mixed $size
Method Summary
__construct ($name, $database, $model, $key, $value, [$orderColumn = NULL], [$criteria = NULL])
getSize ()
setValue ($value)
show ()
Methods
Constructor __construct (line 38)

Class Constructor

  • access: public
__construct ($name, $database, $model, $key, $value, [$orderColumn = NULL], [$criteria = NULL])
  • $name: Widget's name
  • $database
  • $model
  • $key
  • $value
  • $orderColumn
  • $criteria

Redefinition of:
TDBMultiSearch::__construct()
Class Constructor
getPostData (line 91)

Return the post data

  • access: public
getPostData ()

Redefinition of:
TDBMultiSearch::getPostData()
Return the post data
getSize (line 117)

Returns the size

  • access: public
getSize ()

Redefinition of:
TMultiSearch::getSize()
Returns the size
setValue (line 53)

Define the field's value

  • access: public
setValue ($value)
  • $value: Current value

Redefinition of:
TDBMultiSearch::setValue()
Define the field's value

Implementation of:
AdiantiWidgetInterface::setValue()
show (line 125)

Show the component

  • access: public
show ()

Redefinition of:
TDBMultiSearch::show()
Shows the widget

Implementation of:
AdiantiWidgetInterface::show()

Inherited Methods

Inherited From TDBMultiSearch

TDBMultiSearch::__construct()
TDBMultiSearch::disableIdSearch()
TDBMultiSearch::enableIdTextualSearch()
TDBMultiSearch::getPostData()
TDBMultiSearch::setMask()
TDBMultiSearch::setOperator()
TDBMultiSearch::setService()
TDBMultiSearch::setValue()
TDBMultiSearch::show()

Inherited From TMultiSearch

TMultiSearch::__construct()
TMultiSearch::clearField()
TMultiSearch::disableClear()
TMultiSearch::disableField()
TMultiSearch::disableMultiple()
TMultiSearch::disableSearch()
TMultiSearch::enableField()
TMultiSearch::getPostData()
TMultiSearch::getSize()
TMultiSearch::setMaxSize()
TMultiSearch::setMinLength()
TMultiSearch::setSize()
TMultiSearch::setValue()
TMultiSearch::setValueSeparator()
TMultiSearch::show()

Inherited From TSelect

TSelect::__construct()
TSelect::addItems()
TSelect::clearField()
TSelect::disableField()
TSelect::disableMultiple()
TSelect::disableTitles()
TSelect::enableField()
TSelect::getItems()
TSelect::getPostData()
TSelect::getSize()
TSelect::reload()
TSelect::renderItems()
TSelect::setChangeAction()
TSelect::setChangeFunction()
TSelect::setDefaultOption()
TSelect::setSize()
TSelect::setValue()
TSelect::setValueSeparator()
TSelect::show()

Inherited From TField

TField::__construct()
TField::addValidation()
TField::clearField()
TField::disableField()
TField::enableField()
TField::getContents()
TField::getEditable()
TField::getFormName()
TField::getId()
TField::getLabel()
TField::getName()
TField::getPostData()
TField::getPropertiesAsString()
TField::getProperty()
TField::getSize()
TField::getValidations()
TField::getValue()
TField::isRequired()
TField::setEditable()
TField::setFormName()
TField::setId()
TField::setLabel()
TField::setName()
TField::setProperty()
TField::setSize()
TField::setTip()
TField::setValue()
TField::setValueCallback()
TField::validate()
TField::__call()
TField::__clone()
TField::__get()
TField::__isset()
TField::__set()
TField::__toString()