TPage class
Located in /Web/UI/TPage.php (line 29)
TComponent | --TApplicationComponent | --TControl | --TCompositeControl | --TTemplateControl | --TPage
Constructor.
Sets the page object to itself.
Applies a skin in the current theme to a control.
This method should only be used by framework developers.
Applies a stylesheet skin in the current theme to a control.
This method should only be used by framework developers.
Ensures the control is rendered within a form.
TBD
Returns whether user input is valid or not.
This method must be invoked after validate is called.
Returns a list of registered validators.
If validation group is specified, only the validators in that group will be returned.
Loads page state from persistent storage.
This method is invoked right after the control has loaded its state.
You can override this method to initialize data from the control state. Parent implementation must be invoked.
Raises OnInitComplete event.
This method is invoked right after OnInit stage and before OnLoad stage. You may override this method to provide additional initialization that should be done after OnInit. Remember to call the parent implementation to ensure OnInitComplete event is raised.
Raises OnLoadComplete event.
This method is invoked right after OnLoad stage. You may override this method to provide additional page loading logic that should be done after OnLoad. Remember to call the parent implementation to ensure OnLoadComplete event is raised.
Raises OnPreInit event.
This method is invoked right before OnInit stage. You may override this method to provide additional initialization that should be done before OnInit (e.g. setting Theme or StyleSheetTheme). Remember to call the parent implementation to ensure OnPreInit event is raised.
Raises OnPreLoad event.
This method is invoked right before OnLoad stage. You may override this method to provide additional page loading logic that should be done before OnLoad. Remember to call the parent implementation to ensure OnPreLoad event is raised.
Raises OnPreRenderComplete event.
This method is invoked right after OnPreRender stage. You may override this method to provide additional preparation for page rendering that should be done after OnPreRender. Remember to call the parent implementation to ensure OnPreRenderComplete event is raised.
Raises OnSaveStateComplete event.
This method is invoked right after onSaveState stage. You may override this method to provide additional logic after page state is saved. Remember to call the parent implementation to ensure OnSaveStateComplete event is raised.
Processes post data.
Registers a control for loading post data in the next postback.
This method needs to be invoked if the control to load post data may not have a post variable in some cases. For example, a checkbox, if not checked, will not have a post value.
Runs through the page lifecycles.
Saves page state from persistent storage.
This method is invoked when control state is to be saved.
You can override this method to do last step state saving. Parent implementation must be invoked.
Sets input focus on a control after the page is rendered to users.
Registers a TForm instance to the page.
Note, a page can contain at most one TForm instance.
Registers a control to raise postback event in the current request.
Sets the stylesheet theme to be used for the page.
Sets the theme to be used for the page.
Sets the page title.
Note, a THead control needs to place on the page in order that this title be rendered.
Performs input validation.
This method will invoke the registered validators to perform the actual validation. If validation group is specified, only the validators in that group will be invoked.
Inherited From TTemplateControl
TTemplateControl::createChildControls()
TTemplateControl::getIsSourceTemplateControl()
TTemplateControl::getMaster()
TTemplateControl::getMasterClass()
TTemplateControl::getTemplate()
TTemplateControl::getTemplateDirectory()
TTemplateControl::initRecursive()
TTemplateControl::injectContent()
TTemplateControl::loadTemplate()
TTemplateControl::registerContent()
TTemplateControl::registerContentPlaceHolder()
TTemplateControl::setMasterClass()
TTemplateControl::setTemplate()
Inherited From TCompositeControl
TCompositeControl::initRecursive()
Inherited From TControl
TControl::__construct()
TControl::addedControl()
TControl::addParsedObject()
TControl::applyStyleSheetSkin()
TControl::autoBindProperty()
TControl::autoDataBindProperties()
TControl::bindProperty()
TControl::broadcastEvent()
TControl::broadcastEventInternal()
TControl::bubbleEvent()
TControl::clearChildState()
TControl::clearControlState()
TControl::clearNamingContainer()
TControl::clearViewState()
TControl::createChildControls()
TControl::createControlCollection()
TControl::createdOnTemplate()
TControl::dataBind()
TControl::dataBindChildren()
TControl::dataBindProperties()
TControl::ensureChildControls()
TControl::findControl()
TControl::findControlsByID()
TControl::findControlsByType()
TControl::focus()
TControl::getAdapter()
TControl::getAllowChildControls()
TControl::getAttribute()
TControl::getAttributes()
TControl::getChildControlsCreated()
TControl::getClientID()
TControl::getControls()
TControl::getControlStage()
TControl::getControlState()
TControl::getEnabled()
TControl::getEnableTheming()
TControl::getEnableViewState()
TControl::getHasAdapter()
TControl::getHasAttributes()
TControl::getHasControls()
TControl::getID()
TControl::getNamingContainer()
TControl::getPage()
TControl::getParent()
TControl::getRegisteredObject()
TControl::getSkinID()
TControl::getSourceTemplateControl()
TControl::getTemplateControl()
TControl::getUniqueID()
TControl::getViewState()
TControl::getVisible()
TControl::hasAttribute()
TControl::initRecursive()
TControl::isDescendentOf()
TControl::isObjectRegistered()
TControl::loadRecursive()
TControl::loadState()
TControl::loadStateRecursive()
TControl::onDataBinding()
TControl::onInit()
TControl::onLoad()
TControl::onPreRender()
TControl::onUnload()
TControl::preRenderRecursive()
TControl::raiseBubbleEvent()
TControl::registerObject()
TControl::removeAttribute()
TControl::removedControl()
TControl::render()
TControl::renderChildren()
TControl::renderControl()
TControl::saveState()
TControl::saveStateRecursive()
TControl::setAdapter()
TControl::setAttribute()
TControl::setChildControlsCreated()
TControl::setControlStage()
TControl::setControlState()
TControl::setEnabled()
TControl::setEnableTheming()
TControl::setEnableViewState()
TControl::setID()
TControl::setPage()
TControl::setSkinID()
TControl::setTemplateControl()
TControl::setViewState()
TControl::setVisible()
TControl::traverseChildControls()
TControl::unbindProperty()
TControl::unloadRecursive()
TControl::unregisterObject()
TControl::__get()
Inherited From TApplicationComponent
TApplicationComponent::getApplication()
TApplicationComponent::getRequest()
TApplicationComponent::getResponse()
TApplicationComponent::getService()
TApplicationComponent::getSession()
TApplicationComponent::getUser()
TApplicationComponent::publishAsset()
TApplicationComponent::publishFilePath()
Inherited From TComponent
TComponent::attachEventHandler()
TComponent::canGetProperty()
TComponent::canSetProperty()
TComponent::detachEventHandler()
TComponent::evaluateExpression()
TComponent::evaluateStatements()
TComponent::getEventHandlers()
TComponent::getSubProperty()
TComponent::hasEvent()
TComponent::hasEventHandler()
TComponent::hasProperty()
TComponent::raiseEvent()
TComponent::setSubProperty()
TComponent::__get()
TComponent::__set()
FIELD_CALLBACK_ID
= 'PRADO_CALLBACK_ID'
(line 40)
FIELD_CALLBACK_PARAMETER
= 'PRADO_CALLBACK_PARAMETER'
(line 39)
FIELD_CALLBACK_TARGET
= 'PRADO_CALLBACK_TARGET'
(line 38)
FIELD_LASTFOCUS
= 'PRADO_LASTFOCUS'
(line 36)
FIELD_PAGESTATE
= 'PRADO_PAGESTATE'
(line 37)
FIELD_POSTBACK_PARAMETER
= 'PRADO_POSTBACK_PARAMETER'
(line 35)
FIELD_POSTBACK_TARGET
= 'PRADO_POSTBACK_TARGET'
(line 34)
system post fields
Inherited from TTemplateControl
Inherited from TControl
Documentation generated on Sun, 04 Jun 2006 18:59:58 -0400 by phpDocumentor 1.3.0RC4