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 TNumeric

Description

Implements interfaces:

Numeric Widget

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

TField
   |
   --TEntry
      |
      --TNumeric
Method Summary
__construct ($name, $decimals, $decimalsSeparator, $thousandSeparator, [$replaceOnPost = true], [$reverse = FALSE], [$allowNegative = TRUE])
setAllowNegative ($allowNegative)
Methods
Constructor __construct (line 19)
  • access: public
__construct ($name, $decimals, $decimalsSeparator, $thousandSeparator, [$replaceOnPost = true], [$reverse = FALSE], [$allowNegative = TRUE])
  • $name
  • $decimals
  • $decimalsSeparator
  • $thousandSeparator
  • $replaceOnPost
  • $reverse
  • $allowNegative

Redefinition of:
TEntry::__construct()
Class Constructor
setAllowNegative (line 28)

Define input allow negative

  • access: public
setAllowNegative ($allowNegative)
  • $allowNegative

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