From 2d5b96ba9878ec36df7bb2af3493bb771c85b032 Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 5 Jan 2006 05:35:55 +0000 Subject: --- framework/Web/UI/WebControls/TDropDownList.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'framework/Web/UI/WebControls/TDropDownList.php') diff --git a/framework/Web/UI/WebControls/TDropDownList.php b/framework/Web/UI/WebControls/TDropDownList.php index d56e3e7e..3c459057 100644 --- a/framework/Web/UI/WebControls/TDropDownList.php +++ b/framework/Web/UI/WebControls/TDropDownList.php @@ -10,6 +10,11 @@ * @package System.Web.UI.WebControls */ +/** + * Includes TListControl class + */ +Prado::using('System.Web.UI.WebControls.TListControl'); + /** * TDropDownList class * @@ -93,5 +98,13 @@ class TDropDownList extends TListControl implements IPostBackDataHandler else return $index; } + + /** + * @throws TNotSupportedException if this method is invoked + */ + public function setSelectedIndices($indices) + { + throw new TNotSupportedException('dropdownlist_selectedindices_unsupported'); + } } ?> \ No newline at end of file -- cgit v1.2.3