System.Web.UI
[ class tree: System.Web.UI ] [ index: System.Web.UI ] [ all elements ]

Element index for package System.Web.UI

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ n ] [ o ] [ r ] [ s ] [ t ] [ u ] [ v ] [ _ ]

_

__construct
in file TPage.php, method TPage::__construct()
    Constructor, initiates the root to itself.
__construct
in file TControl.php, method TControl::__construct()
    Constructor.
__construct
in file TControl.php, method TBodyCollection::__construct()
    Constructor.
top

a

addBody
in file TControl.php, method TControl::addBody()
    Appends an object into the body collection of this control.
addParsedObject
in file TContent.php, method TContent::addParsedObject()
    Override the parent implementation.
addParsedObject
in file TControl.php, method TControl::addParsedObject()
    Adds the object parsed in template as a body of the component.
allowBody
in file TControl.php, method TControl::allowBody()
    Determines whether the control can add the object as a body.
attachContent
in file TPage.php, method TPage::attachContent()
    Attaches a content control to a content placeholder.
top

c

$control
in file TControl.php, variable TBodyCollection::$control
    The container of the body content
clearViewState
in file TControl.php, method TControl::clearViewState()
    Clears viewstate
top

d

$dependencies
in file TClientScript.php, variable TClientScript::$dependencies
    Client-side javascript library dependencies
determinePostBackMode
in file TPage.php, method TPage::determinePostBackMode()
    Determines whether the current request is a postback.
top

e

execute
in file TPage.php, method TPage::execute()
    Executes page lifecycles.
top

f

findBodyControl
in file TControl.php, method TControl::findBodyControl()
top

g

getAction
in file TForm.php, method TForm::getAction()
    Get the form action (i.e. where the form is submitted to).
getAttribute
in file TControl.php, method TControl::getAttribute()
getAttributes
in file TControl.php, method TControl::getAttributes()
    Returns the attribute list object.
getAttributesToRender
in file TControl.php, method TControl::getAttributesToRender()
    Returns attributes to be rendered.
getBodies
in file TControl.php, method TControl::getBodies()
getClientID
in file TControl.php, method TControl::getClientID()
    Returns the client ID of the component.
getContainer
in file TControl.php, method TControl::getContainer()
    Returns the container of this component.
getDependencies
in file TClientScript.php, method TClientScript::getDependencies()
    Resolve dependencies for the given library.
getForm
in file TPage.php, method TPage::getForm()
    Returns the currently attached form object.
getHead
in file TPage.php, method TPage::getHead()
    Returns the current page's Head object.
getHiddenFieldValue
in file TForm.php, method TForm::getHiddenFieldValue()
getMasterPage
in file TPage.php, method TPage::getMasterPage()
getMasterPageName
in file TPage.php, method TPage::getMasterPageName()
getModule
in file TPage.php, method TPage::getModule()
    Returns the module object.
getPageName
in file TPage.php, method TPage::getPageName()
getPostBackClientEvent
in file TPage.php, method TPage::getPostBackClientEvent()
    Returns a javascript that can be used to trigger client-side postback event.
getPostBackParameter
in file TPage.php, method TPage::getPostBackParameter()
getPostBackTarget
in file TPage.php, method TPage::getPostBackTarget()
getServiceUri
in file TClientScript.php, method TClientScript::getServiceUri()
    Get service URI.
getSkinName
in file TControl.php, method TControl::getSkinName()
getStage
in file TPage.php, method TPage::getStage()
    Returns the current life cycle the page is in.
getTagName
in file TControl.php, method TControl::getTagName()
getTheme
in file TPage.php, method TPage::getTheme()
getUrl
in file TPage.php, method TPage::getUrl()
getValidators
in file TPage.php, method TPage::getValidators()
getViewState
in file TControl.php, method TControl::getViewState()
    Returns a viewstate value.
top

h

handlePostBackEvent
in file TPage.php, method TPage::handlePostBackEvent()
top

i

initSkin
in file TControl.php, method TControl::initSkin()
    Initializes a skin for the control. If a skin name is provided then that skin will be loaded.
isArrayDeclarationRegistered
in file TPage.php, method TPage::isArrayDeclarationRegistered()
    Indicates whether the named array has been registered before.
isArrayDeclarationRegistered
in file TForm.php, method TForm::isArrayDeclarationRegistered()
    Indicates whether the named array has been registered before.
isBeginScriptRegistered
in file TPage.php, method TPage::isBeginScriptRegistered()
    Indicates whether the named beginscript has been registered before.
isBeginScriptRegistered
in file TForm.php, method TForm::isBeginScriptRegistered()
    Indicates whether the named beginscript has been registered before.
isEndScriptRegistered
in file TForm.php, method TForm::isEndScriptRegistered()
    Indicate whether the named endscript has been registered before.
isEndScriptRegistered
in file TPage.php, method TPage::isEndScriptRegistered()
    Indicate whether the named endscript has been registered before.
isHiddenFieldRegistered
in file TForm.php, method TForm::isHiddenFieldRegistered()
    Indicates whether the named hidden field has been registered before.
isHiddenFieldRegistered
in file TPage.php, method TPage::isHiddenFieldRegistered()
    Indicates whether the named hidden field has been registered before.
isOnSubmitStatementRegistered
in file TPage.php, method TPage::isOnSubmitStatementRegistered()
    Indicates whether the named onsubmit statement has been registered before.
isOnSubmitStatementRegistered
in file TForm.php, method TForm::isOnSubmitStatementRegistered()
    Indicates whether the named onsubmit statement has been registered before.
isPostBack
in file TPage.php, method TPage::isPostBack()
    Indicates whether the current request is a postback.
isScriptFileRegistered
in file TForm.php, method TForm::isScriptFileRegistered()
    Indicates whether the named scriptfile has been registered before.
isScriptFileRegistered
in file TPage.php, method TPage::isScriptFileRegistered()
    Indicates whether the named scriptfile has been registered before.
isStyleFileRegistered
in file TPage.php, method TPage::isStyleFileRegistered()
    Indicates whether the named CSS style file has been registered before.
isStyleFileRegistered
in file TForm.php, method TForm::isStyleFileRegistered()
    Indicates whether the named CSS style file has been registered before.
isValid
in file TPage.php, method TPage::isValid()
    Indicates whether all validators have successfully validated the post data.
isViewStateEnabled
in file TControl.php, method TControl::isViewStateEnabled()
isVisible
in file TControl.php, method TControl::isVisible()
    This method checks whether a control is visible.
top

l

loadPageStateFromPersistenceMedium
in file TPage.php, method TPage::loadPageStateFromPersistenceMedium()
    Loads viewstate of the page and all its children from a persistence medium.
loadPostData
in file TPage.php, method TPage::loadPostData()
    Runs through every postdata loader to load postdata.
loadViewState
in file TPage.php, method TPage::loadViewState()
loadViewState
in file TControl.php, method TControl::loadViewState()
    Loads viewstate into this component and its children.
top

n

INPUT_EVENTPARAMETER
in file TPage.php, class constant TPage::INPUT_EVENTPARAMETER
    hidden form field name for event parameter
INPUT_EVENTTARGET
in file TPage.php, class constant TPage::INPUT_EVENTTARGET
    hidden form field name for event target
INPUT_VIEWSTATE
in file TPage.php, class constant TPage::INPUT_VIEWSTATE
    hidden form field name for viewstate
top

o

onAddItem
in file TControl.php, method TBodyCollection::onAddItem()
    Checks if an item can be added into body collection.
onAuthorize
in file TPage.php, method TPage::onAuthorize()
    Checks if the user is authorized to access this page.
onBubbleEvent
in file TControl.php, method TControl::onBubbleEvent()
    This method responds to a bubbled event.
onInit
in file TControl.php, method TControl::onInit()
    This method is invoked when the control enters 'Init' stage.
onInitRecursive
in file TPage.php, method TPage::onInitRecursive()
onInitRecursive
in file TControl.php, method TControl::onInitRecursive()
    Calls onInit of this control and its children recursively.
onLoad
in file TControl.php, method TControl::onLoad()
    This method is invoked when the control enters 'Load' stage.
onLoadRecursive
in file TControl.php, method TControl::onLoadRecursive()
    Calls onLoad of this control and its children recursively.
onLoadRecursive
in file TPage.php, method TPage::onLoadRecursive()
onPreInit
in file TPage.php, method TPage::onPreInit()
onPreRender
in file TControl.php, method TControl::onPreRender()
    This method is invoked when the control enters 'PreRender' stage.
onPreRenderRecursive
in file TPage.php, method TPage::onPreRenderRecursive()
onPreRenderRecursive
in file TControl.php, method TControl::onPreRenderRecursive()
    Calls onPreRender of this control and its children recursively.
onUnload
in file TControl.php, method TControl::onUnload()
    This method is invoked when the control enters 'Unload' stage.
onUnloadRecursive
in file TPage.php, method TPage::onUnloadRecursive()
onUnloadRecursive
in file TControl.php, method TControl::onUnloadRecursive()
    Calls onUnload of this control and its children recursively.
top

r

raiseBubbleEvent
in file TControl.php, method TControl::raiseBubbleEvent()
    Invokes the parent's onBubbleEvent method.
raisePostDataChangedEvents
in file TPage.php, method TPage::raisePostDataChangedEvents()
    Raises PostDataChanged event for each postdata loader whose data is changed.
register
in file TClientScript.php, method TClientScript::register()
    Register client-side libraries for adding to the page.
registerArrayDeclaration
in file TForm.php, method TForm::registerArrayDeclaration()
    Register an element of a javascript array to be created on client side.
registerArrayDeclaration
in file TPage.php, method TPage::registerArrayDeclaration()
    Register an element of a javascript array to be created on client side.
registerBeginScript
in file TForm.php, method TForm::registerBeginScript()
    Registers a javascript block to be rendered right after the openning form element.
registerBeginScript
in file TPage.php, method TPage::registerBeginScript()
    Registers a javascript block to be rendered right after the openning form element.
registerClientScript
in file TPage.php, method TPage::registerClientScript()
registerContentPlaceHolder
in file TPage.php, method TPage::registerContentPlaceHolder()
    Registers a content placeholder with the page.
registerEndScript
in file TPage.php, method TPage::registerEndScript()
    Register a javascript block to be rendered right before the closing form element.
registerEndScript
in file TForm.php, method TForm::registerEndScript()
    Register a javascript block to be rendered right before the closing form element.
registerHiddenField
in file TPage.php, method TPage::registerHiddenField()
    Registers a hidden field to be submitted upon client postback event.
registerHiddenField
in file TForm.php, method TForm::registerHiddenField()
    Registers a hidden field to be submitted upon client postback event.
registerOnSubmitStatement
in file TPage.php, method TPage::registerOnSubmitStatement()
    Registers a javascript statement to be executed upon client postback event.
registerOnSubmitStatement
in file TForm.php, method TForm::registerOnSubmitStatement()
    Registers a javascript statement to be executed upon client postback event.
registerPostBackCandidate
in file TPage.php, method TPage::registerPostBackCandidate()
    Registers a postback event handler.
registerPostDataLoader
in file TPage.php, method TPage::registerPostDataLoader()
    Registers a postdata loader.
registerScriptFile
in file TPage.php, method TPage::registerScriptFile()
    Registers a javascript file to be loaded in client side
registerScriptFile
in file TForm.php, method TForm::registerScriptFile()
    Registers a javascript file to be loaded in client side
registerStyleFile
in file TPage.php, method TPage::registerStyleFile()
    Registers a CSS style file to be imported with the page body
registerStyleFile
in file TForm.php, method TForm::registerStyleFile()
    Registers a CSS style file to be imported with the page body
registerValidator
in file TPage.php, method TPage::registerValidator()
    Registers a validator with the page.
registerViewState
in file TPage.php, method TPage::registerViewState()
    Registers the viewstate into each form so that regardless of which
removeBodies
in file TControl.php, method TControl::removeBodies()
    Removes all body content.
render
in file TForm.php, method TForm::render()
    This overrides the parent implementation by rendering TForm-specific content.
render
in file TJavascript.php, method TJavascript::render()
    Render a block of of javavscript code within a javascript tag.
render
in file TContentPlaceHolder.php, method TContentPlaceHolder::render()
    Renders the control.
render
in file TControl.php, method TControl::render()
    Renders this control.
renderArrayScripts
in file TForm.php, method TForm::renderArrayScripts()
    Renders the registered javascript array declarations
renderAttributes
in file TControl.php, method TControl::renderAttributes()
    Renders the attributes.
renderBeginScripts
in file TForm.php, method TForm::renderBeginScripts()
    Renders the registered javascripts showing at the beginning of the TForm control
renderBody
in file TPage.php, method TPage::renderBody()
    Renders the body content.
renderBody
in file TControl.php, method TControl::renderBody()
    Renders the body content.
renderContent
in file TPage.php, method TPage::renderContent()
renderEndScripts
in file TForm.php, method TForm::renderEndScripts()
    Renders the registered javascripts showing at the end of the TForm control
renderHiddenFields
in file TForm.php, method TForm::renderHiddenFields()
    Renders the registered hidden fields
renderOnSubmitStatements
in file TForm.php, method TForm::renderOnSubmitStatements()
    Renders the registered onsubmit statements
renderScriptFiles
in file TForm.php, method TForm::renderScriptFiles()
    Renders the registered javascript files to be included
renderStyleFiles
in file TForm.php, method TForm::renderStyleFiles()
    Renders the registered CSS style files to be included
top

s

$services
in file TClientScript.php, variable TClientScript::$services
    Client service URI.
JS_POSTBACK
in file TPage.php, class constant TPage::JS_POSTBACK
    name of javascript function that submits a form
savePageStateToPersistenceMedium
in file TPage.php, method TPage::savePageStateToPersistenceMedium()
    Saves viewstate of the page and all its children to a persistence medium.
saveViewState
in file TPage.php, method TPage::saveViewState()
saveViewState
in file TControl.php, method TControl::saveViewState()
    Returns the viewstate of this component and its children.
setAction
in file TForm.php, method TForm::setAction()
    Sets the for value for the action attribute of the form.
setAttribute
in file TControl.php, method TControl::setAttribute()
    Sets an attribute.
setContainer
in file TControl.php, method TControl::setContainer()
    Sets the container of this component
setContent
in file TContentPlaceHolder.php, method TContentPlaceHolder::setContent()
    Sets the TContent control.
setEnableViewState
in file TControl.php, method TControl::setEnableViewState()
setForm
in file TPage.php, method TPage::setForm()
    Attaches the form object to the page.
setHead
in file TPage.php, method TPage::setHead()
    sets the current page's Head object.
setMasterPageName
in file TPage.php, method TPage::setMasterPageName()
    Sets the master page name.
setModule
in file TPage.php, method TPage::setModule()
    Sets the module object.
setPostBackParameter
in file TPage.php, method TPage::setPostBackParameter()
    Sets postback parameter
setPostBackTarget
in file TPage.php, method TPage::setPostBackTarget()
    Sets postback target by its unique ID
setSkinName
in file TControl.php, method TControl::setSkinName()
    Sets the skin to use for this control
setTagName
in file TControl.php, method TControl::setTagName()
    Sets the tag name.
setTheme
in file TPage.php, method TPage::setTheme()
setViewState
in file TControl.php, method TControl::setViewState()
    Sets a viewstate value.
setVisible
in file TControl.php, method TControl::setVisible()
synchronizeControl
in file TControl.php, method TControl::synchronizeControl()
    This method should only be used by framework developer.
top

t

STAGE_CREATE
in file TPage.php, class constant TPage::STAGE_CREATE
    the current life cycle that the page is in
STAGE_INIT
in file TPage.php, class constant TPage::STAGE_INIT
STAGE_LOAD
in file TPage.php, class constant TPage::STAGE_LOAD
STAGE_LOADVIEWSTATE
in file TPage.php, class constant TPage::STAGE_LOADVIEWSTATE
STAGE_PRERENDER
in file TPage.php, class constant TPage::STAGE_PRERENDER
STAGE_RAISEEVENTS
in file TPage.php, class constant TPage::STAGE_RAISEEVENTS
STAGE_RENDER
in file TPage.php, class constant TPage::STAGE_RENDER
STAGE_SAVEVIEWSTATE
in file TPage.php, class constant TPage::STAGE_SAVEVIEWSTATE
STAGE_UNLOAD
in file TPage.php, class constant TPage::STAGE_UNLOAD
TBodyCollection
in file TControl.php, class TBodyCollection
    TBodyCollection class.
TClientScript
in file TClientScript.php, class TClientScript
    PradoClientScript class.
TContent
in file TContent.php, class TContent
    TContent class
TContentPlaceHolder
in file TContentPlaceHolder.php, class TContentPlaceHolder
    TContentPlaceHolder class
TControl
in file TControl.php, class TControl
    TControl class
TForm
in file TForm.php, class TForm
    TForm class
TJavascript
in file TJavascript.php, class TJavascript
    TJavascript class file. Javascript utilties, converts basic PHP types into appropriate javascript types.
toArray
in file TJavascript.php, method TJavascript::toArray()
    Coverts PHP arrays (only the array values) into javascript array.
toList
in file TJavascript.php, method TJavascript::toList()
    Coverts PHP arrays (both key and value) into javascript objects.
to_array
in file TJavascript.php, method TJavascript::to_array()
to_boolean
in file TJavascript.php, method TJavascript::to_boolean()
to_double
in file TJavascript.php, method TJavascript::to_double()
to_integer
in file TJavascript.php, method TJavascript::to_integer()
to_null
in file TJavascript.php, method TJavascript::to_null()
to_string
in file TJavascript.php, method TJavascript::to_string()
    If string begins with [ and ends ], or begins with { and ends } it is assumed to be javascript arrays or objects and no further conversion is applied.
TPage
in file TPage.php, class TPage
    TPage class
TClientScript.php
procedural page TClientScript.php
TContentPlaceHolder.php
procedural page TContentPlaceHolder.php
TContent.php
procedural page TContent.php
TControl.php
procedural page TControl.php
TForm.php
procedural page TForm.php
TJavascript.php
procedural page TJavascript.php
TPage.php
procedural page TPage.php
top

u

unregisterContentPlaceHolder
in file TPage.php, method TPage::unregisterContentPlaceHolder()
    Unregisters a content placeholder with the page.
unregisterPostBackCandidate
in file TPage.php, method TPage::unregisterPostBackCandidate()
    Unregisters a postback handler from the page.
unregisterPostDataLoader
in file TPage.php, method TPage::unregisterPostDataLoader()
    Unregister a postdata loader from the page.
unregisterValidator
in file TPage.php, method TPage::unregisterValidator()
    Unregisters a validator from the page.
unsetForm
in file TPage.php, method TPage::unsetForm()
    Detaches the form object from the page.
top

v

validate
in file TPage.php, method TPage::validate()
    Invokes validate() method of every registered validator and update isValid accordingly.
top

© 2004-2005 PRADO Software Group. All Rights Reserved.