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 TUniqueSearch

Description

Implements interfaces:

Unique Search Widget

Located in /widget/form/TUniqueSearch.php (line 17)

TField
   |
   --TSelect
      |
      --TMultiSearch
         |
         --TUniqueSearch
Variable Summary
mixed $size
Method Summary
__construct ($name)
getSize ()
setValue ($value)
show ()
Methods
Constructor __construct (line 25)

Class Constructor

  • access: public
__construct ($name)
  • $name: Widget's name

Redefinition of:
TMultiSearch::__construct()
Class Constructor
getPostData (line 47)

Return the post data

  • access: public
getPostData ()

Redefinition of:
TMultiSearch::getPostData()
Return the post data
getSize (line 63)

Returns the size

  • access: public
getSize ()

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

Set value

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

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

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

Show the component

  • access: public
show ()

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

Implementation of:
AdiantiWidgetInterface::show()

Inherited Methods

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()