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 TDataGridActionGroup

Description

Represents a group of Actions for datagrids

Located in /widget/datagrid/TDataGridActionGroup.php (line 16)


	
			
Method Summary
__construct ($label, [$icon = NULL])
addAction ($action)
addHeader ($header)
getIcon ()
Methods
Constructor __construct (line 30)

Constructor

  • access: public
__construct ($label, [$icon = NULL])
  • $label: Action Group label
  • $icon: Action Group icon
addAction (line 58)

Add an action to the actions group

  • access: public
addAction ($action)
  • $action: TAction object
addHeader (line 77)

Add a header

  • access: public
addHeader ($header)
  • $header: Options header
addSeparator (line 67)

Add a separator

  • access: public
addSeparator ()
getActions (line 86)

Returns the actions

  • access: public
getActions ()
getHeaders (line 94)

Returns the headers

  • access: public
getHeaders ()
getIcon (line 49)

Returns the Action Group icon

  • access: public
getIcon ()
getLabel (line 41)

Returns the Action Group label

  • access: public
getLabel ()
getSeparators (line 102)

Returns the separators

  • access: public
getSeparators ()