TStandardList
extends TPage
in package
Uses
AdiantiStandardListTrait
Standard page controller for listings
Tags
Table of Contents
Properties
- $datagrid : mixed
- $form : mixed
- $pageNavigation : mixed
- $totalRow : mixed
- $body : mixed
- $constructed : mixed
- $loadedcss : mixed
- $loadedjs : mixed
- $registeredcss : mixed
Methods
- __construct() : mixed
- Class Constructor
- __set() : mixed
- Intercepts whenever someones assign a new property's value
- deleteCollection() : mixed
- method deleteCollection() Delete many records
- enableTotalRow() : mixed
- Enable total row
- getClassName() : mixed
- Return the Page name
- getLoadedCSS() : mixed
- Return the loaded Cascade Stylesheet files
- getLoadedJS() : mixed
- Return the loaded JavaScript files
- getTargetContainer() : mixed
- Return target container
- include_css() : mixed
- Include a specific Cascading Stylesheet to this page
- include_js() : mixed
- Include a specific JavaScript function to this page
- isMobile() : mixed
- Discover if the browser is mobile device
- onDeleteCollection() : mixed
- Ask before delete record collection
- onInlineEdit() : mixed
- Inline record editing
- openFile() : mixed
- Open a File Dialog
- openPage() : mixed
- Open a page in new tab
- register_css() : mixed
- Register a specific Cascading Stylesheet to this page
- run() : mixed
- Interprets an action based at the URL parameters
- setPageName() : mixed
- Set page name
- setPageTitle() : mixed
- Change page title
- setTargetContainer() : mixed
- Set target container for page content
- show() : mixed
- Decide wich action to take and show the page
Properties
$datagrid
protected
mixed
$datagrid
$form
protected
mixed
$form
$pageNavigation
protected
mixed
$pageNavigation
$totalRow
protected
mixed
$totalRow
$body
private
mixed
$body
$constructed
private
mixed
$constructed
$loadedcss
private
static mixed
$loadedcss
$loadedjs
private
static mixed
$loadedjs
$registeredcss
private
static mixed
$registeredcss
Methods
__construct()
Class Constructor
public
__construct() : mixed
__set()
Intercepts whenever someones assign a new property's value
public
__set( $name, $value) : mixed
Parameters
deleteCollection()
method deleteCollection() Delete many records
public
deleteCollection(mixed $param) : mixed
Parameters
- $param : mixed
enableTotalRow()
Enable total row
public
enableTotalRow() : mixed
getClassName()
Return the Page name
public
getClassName() : mixed
getLoadedCSS()
Return the loaded Cascade Stylesheet files
public
static getLoadedCSS() : mixed
Tags
getLoadedJS()
Return the loaded JavaScript files
public
static getLoadedJS() : mixed
Tags
getTargetContainer()
Return target container
public
getTargetContainer() : mixed
include_css()
Include a specific Cascading Stylesheet to this page
public
static include_css( $css) : mixed
Parameters
include_js()
Include a specific JavaScript function to this page
public
static include_js( $js) : mixed
Parameters
isMobile()
Discover if the browser is mobile device
public
static isMobile() : mixed
onDeleteCollection()
Ask before delete record collection
public
onDeleteCollection(mixed $param) : mixed
Parameters
- $param : mixed
onInlineEdit()
Inline record editing
public
onInlineEdit( $param) : mixed
Parameters
openFile()
Open a File Dialog
public
static openFile( $file[, mixed $basename = null ]) : mixed
Parameters
openPage()
Open a page in new tab
public
static openPage(mixed $page) : mixed
Parameters
- $page : mixed
register_css()
Register a specific Cascading Stylesheet to this page
public
static register_css( $cssname, $csscode) : mixed
Parameters
run()
Interprets an action based at the URL parameters
public
run() : mixed
setPageName()
Set page name
public
setPageName(mixed $name) : mixed
Parameters
- $name : mixed
setPageTitle()
Change page title
public
static setPageTitle(mixed $title) : mixed
Parameters
- $title : mixed
setTargetContainer()
Set target container for page content
public
setTargetContainer(mixed $container) : mixed
Parameters
- $container : mixed
show()
Decide wich action to take and show the page
public
show() : mixed