From 2ff1a4bcb650b0dce241c2d947fbf59759c2efff Mon Sep 17 00:00:00 2001 From: mikl <> Date: Thu, 17 Apr 2008 16:16:03 +0000 Subject: Fixed #622 --- framework/Web/UI/TControl.php | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'framework/Web/UI/TControl.php') diff --git a/framework/Web/UI/TControl.php b/framework/Web/UI/TControl.php index d43ddf10..f20cd2d1 100644 --- a/framework/Web/UI/TControl.php +++ b/framework/Web/UI/TControl.php @@ -2151,6 +2151,22 @@ interface IButtonControl public function getIsDefaultButton(); } +/** + * IControlContainer interface + * + * If a control can have an additional surrounding tag, it should implement this interface. + * + * @package System.Web.UI + * @since 3.1.2 + */ +interface IControlContainer +{ + /** + * @return string the id of the container html tag or of the input control itself if no container present. + */ + public function getContainerClientID(); +} + /** * TBroadcastEventParameter class * @@ -2358,4 +2374,4 @@ class TCompositeLiteral extends TComponent implements IRenderable, IBindable } } -?> \ No newline at end of file +?> -- cgit v1.2.3