Packages:
System
System.Caching
System.Collections
System.Data
System.Data.ActiveRecord
System.Data.ActiveRecord.Relations
System.Data.ActiveRecord.Scaffold
System.Data.ActiveReecord.Scaffold.InputBuilder
System.Data.Commom.Sqlite
System.Data.Common
System.Data.Common.Mssql
System.Data.Common.Mysql
System.Data.Common.Oracle
System.Data.Common.Pgsql
System.Data.Common.Sqlite
System.Data.DataGateway
System.Data.SqlMap
System.Data.SqlMap.Configuration
System.Data.SqlMap.Statements
System.Exceptions
System.I18N
System.IO
System.Security
System.Util
System.Web
System.Web.Javascripts
System.Web.Services
System.Web.UI
System.Web.UI.ActiveControls
System.Web.UI.WebControls
System.Xml


Classes:
Keyword

Class TScaffoldInputBase


Direct Known Sub-classes:

TScaffoldInputBase class file.

Copyright: Copyright © 2005-2011 PradoSoft
Link: http://www.pradosoft.com/
License: http://www.pradosoft.com/license/

Method Summary
protected  void
createControl ( $container, $column, $record)
protected  void
createControlLabel ( $label, $column, $record)
static  void
createInputBuilder ( $record)
void
createScaffoldInput ( $parent, $item, $column, $record)
protected  void
getControlValue ( $container, $column, $record)
protected  void
getIsEnabled ( $column, $record)
protected  void
protected  void
getRecordPropertyValue ( $column, $record)
void
loadScaffoldInput ( $parent, $item, $column, $record)
protected  void
setRecordPropertyValue ( $item, $record, $input)

Constant Summary
string DEFAULT_ID

Method Details

createControl

protected void createControl ( $container , $column , $record )

Input
$container
$column
$record
Output
Exception

createControlLabel

protected void createControlLabel ( $label , $column , $record )

Input
$label
$column
$record
Output
Exception

createInputBuilder

public static void createInputBuilder ( $record )

Input
$record
Output
Exception

createScaffoldInput

public void createScaffoldInput ( $parent , $item , $column , $record )

Input
$parent
$item
$column
$record
Output
Exception

getControlValue

protected void getControlValue ( $container , $column , $record )

Input
$container
$column
$record
Output
Exception

getIsEnabled

protected void getIsEnabled ( $column , $record )

Input
$column
$record
Output
Exception

getParent

protected void getParent ()

Output
Exception

getRecordPropertyValue

protected void getRecordPropertyValue ( $column , $record )

Input
$column
$record
Output
Exception

loadScaffoldInput

public void loadScaffoldInput ( $parent , $item , $column , $record )

Input
$parent
$item
$column
$record
Output
Exception

setRecordPropertyValue

protected void setRecordPropertyValue ( $item , $record , $input )

Input
$item
$record
$input
Output
Exception


Constant Details

DEFAULT_ID

Type:

string

Value:

'scaffold_input'