[System.Data.ActiveRecord.Scaffold] element index

Package indexes

All elements
b c d g i l o p s t u
b
top
bubbleEvent
TScaffoldView::bubbleEvent() in TScaffoldView.php
Handle the "edit" and "new" commands by displaying the edit view.
bubbleEvent
TScaffoldSearch::bubbleEvent() in TScaffoldSearch.php
Sets the SearchCondition of the TScaffoldListView as the search terms given by the text of the search text box.
bubbleEvent
TScaffoldListView::bubbleEvent() in TScaffoldListView.php
Continue bubbling the "edit" command, "delete" command is handled in this class.
bubbleEvent
TScaffoldEditView::bubbleEvent() in TScaffoldEditView.php
Bubble the command name event. Stops bubbling when the page validator false.
c
top
clearRecordObject
Unset the current record instance and table information.
copyFrom
TScaffoldBase::copyFrom() in TScaffoldBase.php
Copy the view details from another scaffold view instance.
createEditRenderer
Instantiate the external edit renderer.
createRepeaterEditItem
Initialize the default editor using the scaffold input builder.
createSearchCondition
d
top
deleteRecord
TScaffoldListView::deleteRecord() in TScaffoldListView.php
Deletes an Active Record.
doSave
TScaffoldEditView::doSave() in TScaffoldEditView.php
Check the validators, then tries to save the record.
g
top
getAddButton
TScaffoldView::getAddButton() in TScaffoldView.php
getCancelButton
TScaffoldEditView::getCancelButton() in TScaffoldEditView.php
getClearButton
TScaffoldEditView::getClearButton() in TScaffoldEditView.php
getCurrentRecord
TScaffoldEditView::getCurrentRecord() in TScaffoldEditView.php
getDefaultStyle
getEditRenderer
TScaffoldEditView::getEditRenderer() in TScaffoldEditView.php
getEditView
TScaffoldView::getEditView() in TScaffoldView.php
getEditViewControl
getEditViewID
TScaffoldListView::getEditViewID() in TScaffoldListView.php
getEnableDefaultStyle
getFields
TScaffoldSearch::getFields() in TScaffoldSearch.php
getHeader
TScaffoldListView::getHeader() in TScaffoldListView.php
getInputRepeater
TScaffoldEditView::getInputRepeater() in TScaffoldEditView.php
getList
TScaffoldListView::getList() in TScaffoldListView.php
getListView
TScaffoldSearch::getListView() in TScaffoldSearch.php
getListView
TScaffoldView::getListView() in TScaffoldView.php
getListViewID
TScaffoldSearch::getListViewID() in TScaffoldSearch.php
getPager
TScaffoldListView::getPager() in TScaffoldListView.php
getRecordClass
TScaffoldBase::getRecordClass() in TScaffoldBase.php
Name of the Active Record class to be viewed or scaffolded.
getRecordCriteria
getRecordFinder
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
TScaffoldEditView::getRecordPk() in TScaffoldEditView.php
getRecordPkValues
getRecordPropertyValues
getSaveButton
TScaffoldEditView::getSaveButton() in TScaffoldEditView.php
getScaffoldInputBuilder
Create the default scaffold editor control factory.
getSearchableFields
getSearchButton
TScaffoldSearch::getSearchButton() in TScaffoldSearch.php
getSearchCondition
getSearchControl
getSearchParameters
getSearchText
TScaffoldSearch::getSearchText() in TScaffoldSearch.php
getSort
TScaffoldListView::getSort() in TScaffoldListView.php
getTableInfo
TScaffoldBase::getTableInfo() in TScaffoldBase.php
getValidationGroup
i
top
initializeEdit
TScaffoldListView::initializeEdit() in TScaffoldListView.php
Initialize the edit view control form when EditViewID is set.
initializeEditForm
Initialize the editor form
initializeSort
TScaffoldListView::initializeSort() in TScaffoldListView.php
Initialize the sort drop down list and the column names repeater.
IScaffoldEditRenderer
IScaffoldEditRenderer in TScaffoldEditView.php
IScaffoldEditRenderer interface.
l
top
listItemCreated
TScaffoldListView::listItemCreated() in TScaffoldListView.php
Initialize the default display for each Active Record item.
loadRecordData
TScaffoldListView::loadRecordData() in TScaffoldListView.php
Fetch the records and data bind it to the list.
o
top
onLoad
TScaffoldEditView::onLoad() in TScaffoldEditView.php
Initialize the editor form if it is Visible.
onPreRender
TScaffoldView::onPreRender() in TScaffoldView.php
Copy basic record details to the list/edit/search controls.
onPreRender
TScaffoldListView::onPreRender() in TScaffoldListView.php
Loads and display the data.
onPreRender
TScaffoldBase::onPreRender() in TScaffoldBase.php
Publish the default stylesheet file.
p
top
pageChanged
TScaffoldListView::pageChanged() in TScaffoldListView.php
Updates repeater page index with the pager new index value.
populateField
TScaffoldListView::populateField() in TScaffoldListView.php
Sets the Record primary key to the current repeater item's CustomData.
s
top
setDefaultStyle
setEditRenderer
TScaffoldEditView::setEditRenderer() in TScaffoldEditView.php
setEditViewID
TScaffoldListView::setEditViewID() in TScaffoldListView.php
setEnableDefaultStyle
setListViewID
TScaffoldSearch::setListViewID() in TScaffoldSearch.php
setRecordClass
TScaffoldBase::setRecordClass() in TScaffoldBase.php
Name of the Active Record class to be viewed or scaffolded.
setRecordObject
setRecordPk
TScaffoldEditView::setRecordPk() in TScaffoldEditView.php
setSearchableFields
setSearchCondition
setSearchParameters
showAddView
TScaffoldView::showAddView() in TScaffoldView.php
Shows the add record view.
showEditView
TScaffoldView::showEditView() in TScaffoldView.php
Shows the edit record view.
showListView
TScaffoldView::showListView() in TScaffoldView.php
Shows the view for listing the records.
t
top
TScaffoldBase.php
TScaffoldBase.php in TScaffoldBase.php
TScaffoldEditView.php
TScaffoldEditView.php in TScaffoldEditView.php
TScaffoldListView.php
TScaffoldListView.php in TScaffoldListView.php
TScaffoldSearch.php
TScaffoldSearch.php in TScaffoldSearch.php
TScaffoldView.php
TScaffoldView.php in TScaffoldView.php
TScaffoldBase
TScaffoldBase in TScaffoldBase.php
Base class for Active Record scaffold views.
TScaffoldEditView
TScaffoldEditView in TScaffoldEditView.php
Template control for editing an Active Record instance.
TScaffoldListView
TScaffoldListView in TScaffoldListView.php
TScaffoldListView displays a list of Active Records.
TScaffoldSearch
TScaffoldSearch in TScaffoldSearch.php
TScaffoldSearch provide a simple textbox and a button that is used to perform search on a TScaffoldListView with ID given by setListViewID.
TScaffoldView
TScaffoldView in TScaffoldView.php
TScaffoldView is a composite control consisting of TScaffoldListView
u
top
updateRecord
IScaffoldEditRenderer::updateRecord() in TScaffoldEditView.php
This method should update the record with the user input data.
b c d g i l o p s t u