API Documentação da API
Lançado Adianti Framework 7.6!
Clique aqui para saber mais
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

TPanel extends TElement
in package

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

Tags
version
7.6
subpackage

container

author

Pablo Dall'Oglio

copyright

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

license

https://adiantiframework.com.br/license

Table of Contents

Properties

$height  : mixed
$style  : mixed
$width  : mixed

Methods

__construct()  : mixed
Class Constructor
getSize()  : array<string|int, mixed>
Returns the frame size
put()  : mixed
Put a widget inside the panel
setSize()  : mixed
Set the panel's size
show()  : mixed
Show the widget

Properties

Methods

__construct()

Class Constructor

public __construct( $width,  $height) : mixed
Parameters
$width :

Panel's width

$height :

Panel's height

getSize()

Returns the frame size

public getSize() : array<string|int, mixed>
Return values
array<string|int, mixed>

put()

Put a widget inside the panel

public put( $widget,  $col,  $row) : mixed
Parameters
$widget :

= widget to be shown

$col :

= column in pixels.

$row :

= row in pixels.

setSize()

Set the panel's size

public setSize( $width,  $height) : mixed
Parameters
$width :

Panel width

$height :

Panel height

show()

Show the widget

public show() : mixed

        
On this page

Search results