summaryrefslogtreecommitdiff
path: root/framework/Web/UI/WebControls/TBaseDataList.php
diff options
context:
space:
mode:
authorxue <>2006-06-21 12:59:20 +0000
committerxue <>2006-06-21 12:59:20 +0000
commit9ac994bb7c2a30c62f08ce005179b0eb0b11ee0a (patch)
tree39c8b051bd666768ba3ced9df115cfa525224fec /framework/Web/UI/WebControls/TBaseDataList.php
parent0054751b4abbb98faf378c8d0517a22be14b6c96 (diff)
Added TDataGrid.EmptyTemplate property
Diffstat (limited to 'framework/Web/UI/WebControls/TBaseDataList.php')
-rw-r--r--framework/Web/UI/WebControls/TBaseDataList.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/framework/Web/UI/WebControls/TBaseDataList.php b/framework/Web/UI/WebControls/TBaseDataList.php
index 479fb2ef..a8ab8faf 100644
--- a/framework/Web/UI/WebControls/TBaseDataList.php
+++ b/framework/Web/UI/WebControls/TBaseDataList.php
@@ -44,15 +44,6 @@ Prado::using('System.Util.TDataFieldAccessor');
abstract class TBaseDataList extends TDataBoundControl
{
/**
- * No body content should be added to data list control.
- * This method is invoked when body content is parsed and added to this control.
- * @param mixed body content to be added
- */
- public function addParsedObject($object)
- {
- }
-
- /**
* Creates a style object for the control.
* This method creates a {@link TTableStyle} to be used by the data list control.
* @return TTableStyle control style to be used