Class TActiveTableCellEventParameter
TActiveTableCellEventParameter class.
The TActiveTableCellEventParameter 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 getSelectedCellIndex 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).
- TComponent
-
TEventParameter
-
TCallbackEventParameter
-
TActiveTableCellEventParameter
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/TActiveTableCell.php
public
|
#
__construct( mixed $response, mixed $parameter, mixed $index = -1 )
Creates a new TActiveTableRowEventParameter. |
public
integer
|
#
getSelectedCellIndex( )
Returns the zero-based index of the |
getCallbackParameter(),
getNewWriter(),
getResponseData(),
setResponseData()
|
GLOBAL_RAISE_EVENT_LISTENER
|