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


Classes:
Keyword

Element index for package System.Data.ActiveRecord.Scaffold

[ b ] [ c ] [ d ] [ g ] [ i ] [ l ] [ o ] [ p ] [ s ] [ t ] [ u ]

b

bubbleEvent
in file TScaffoldView.php, method TScaffoldView::bubbleEvent()
    Handle the "edit" and "new" commands by displaying the edit view.
bubbleEvent
in file TScaffoldSearch.php, method TScaffoldSearch::bubbleEvent()
    Sets the SearchCondition of the TScaffoldListView as the search terms given by the text of the search text box.
bubbleEvent
in file TScaffoldListView.php, method TScaffoldListView::bubbleEvent()
    Continue bubbling the "edit" command, "delete" command is handled in this class.
bubbleEvent
in file TScaffoldEditView.php, method TScaffoldEditView::bubbleEvent()
    Bubble the command name event. Stops bubbling when the page validator false.
top

c

clearRecordObject
in file TScaffoldBase.php, method TScaffoldBase::clearRecordObject()
    Unset the current record instance and table information.
copyFrom
in file TScaffoldBase.php, method TScaffoldBase::copyFrom()
    Copy the view details from another scaffold view instance.
createEditRenderer
in file TScaffoldEditView.php, method TScaffoldEditView::createEditRenderer()
    Instantiate the external edit renderer.
createRepeaterEditItem
in file TScaffoldEditView.php, method TScaffoldEditView::createRepeaterEditItem()
    Initialize the default editor using the scaffold input builder.
createSearchCondition
in file TScaffoldSearch.php, method TScaffoldSearch::createSearchCondition()
top

d

deleteRecord
in file TScaffoldListView.php, method TScaffoldListView::deleteRecord()
    Deletes an Active Record.
doSave
in file TScaffoldEditView.php, method TScaffoldEditView::doSave()
    Check the validators, then tries to save the record.
top

g

getAddButton
in file TScaffoldView.php, method TScaffoldView::getAddButton()
getCancelButton
in file TScaffoldEditView.php, method TScaffoldEditView::getCancelButton()
getClearButton
in file TScaffoldEditView.php, method TScaffoldEditView::getClearButton()
getCurrentRecord
in file TScaffoldEditView.php, method TScaffoldEditView::getCurrentRecord()
getDefaultStyle
in file TScaffoldBase.php, method TScaffoldBase::getDefaultStyle()
getEditRenderer
in file TScaffoldEditView.php, method TScaffoldEditView::getEditRenderer()
getEditView
in file TScaffoldView.php, method TScaffoldView::getEditView()
getEditViewControl
in file TScaffoldListView.php, method TScaffoldListView::getEditViewControl()
getEditViewID
in file TScaffoldListView.php, method TScaffoldListView::getEditViewID()
getEnableDefaultStyle
in file TScaffoldBase.php, method TScaffoldBase::getEnableDefaultStyle()
getFields
in file TScaffoldSearch.php, method TScaffoldSearch::getFields()
getHeader
in file TScaffoldListView.php, method TScaffoldListView::getHeader()
getInputRepeater
in file TScaffoldEditView.php, method TScaffoldEditView::getInputRepeater()
getList
in file TScaffoldListView.php, method TScaffoldListView::getList()
getListView
in file TScaffoldSearch.php, method TScaffoldSearch::getListView()
getListView
in file TScaffoldView.php, method TScaffoldView::getListView()
getListViewID
in file TScaffoldSearch.php, method TScaffoldSearch::getListViewID()
getPager
in file TScaffoldListView.php, method TScaffoldListView::getPager()
getRecordClass
in file TScaffoldBase.php, method TScaffoldBase::getRecordClass()
    Name of the Active Record class to be viewed or scaffolded.
getRecordCriteria
in file TScaffoldListView.php, method TScaffoldListView::getRecordCriteria()
getRecordFinder
in file TScaffoldBase.php, method TScaffoldBase::getRecordFinder()
getRecordObject
in file TScaffoldBase.php, method TScaffoldBase::getRecordObject()
    Gets the current Active Record instance. Creates new instance if the primary key value is null otherwise the record is fetched from the db.
getRecordPk
in file TScaffoldEditView.php, method TScaffoldEditView::getRecordPk()
getRecordPkValues
in file TScaffoldBase.php, method TScaffoldBase::getRecordPkValues()
getRecordPropertyValues
in file TScaffoldBase.php, method TScaffoldBase::getRecordPropertyValues()
getSaveButton
in file TScaffoldEditView.php, method TScaffoldEditView::getSaveButton()
getScaffoldInputBuilder
in file TScaffoldEditView.php, method TScaffoldEditView::getScaffoldInputBuilder()
    Create the default scaffold editor control factory.
getSearchableFields
in file TScaffoldSearch.php, method TScaffoldSearch::getSearchableFields()
getSearchButton
in file TScaffoldSearch.php, method TScaffoldSearch::getSearchButton()
getSearchCondition
in file TScaffoldListView.php, method TScaffoldListView::getSearchCondition()
getSearchControl
in file TScaffoldView.php, method TScaffoldView::getSearchControl()
getSearchParameters
in file TScaffoldListView.php, method TScaffoldListView::getSearchParameters()
getSearchText
in file TScaffoldSearch.php, method TScaffoldSearch::getSearchText()
getSort
in file TScaffoldListView.php, method TScaffoldListView::getSort()
getTableInfo
in file TScaffoldBase.php, method TScaffoldBase::getTableInfo()
getValidationGroup
in file TScaffoldEditView.php, method TScaffoldEditView::getValidationGroup()
top

i

initializeEdit
in file TScaffoldListView.php, method TScaffoldListView::initializeEdit()
    Initialize the edit view control form when EditViewID is set.
initializeEditForm
in file TScaffoldEditView.php, method TScaffoldEditView::initializeEditForm()
    Initialize the editor form
initializeSort
in file TScaffoldListView.php, method TScaffoldListView::initializeSort()
    Initialize the sort drop down list and the column names repeater.
IScaffoldEditRenderer
in file TScaffoldEditView.php, class IScaffoldEditRenderer
    IScaffoldEditRenderer interface.
top

l

listItemCreated
in file TScaffoldListView.php, method TScaffoldListView::listItemCreated()
    Initialize the default display for each Active Record item.
loadRecordData
in file TScaffoldListView.php, method TScaffoldListView::loadRecordData()
    Fetch the records and data bind it to the list.
top

o

onLoad
in file TScaffoldEditView.php, method TScaffoldEditView::onLoad()
    Initialize the editor form if it is Visible.
onPreRender
in file TScaffoldView.php, method TScaffoldView::onPreRender()
    Copy basic record details to the list/edit/search controls.
onPreRender
in file TScaffoldListView.php, method TScaffoldListView::onPreRender()
    Loads and display the data.
onPreRender
in file TScaffoldBase.php, method TScaffoldBase::onPreRender()
    Publish the default stylesheet file.
top

p

pageChanged
in file TScaffoldListView.php, method TScaffoldListView::pageChanged()
    Updates repeater page index with the pager new index value.
populateField
in file TScaffoldListView.php, method TScaffoldListView::populateField()
    Sets the Record primary key to the current repeater item's CustomData.
top

s

setDefaultStyle
in file TScaffoldBase.php, method TScaffoldBase::setDefaultStyle()
setEditRenderer
in file TScaffoldEditView.php, method TScaffoldEditView::setEditRenderer()
setEditViewID
in file TScaffoldListView.php, method TScaffoldListView::setEditViewID()
setEnableDefaultStyle
in file TScaffoldBase.php, method TScaffoldBase::setEnableDefaultStyle()
setListViewID
in file TScaffoldSearch.php, method TScaffoldSearch::setListViewID()
setRecordClass
in file TScaffoldBase.php, method TScaffoldBase::setRecordClass()
    Name of the Active Record class to be viewed or scaffolded.
setRecordObject
in file TScaffoldBase.php, method TScaffoldBase::setRecordObject()
setRecordPk
in file TScaffoldEditView.php, method TScaffoldEditView::setRecordPk()
setSearchableFields
in file TScaffoldSearch.php, method TScaffoldSearch::setSearchableFields()
setSearchCondition
in file TScaffoldListView.php, method TScaffoldListView::setSearchCondition()
setSearchParameters
in file TScaffoldListView.php, method TScaffoldListView::setSearchParameters()
showAddView
in file TScaffoldView.php, method TScaffoldView::showAddView()
    Shows the add record view.
showEditView
in file TScaffoldView.php, method TScaffoldView::showEditView()
    Shows the edit record view.
showListView
in file TScaffoldView.php, method TScaffoldView::showListView()
    Shows the view for listing the records.
top

t

TScaffoldBase.php
procedural page TScaffoldBase.php
TScaffoldEditView.php
procedural page TScaffoldEditView.php
TScaffoldListView.php
procedural page TScaffoldListView.php
TScaffoldSearch.php
procedural page TScaffoldSearch.php
TScaffoldView.php
procedural page TScaffoldView.php
TScaffoldBase
in file TScaffoldBase.php, class TScaffoldBase
    Base class for Active Record scaffold views.
TScaffoldEditView
in file TScaffoldEditView.php, class TScaffoldEditView
    Template control for editing an Active Record instance.
TScaffoldListView
in file TScaffoldListView.php, class TScaffoldListView
    TScaffoldListView displays a list of Active Records.
TScaffoldSearch
in file TScaffoldSearch.php, class TScaffoldSearch
    TScaffoldSearch provide a simple textbox and a button that is used to perform search on a TScaffoldListView with ID given by setListViewID.
TScaffoldView
in file TScaffoldView.php, class TScaffoldView
    TScaffoldView is a composite control consisting of TScaffoldListView
top

u

updateRecord
in file TScaffoldEditView.php, method IScaffoldEditRenderer::updateRecord()
    This method should update the record with the user input data.
top