API Documentação da API
Pacote Dominando o Adianti 7
Curso + Livro + Apps exemplo
Curso completo em Video Aulas (114 aulas).
Livro completo em PDF (463 páginas).
Códigos-fontes de Apps de exemplo.
API
API do Framework
Documentation

Documentation

BootstrapFormWrapper
in package
implements AdiantiFormInterface

Bootstrap form decorator for Adianti Framework

Tags
version
7.6
author

Pablo Dall'Oglio

copyright

Copyright (c) 2006 Adianti Solutions Ltd. (http://www.adianti.com.br)

license

https://adiantiframework.com.br/license

wrapper

TQuickForm

Table of Contents

Interfaces

AdiantiFormInterface
Form Interface

Properties

$currentGroup  : mixed
$decorated  : mixed
$element  : mixed

Methods

__call()  : mixed
Redirect calls to decorated object
__construct()  : mixed
Constructor method
__set()  : mixed
Redirect assigns to decorated object
addField()  : mixed
Add form field
clear()  : mixed
Clear form
delField()  : mixed
Del form field
getData()  : mixed
Get form data
getElement()  : mixed
Return render element
getField()  : mixed
Return form field
getFields()  : mixed
Return form fields
getName()  : mixed
Get form name
setClientValidation()  : mixed
Turn on/off client validation
setData()  : mixed
Set form data
setFields()  : mixed
Set form fields
setName()  : mixed
Set form name
show()  : mixed
Shows the decorated form
validate()  : mixed
Validate form data

Properties

Methods

__call()

Redirect calls to decorated object

public __call(mixed $method, mixed $parameters) : mixed
Parameters
$method : mixed
$parameters : mixed

__set()

Redirect assigns to decorated object

public __set(mixed $property, mixed $value) : mixed
Parameters
$property : mixed
$value : mixed

getData()

Get form data

public getData([mixed $class = 'StdClass' ]) : mixed
Parameters
$class : mixed = 'StdClass'

getField()

Return form field

public getField(mixed $name) : mixed
Parameters
$name : mixed

setClientValidation()

Turn on/off client validation

public setClientValidation(mixed $bool) : mixed
Parameters
$bool : mixed

setData()

Set form data

public setData(mixed $object) : mixed
Parameters
$object : mixed

setFields()

Set form fields

public setFields(mixed $fields) : mixed
Parameters
$fields : mixed

        
On this page

Search results