Class TActiveTableRowEventParameter
TActiveTableRowEventParameter class.
The TActiveTableRowEventParameter provides the parameter passed during the callback requestion in the getCallbackParameter CallbackParameter property. The callback response content (e.g. new HTML content) must be rendered using an THtmlWriter obtained from the getNewWriter NewWriter property, which returns a NEW instance of TCallbackResponseWriter.
The getSelectedRowIndex 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).
- TComponent
-
TEventParameter
-
TCallbackEventParameter
-
TActiveTableRowEventParameter
Package: System\Web\UI\ActiveControls
Copyright: Copyright © 2009 LANDWEHR Computer und Software GmbH
License: http://www.pradosoft.com/license/
Author: LANDWEHR Computer und Software GmbH <programmierung@landwehr-software.de>
Since: 3.1.9
Located at Web/UI/ActiveControls/TActiveTableRow.php
Copyright: Copyright © 2009 LANDWEHR Computer und Software GmbH
License: http://www.pradosoft.com/license/
Author: LANDWEHR Computer und Software GmbH <programmierung@landwehr-software.de>
Since: 3.1.9
Located at Web/UI/ActiveControls/TActiveTableRow.php
public
|
#
__construct( mixed $response, mixed $parameter, mixed $index = -1 )
Creates a new TActiveTableRowEventParameter. |
public
integer
|
#
getSelectedRowIndex( )
Returns the zero-based index of the |
getCallbackParameter(),
getNewWriter(),
getResponseData(),
setResponseData()
|
GLOBAL_RAISE_EVENT_LISTENER
|