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 TFrame

Description

Frame Widget: creates a bordered area with a title located at its top-left corner

Located in /widget/container/TFrame.php (line 18)

TElement
   |
   --TFrame
Method Summary
__construct ([$width = NULL], [$height = NULL])
getId ()
getSize ()
setLegend ($legend)
Variables

Inherited Variables

Inherited from TElement

TElement::$children
Methods
Constructor __construct (line 28)

Class Constructor

  • access: public
__construct ([$width = NULL], [$height = NULL])
  • $width: text label
  • $height

Redefinition of:
TElement::__construct()
Class Constructor
getId (line 81)

Return the Frame ID

  • access: public
getId ()
getLegend (line 72)

Returns the inner legend

  • access: public
getLegend ()
getSize (line 52)

Returns the frame size

  • return: height)
  • access: public
getSize ()
setLegend (line 61)

Set Legend

  • access: public
setLegend ($legend)
  • $legend: frame legend

Inherited Methods

Inherited From TElement

TElement::__construct()
TElement::add()
TElement::after()
TElement::clearChildren()
TElement::close()
TElement::closeTag()
TElement::del()
TElement::find()
TElement::get()
TElement::getAfterElement()
TElement::getChildren()
TElement::getContents()
TElement::getIsWrapped()
TElement::getName()
TElement::getProperties()
TElement::getProperty()
TElement::hide()
TElement::insert()
TElement::open()
TElement::openTag()
TElement::setIsWrapped()
TElement::setName()
TElement::setProperties()
TElement::setProperty()
TElement::setUseLineBreaks()
TElement::setUseSingleQuotes()
TElement::show()
TElement::tag()
TElement::__clone()
TElement::__get()
TElement::__isset()
TElement::__set()
TElement::__toString()
TElement::__unset()