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 TStandardSeek

Description

Standard Page controller for Seek buttons

Located in /base/TStandardSeek.php (line 39)

TElement
   |
   --TPage
      |
      --TWindow
         |
         --TStandardSeek
Method Summary
static onSelect ($param)
fill ()
onReload ([$param = NULL])
onSetup ([$param = NULL])
render ()
show ()
Variables

Inherited Variables

Inherited from TElement

TElement::$children
Methods
static onSelect (line 325)

Send the selected register to parent form

  • access: public
static onSelect ($param)
  • $param
Constructor __construct (line 52)

Constructor Method

Creates the page, the search form and the listing

  • access: public
__construct ()

Redefinition of:
TWindow::__construct()
fill (line 147)

Fill datagrid

  • access: public
fill ()
onReload (line 200)

Load the datagrid with objects

  • access: public
onReload ([$param = NULL])
  • $param
onSearch (line 162)

Search datagrid

  • access: public
onSearch ()
onSetup (line 294)

Setup seek parameters

  • access: public
onSetup ([$param = NULL])
  • $param
render (line 109)

Render datagrid

  • access: public
render ()
show (line 400)

Show page

  • access: public
show ()

Redefinition of:
TPage::show()
Decide wich action to take and show the page

Inherited Methods

Inherited From TWindow

TWindow::__construct()
TWindow::add()
TWindow::blockUI()
TWindow::closeWindow()
TWindow::closeWindowByName()
TWindow::create()
TWindow::disableEscape()
TWindow::disableScrolling()
TWindow::getId()
TWindow::removePadding()
TWindow::removeTitleBar()
TWindow::setCloseAction()
TWindow::setDialogClass()
TWindow::setMinWidth()
TWindow::setModal()
TWindow::setPosition()
TWindow::setProperty()
TWindow::setSize()
TWindow::setStackOrder()
TWindow::setTitle()
TWindow::unBlockUI()

Inherited From TPage

TPage::__construct()
TPage::getClassName()
TPage::getLoadedCSS()
TPage::getLoadedJS()
TPage::getTargetContainer()
TPage::include_css()
TPage::include_js()
TPage::isMobile()
TPage::openFile()
TPage::openPage()
TPage::register_css()
TPage::run()
TPage::setPageTitle()
TPage::setTargetContainer()
TPage::show()
TPage::__set()

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