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

TDataGridActionGroup
in package

Represents a group of Actions for datagrids

Tags
version
7.6
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( $label[,  $icon = NULL ]) : mixed
Parameters
$label :

Action Group label

$icon : = NULL

Action Group icon

addAction()

Add an action to the actions group

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

TAction object

addHeader()

Add a header

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

Options header


        
On this page

Search results