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

Interface IListControlAdapter

IListControlAdapter interface

Direct known implementers

TActiveListControlAdapter
Package: System\Web\UI\ActiveControls
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Wei Zhuo <weizhuo[at]gmail[dot]com>
Version: $Revision: $ Sun Jun 25 04:53:43 EST 2006 $
Since: 3.0
Located at Web/UI/WebControls/TListControl.php
Methods summary
public
# setSelectedIndex( integer $index )

Selects an item based on zero-base index on the client side.

Selects an item based on zero-base index on the client side.

Parameters

$index
integer
the index (zero-based) of the item to be selected
public
# setSelectedIndices( array $indices )

Selects a list of item based on zero-base indices on the client side.

Selects a list of item based on zero-base indices on the client side.

Parameters

$indices
array
list of index of items to be selected
public
# setSelectedValue( string $value )

Sets selection by item value on the client side.

Sets selection by item value on the client side.

Parameters

$value
string
the value of the item to be selected.
public
# setSelectedValues( array $values )

Sets selection by a list of item values on the client side.

Sets selection by a list of item values on the client side.

Parameters

$values
array
list of the selected item values
public
# clearSelection( )

Clears all existing selections on the client side.

Clears all existing selections on the client side.

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