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

TDataGridActionGroup
in package

Represents a group of Actions for datagrids

Tags
version
8.0
subpackage

datagrid

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

$actions  : mixed
$headers  : mixed
$icon  : mixed
$index  : mixed
$label  : mixed
$separators  : mixed

Methods

__construct()  : mixed
Constructor
addAction()  : mixed
Add an action to the actions group
addHeader()  : mixed
Add a header
addSeparator()  : mixed
Add a separator
getActions()  : mixed
Returns the actions
getHeaders()  : mixed
Returns the headers
getIcon()  : mixed
Returns the Action Group icon
getLabel()  : mixed
Returns the Action Group label
getSeparators()  : mixed
Returns the separators

Properties

Methods

__construct()

Constructor

public __construct(mixed $label[, mixed $icon = NULL ]) : mixed
Parameters
$label : mixed

Action Group label

$icon : mixed = NULL

Action Group icon

addAction()

Add an action to the actions group

public addAction(mixed $action) : mixed
Parameters
$action : mixed

TAction object

addHeader()

Add a header

public addHeader(mixed $header) : mixed
Parameters
$header : mixed

Options header


        
On this page

Search results