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 TPanelGroup

Description

Bootstrap native panel for Adianti Framework

Located in /widget/container/TPanelGroup.php (line 20)

TElement
   |
   --TPanelGroup
Method Summary
static pack ($title, $element, [$footer = null])
__construct ([$title = NULL], [$background = NULL])
add ($content)
addFooter ($footer)
addHeaderActionLink ($label, $action, [$icon = 'fa:save'])
addHeaderWidget ($widget)
getBody ()
setTitle ($title)
Variables

Inherited Variables

Inherited from TElement

TElement::$children
Methods
static pack (line 33)

Static creator for panels

  • access: public
static pack ($title, $element, [$footer = null])
  • $title: Panel title
  • $element: Panel content
  • $footer
Constructor __construct (line 51)

Constructor method

  • access: public
__construct ([$title = NULL], [$background = NULL])
  • $title: Panel Title
  • $background: Panel Footer

Redefinition of:
TElement::__construct()
Class Constructor
add (line 138)

Add the panel content

  • access: public
add ($content)
  • $content

Redefinition of:
TElement::add()
Add an child element
addFooter (line 185)

Add footer

  • access: public
addFooter ($footer)
  • $footer
addHeaderActionLink (line 107)

Add a form header action

  • access: public
addHeaderActionLink ($label, $action, [$icon = 'fa:save'])
  • $label: Button label
  • $action: Button action
  • $icon: Button icon
addHeaderWidget (line 125)

Add a form header widget

  • access: public
addHeaderWidget ($widget)
  • $widget: Widget
getBody (line 169)

Return panel body

  • access: public
getBody ()
getFooter (line 177)

Return panel footer

  • access: public
getFooter ()
getHeader (line 161)

Return panel header

  • access: public
getHeader ()
setTitle (line 95)

Set title

  • access: public
setTitle ($title)
  • $title

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