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).
Located in /Web/UI/ActiveControls/TActiveTableRow.php (line 244)
TComponent | --TEventParameter | --TCallbackEventParameter | --TActiveTableRowEventParameter
Creates a new TActiveTableRowEventParameter.
Returns the zero-based index of the TActiveTableRow within the TTableRowCollection of the parent TTable control.
Inherited From TCallbackEventParameter
TCallbackEventParameter::__construct()
TCallbackEventParameter::getCallbackParameter()
TCallbackEventParameter::getNewWriter()
TCallbackEventParameter::getResponseData()
TCallbackEventParameter::setResponseData()
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:16 +0200 by phpDocumentor 1.4.3