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 TBarCodeInputReader

Description

Implements interfaces:

BarCode Widget

Located in /widget/form/TBarCodeInputReader.php (line 21)

TField
   |
   --TEntry
      |
      --TBarCodeInputReader
Variable Summary
mixed $formName
mixed $id
mixed $name
mixed $size
Method Summary
__construct ($name)
setChangeAction ($action)
setChangeFunction ($function)
show ()
Variables
mixed $changeAction (line 28)
  • access: protected
mixed $changeFunction (line 27)
  • access: protected
mixed $formName (line 23)
  • access: protected

Redefinition of:
TEntry::$formName
mixed $id (line 25)
  • access: protected

Redefinition of:
TEntry::$id
mixed $name (line 24)
  • access: protected

Redefinition of:
TEntry::$name
mixed $size (line 26)
  • access: protected

Redefinition of:
TField::$size

Inherited Variables

Inherited from TEntry

TEntry::$allowNegative
TEntry::$completion
TEntry::$decimals
TEntry::$decimalsSeparator
TEntry::$delimiter
TEntry::$exitAction
TEntry::$exitFunction
TEntry::$exitOnEnterOn
TEntry::$innerIcon
TEntry::$minLength
TEntry::$numericMask
TEntry::$replaceOnPost
TEntry::$reverse
TEntry::$thousandSeparator
TEntry::$value

Inherited from TField

TField::$editable
TField::$label
TField::$properties
TField::$tag
TField::$valueCallback
Methods
Constructor __construct (line 34)

Class Constructor

  • access: public
__construct ($name)
  • $name: Name of the widget

Redefinition of:
TEntry::__construct()
Class Constructor
setChangeAction (line 54)

Define the action to be executed when the user changes the content

  • access: public
setChangeAction ($action)
  • $action: TAction object
setChangeFunction (line 45)

Set change function

  • access: public
setChangeFunction ($function)
  • $function
show (line 62)

Shows the widget at the screen

  • access: public
show ()

Redefinition of:
TEntry::show()
Shows the widget at the screen

Implementation of:
AdiantiWidgetInterface::show()

Inherited Methods

Inherited From TEntry

TEntry::__construct()
TEntry::changeMask()
TEntry::exitOnEnter()
TEntry::forceLowerCase()
TEntry::forceUpperCase()
TEntry::formatMask()
TEntry::getPostData()
TEntry::reloadCompletion()
TEntry::setCompletion()
TEntry::setDelimiter()
TEntry::setExitAction()
TEntry::setExitFunction()
TEntry::setInnerIcon()
TEntry::setInputType()
TEntry::setMask()
TEntry::setMaxLength()
TEntry::setMinLength()
TEntry::setNumericMask()
TEntry::setValue()
TEntry::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()