Class TDataGridCommandEventParameter

Description

TDataGridCommandEventParameter class

TDataGridCommandEventParameter encapsulates the parameter data for TDataGrid::onItemCommand event of TDataGrid controls.

The Item property indicates the datagrid item related with the event. The CommandSource refers to the control that originally raises the Command event.

  • author: Qiang Xue <qiang.xue@gmail.com>
  • version: $Id: TDataGrid.php 3057 2011-11-09 12:35:57Z ctrlaltca@gmail.com $
  • since: 3.0

Located in /Web/UI/WebControls/TDataGrid.php (line 1765)

TComponent
   |
   --TEventParameter
      |
      --TCommandEventParameter
         |
         --TDataGridCommandEventParameter
Method Summary
TDataGridCommandEventParameter __construct (TDataGridItem $item, TControl $source,  $param)
Methods
Constructor __construct (line 1782)

Constructor.

  • access: public
TDataGridCommandEventParameter __construct (TDataGridItem $item, TControl $source,  $param)

Redefinition of:
TCommandEventParameter::__construct()
Constructor.
getCommandSource (line 1800)
  • return: the control originally raises the Command event.
  • access: public
TControl getCommandSource ()
getItem (line 1792)
  • return: the TDataGridItem control responsible for the event.
  • access: public
TDataGridItem getItem ()

Inherited Methods

Inherited From TCommandEventParameter

TCommandEventParameter::__construct()
TCommandEventParameter::getCommandName()
TCommandEventParameter::getCommandParameter()

Inherited From TComponent

TComponent::addParsedObject()
TComponent::attachEventHandler()
TComponent::canGetProperty()
TComponent::canSetProperty()
TComponent::createdOnTemplate()
TComponent::detachEventHandler()
TComponent::evaluateExpression()
TComponent::evaluateStatements()
TComponent::getEventHandlers()
TComponent::getSubProperty()
TComponent::hasEvent()
TComponent::hasEventHandler()
TComponent::hasProperty()
TComponent::raiseEvent()
TComponent::setSubProperty()
TComponent::__call()
TComponent::__get()
TComponent::__set()
TComponent::__sleep()
TComponent::__wakeup()

Documentation generated on Mon, 25 Jun 2012 14:37:46 +0200 by phpDocumentor 1.4.3