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 TPanel

Description

Panel Container: Allows to organize the widgets using fixed (absolute) positions

Located in /widget/container/TPanel.php (line 17)

TElement
   |
   --TPanel
Method Summary
__construct ($width, $height)
getSize ()
put ($widget, $col, $row)
setSize ($width, $height)
show ()
Variables

Inherited Variables

Inherited from TElement

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

Class Constructor

  • access: public
__construct ($width, $height)
  • $width: Panel's width
  • $height: Panel's height

Redefinition of:
TElement::__construct()
Class Constructor
getSize (line 58)

Returns the frame size

  • return: height)
  • access: public
getSize ()
put (line 69)

Put a widget inside the panel

  • access: public
put ($widget, $col, $row)
  • $widget: = widget to be shown
  • $col: = column in pixels.
  • $row: = row in pixels.
setSize (line 48)

Set the panel's size

  • access: public
setSize ($width, $height)
  • $width: Panel width
  • $height: Panel height
show (line 85)

Show the widget

  • access: public
show ()

Redefinition of:
TElement::show()
Shows the tag

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