Packages:
System
System.Caching
System.Collections
System.Data
System.Data.ActiveRecord
System.Data.ActiveRecord.Relations
System.Data.ActiveRecord.Scaffold
System.Data.ActiveReecord.Scaffold.InputBuilder
System.Data.Commom.Sqlite
System.Data.Common
System.Data.Common.Mssql
System.Data.Common.Mysql
System.Data.Common.Oracle
System.Data.Common.Pgsql
System.Data.Common.Sqlite
System.Data.DataGateway
System.Data.SqlMap
System.Data.SqlMap.Configuration
System.Data.SqlMap.Statements
System.Exceptions
System.I18N
System.IO
System.Security
System.Util
System.Web
System.Web.Services
System.Web.UI
System.Web.UI.ActiveControls
System.Web.UI.WebControls
System.Web.UI.WebControls.assets
System.Xml


Classes:
Keyword

Class TActiveTableCellEventParameter

TComponent
   |
   --TEventParameter
      |
      --TCallbackEventParameter
         |
         --TActiveTableCellEventParameter

TActiveTableCellEventParameter class.

The TActiveTableCellEventParameter provides the parameter passed during the callback requestion in the CallbackParameter property. The callback response content (e.g. new HTML content) must be rendered using an THtmlWriter obtained from the NewWriter property, which returns a NEW instance of TCallbackResponseWriter.

The SelectedCellIndex is a zero-based index of the TActiveTableCell , -1 if the cell is not part of the cell collection (this shouldn't happen though since an exception is thrown before).

Since: 3.1.9
Author: LANDWEHR Computer und Software GmbH <programmierung@landwehr-software.de>

Constructor Summary
public
__construct Array
Creates a new TActiveTableRowEventParameter.

Method Summary
integer
Returns the zero-based index of the TActiveTableCell within the TTableCellCollection of the parent TTableRow control.
Methods Inherited From TCallbackEventParameter
TCallbackEventParameter::getCallbackParameter(), TCallbackEventParameter::getNewWriter(), TCallbackEventParameter::getResponseData(), TCallbackEventParameter::setResponseData()
Methods 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::__get(), TComponent::__set()

Constructor Details

__construct

public __construct Array

Creates a new TActiveTableRowEventParameter.


Method Details

getSelectedCellIndex

public integer getSelectedCellIndex ()

Returns the zero-based index of the TActiveTableCell within the TTableCellCollection of the parent TTableRow control.

Output
integer the zero-based index of the cell.
Exception