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 TActiveTableRowEventParameter

TComponent
   |
   --TEventParameter
      |
      --TCallbackEventParameter
         |
         --TActiveTableRowEventParameter

TActiveTableRowEventParameter class.

The TActiveTableRowEventParameter 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 SelectedRowIndex is a zero-based index of the TActiveTableRow , -1 if the row is not part of the row 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 TActiveTableRow within the TTableRowCollection of the parent TTable 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

getSelectedRowIndex

public integer getSelectedRowIndex ()

Returns the zero-based index of the TActiveTableRow within the TTableRowCollection of the parent TTable control.

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