PRADO Component Framework for PHP 5
  • Home
  • About
  • Testimonials
  • Demos
  • Download
  • Documentation
  • Forum
  • Development
  • Tutorials
  • Class Docs
  • API Manual
  • Wiki

Packages

  • None
  • System
    • Caching
    • Collections
    • Data
      • ActiveRecord
        • Relations
        • Scaffold
          • InputBuilder
      • Commom
        • Sqlite
      • Common
        • Mssql
        • Mysql
        • Oracle
        • Pgsql
        • Sqlite
      • DataGateway
      • SqlMap
        • Configuration
        • Statements
    • Exceptions
    • I18N
    • IO
    • Security
    • Util
    • Web
      • Javascripts
      • Services
      • UI
        • ActiveControls
        • WebControls
    • Xml
  • Wsat
    • pages
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

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
Extended by TEventParameter
Extended by TCallbackEventParameter
Extended by 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
Methods summary
public
# __construct( mixed $response, mixed $parameter, mixed $index = -1 )

Creates a new TActiveTableRowEventParameter.

Creates a new TActiveTableRowEventParameter.

Overrides

TCallbackEventParameter::__construct()
public integer
# getSelectedRowIndex( )

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

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

Returns

integer
the zero-based index of the row.
Methods inherited from TCallbackEventParameter
getCallbackParameter(), getNewWriter(), getResponseData(), setResponseData()
Methods inherited from TComponent
__call(), __destruct(), __get(), __isset(), __set(), __sleep(), __unset(), __wakeup(), addParsedObject(), asa(), attachBehavior(), attachBehaviors(), attachClassBehavior(), attachEventHandler(), canGetProperty(), canSetProperty(), clearBehaviors(), createdOnTemplate(), detachBehavior(), detachBehaviors(), detachClassBehavior(), detachEventHandler(), disableBehavior(), disableBehaviors(), enableBehavior(), enableBehaviors(), evaluateExpression(), evaluateStatements(), fxAttachClassBehavior(), fxDetachClassBehavior(), getAutoGlobalListen(), getBehaviorsEnabled(), getClassHierarchy(), getEventHandlers(), getListeningToGlobalEvents(), getSubProperty(), hasEvent(), hasEventHandler(), hasProperty(), isa(), listen(), raiseEvent(), setSubProperty(), unlisten()
Constants inherited from TComponent
GLOBAL_RAISE_EVENT_LISTENER
Terms of Service | Contact Us
PRADO v3.2.4 API Manual API documentation generated by ApiGen 2.8.0
Copyright © 2006-2014 by the PRADO Group.
Powered by PRADO