ui 
[ doc home ] [ class tree: ui ] [ index: ui ] [ all elements ]

Element index for package ui

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

a

$app
in file IsterUIBase.php, variable IsterUIBase::$app
    The framework object.
addAction
in file IsterUIForm.php, method IsterUIForm::addAction()
    Add an action to perform.
addField
in file IsterUIForm.php, method IsterUIForm::addField()
    Add a field to the Form.
addFieldGroup
in file IsterUIForm.php, method IsterUIForm::addFieldGroup()
    Add a form field group (Radio Buttons etc.) to the form.
addImgButton
in file IsterUIForm.php, method IsterUIForm::addImgButton()
    Add an image button to the form.
applySecurityPolicies
in file IsterUIComponent.php, method IsterUIComponent::applySecurityPolicies()
    Apply the IsterHttpSecurityPolicies to the request and to pathinfo.
top

c

catString
in file IsterUIBase.php, method IsterUIBase::catString()
    Concat $str parameter to $this->string property.
chgField
in file IsterUIForm.php, method IsterUIForm::chgField()
    Change the value of a given form field.
clear
in file IsterUIForm.php, method IsterUIForm::clear()
    Reset all form data to the default values.
close
in file IsterUIDescExpatNative.php, method IsterUIDescExpatNative::close()
    Pass by all closing nodes.
top

d

$descr
in file IsterUIBase.php, variable IsterUIBase::$descr
    The object's description.
defineSql
in file IsterUIComponent.php, method IsterUIComponent::defineSql()
    Define a SQL function on the component's IsterSQLFunction object.
top

e

execute
in file IsterUIForm.php, method IsterUIForm::execute()
    Execute the form.
top

f

$function
in file IsterUIBase.php, variable IsterUIBase::$function
    The object's sql function.
$fw
in file IsterUIBase.php, variable IsterUIBase::$fw
    The framework object.
top

g

get
in file IsterUIDescFactory.php, method IsterUIDescFactory::get()
    Get the description object.
getApplication
in file IsterUIBase.php, method IsterUIBase::getApplication()
    Get the objet's IsterAppMain object.
getCDATA
in file IsterUIDescExpatNative.php, method IsterUIDescExpatNative::getCDATA()
    Get a node's cdata children.
getCDATA
in file IsterUIDescExpat.php, method IsterUIDescExpat::getCDATA()
    Get a node's cdata children.
getCloned
in file IsterUIDescFactory.php, method IsterUIDescFactory::getCloned()
    Get a description of the same group like $class is in.
getContainer
in file IsterUIFramework.php, method IsterUIFramework::getContainer()
    Get the session container.
getDataObject
in file IsterUIFormConnector.php, method IsterUIFormConnector::getDataObject()
    Get the data object by reference.
getDescription
in file IsterUIDescExpatNative.php, method IsterUIDescExpatNative::getDescription()
    Read the description.
getDescription
in file IsterUIDescExpat.php, method IsterUIDescExpat::getDescription()
    Read the description.
getField
in file IsterUIForm.php, method IsterUIForm::getField()
    Get the value of a form field.
getFieldBool
in file IsterUIForm.php, method IsterUIForm::getFieldBool()
    Test whether a form field is set at all.
getFieldGroupChecked
in file IsterUIForm.php, method IsterUIForm::getFieldGroupChecked()
    Check whether a given value of a form field group has been checked.
getFields
in file IsterUIForm.php, method IsterUIForm::getFields()
    Return array of field value pairs, default values if form was not read already.
getForm
in file IsterUIFormConnector.php, method IsterUIFormConnector::getForm()
    Get the form object by reference.
getFramework
in file IsterUIBase.php, method IsterUIBase::getFramework()
    Get the objet's IsterUIFramework object.
getMarked
in file IsterUIForm.php, method IsterUIForm::getMarked()
    If an IsterHttpSecurityPolicy was set to this form and the policy has marked some fields the names of these fields are returned.
getMissing
in file IsterUIForm.php, method IsterUIForm::getMissing()
    Get an array of required but unset form fields.
getName
in file IsterUIBase.php, method IsterUIBase::getName()
    Get the objet's name.
getNode
in file IsterUIDescExpatNative.php, method IsterUIDescExpatNative::getNode()
    Get the next tag.
getRequired
in file IsterUIBase.php, method IsterUIBase::getRequired()
    Returns bitmask of required objects.
getResponse
in file IsterUIFramework.php, method IsterUIFramework::getResponse()
    Get the current response object.
getSecurityPolicy
in file IsterUIForm.php, method IsterUIForm::getSecurityPolicy()
    Get the IsterHttpSecurityPolicy object.
getSqlFunction
in file IsterUIBase.php, method IsterUIBase::getSqlFunction()
    Get the objet's IsterSqlFunction object.
getTemplate
in file IsterUIBase.php, method IsterUIBase::getTemplate()
    Get the objet's IsterTemplate object.
top

h

hasChildren
in file IsterUIDescExpatNative.php, method IsterUIDescExpatNative::hasChildren()
    Whether the current node has children or not.
hasTemplate
in file IsterUIBase.php, method IsterUIBase::hasTemplate()
top

i

IsterUIBase.php
procedural page IsterUIBase.php
IsterUIComponent.php
procedural page IsterUIComponent.php
IsterUIConDescExpatNative.php
procedural page IsterUIConDescExpatNative.php
IsterUIConDescExpat.php
procedural page IsterUIConDescExpat.php
IsterUIDescExpatNative.php
procedural page IsterUIDescExpatNative.php
IsterUIDescExpat.php
procedural page IsterUIDescExpat.php
IsterUIDescFactory.php
procedural page IsterUIDescFactory.php
IsterUIFormConnector.php
procedural page IsterUIFormConnector.php
IsterUIForm.php
procedural page IsterUIForm.php
IsterUIFramework.php
procedural page IsterUIFramework.php
IsterUIFWDescExpatNative.php
procedural page IsterUIFWDescExpatNative.php
IsterUIFWDescExpat.php
procedural page IsterUIFWDescExpat.php
IsterUIViewDescExpatNative.php
procedural page IsterUIViewDescExpatNative.php
IsterUIViewDescExpat.php
procedural page IsterUIViewDescExpat.php
IsterUIView.php
procedural page IsterUIView.php
isAction
in file IsterUIForm.php, method IsterUIForm::isAction()
    Test for a given action.
isActionCalled
in file IsterUIForm.php, method IsterUIForm::isActionCalled()
    Returns true if executeForm() has called an action.
isCheckable
in file IsterUIComponent.php, method IsterUIComponent::isCheckable()
    Test for a checkable attribute.
IsterUIBase
in file IsterUIBase.php, class IsterUIBase
    This class represents an object having some other objets as protected properties.
IsterUIBase
in file IsterUIBase.php, method IsterUIBase::IsterUIBase()
    Constructor
IsterUIComponent
in file IsterUIComponent.php, method IsterUIComponent::IsterUIComponent()
    Constructor
IsterUIComponent
in file IsterUIComponent.php, class IsterUIComponent
    This class represents a ui component.
IsterUIConDescExpat
in file IsterUIConDescExpat.php, class IsterUIConDescExpat
    This class represents a description of a form to data object connection written in XML.
IsterUIConDescExpat
in file IsterUIConDescExpat.php, method IsterUIConDescExpat::IsterUIConDescExpat()
    Constructor
IsterUIConDescExpatNative
in file IsterUIConDescExpatNative.php, class IsterUIConDescExpatNative
    This class represents a description of a form to data object connection written in XML.
IsterUIConDescExpatNative
in file IsterUIConDescExpatNative.php, method IsterUIConDescExpatNative::IsterUIConDescExpatNative()
    Constructor
IsterUIDescExpat
in file IsterUIDescExpat.php, class IsterUIDescExpat
    This class represents a xml description.
IsterUIDescExpat
in file IsterUIDescExpat.php, method IsterUIDescExpat::IsterUIDescExpat()
    Constructor
IsterUIDescExpatNative
in file IsterUIDescExpatNative.php, class IsterUIDescExpatNative
    This class represents a xml description.
IsterUIDescExpatNative
in file IsterUIDescExpatNative.php, method IsterUIDescExpatNative::IsterUIDescExpatNative()
    Constructor
IsterUIDescFactory
in file IsterUIDescFactory.php, method IsterUIDescFactory::IsterUIDescFactory()
    Constructor
IsterUIDescFactory
in file IsterUIDescFactory.php, class IsterUIDescFactory
    This class represents a description of an object extending IsterUIBase.
IsterUIForm
in file IsterUIForm.php, method IsterUIForm::IsterUIForm()
    Constructor
IsterUIForm
in file IsterUIForm.php, class IsterUIForm
    This class represents a user interface form.
IsterUIFormConnector
in file IsterUIFormConnector.php, method IsterUIFormConnector::IsterUIFormConnector()
    Constructor
IsterUIFormConnector
in file IsterUIFormConnector.php, class IsterUIFormConnector
    This class represents a connection of a form object and a data object.
IsterUIFramework
in file IsterUIFramework.php, method IsterUIFramework::IsterUIFramework()
    Constructor
IsterUIFramework
in file IsterUIFramework.php, class IsterUIFramework
    This class represents a framework.
IsterUIFWDescExpat
in file IsterUIFWDescExpat.php, class IsterUIFWDescExpat
    This class represents a framework schema.
IsterUIFWDescExpat
in file IsterUIFWDescExpat.php, method IsterUIFWDescExpat::IsterUIFWDescExpat()
    Constructor
IsterUIFWDescExpatNative
in file IsterUIFWDescExpatNative.php, method IsterUIFWDescExpatNative::IsterUIFWDescExpatNative()
    Constructor
IsterUIFWDescExpatNative
in file IsterUIFWDescExpatNative.php, class IsterUIFWDescExpatNative
    This class represents a framework schema.
IsterUIView
in file IsterUIView.php, class IsterUIView
    This class represents a view.
IsterUIView
in file IsterUIView.php, method IsterUIView::IsterUIView()
    Constructor
IsterUIViewDescExpat
in file IsterUIViewDescExpat.php, method IsterUIViewDescExpat::IsterUIViewDescExpat()
    Constructor
IsterUIViewDescExpat
in file IsterUIViewDescExpat.php, class IsterUIViewDescExpat
    This class represents a vie description.
IsterUIViewDescExpatNative
in file IsterUIViewDescExpatNative.php, method IsterUIViewDescExpatNative::IsterUIViewDescExpatNative()
    Constructor
IsterUIViewDescExpatNative
in file IsterUIViewDescExpatNative.php, class IsterUIViewDescExpatNative
    This class represents a vie description.
ISTER_UI_CONNECTION
in file IsterUIDescFactory.php, constant ISTER_UI_CONNECTION
ISTER_UI_FRAMEWORK
in file IsterUIDescFactory.php, constant ISTER_UI_FRAMEWORK
ISTER_UI_REQ_APPLICATION
in file IsterUIBase.php, constant ISTER_UI_REQ_APPLICATION
ISTER_UI_REQ_DESCRIPTION
in file IsterUIBase.php, constant ISTER_UI_REQ_DESCRIPTION
ISTER_UI_REQ_REQUEST
in file IsterUIBase.php, constant ISTER_UI_REQ_REQUEST
ISTER_UI_REQ_SQL
in file IsterUIBase.php, constant ISTER_UI_REQ_SQL
ISTER_UI_REQ_TEMPLATE
in file IsterUIBase.php, constant ISTER_UI_REQ_TEMPLATE
ISTER_UI_USE_NATIVE
in file IsterUIDescFactory.php, constant ISTER_UI_USE_NATIVE
ISTER_UI_VIEW
in file IsterUIDescFactory.php, constant ISTER_UI_VIEW
top

l

$loader
in file IsterUIBase.php, variable IsterUIBase::$loader
    The object's class loader.
top

n

$name
in file IsterUIBase.php, variable IsterUIBase::$name
    Name of the object.
newAction
in file IsterUIFormConnector.php, method IsterUIFormConnector::newAction()
    Callback method called from IsterUIConDesc.
newApp
in file IsterUIFramework.php, method IsterUIFramework::newApp()
    Callback called by IsterUIFWDescExpat
newComponent
in file IsterUIView.php, method IsterUIView::newComponent()
    Callback called by IsterUIViewDescExpat
newConfig
in file IsterUIFramework.php, method IsterUIFramework::newConfig()
    Callback called by IsterUIFWDescExpat
newField
in file IsterUIFormConnector.php, method IsterUIFormConnector::newField()
    Callback method called from IsterUIConDesc.
newFilter
in file IsterUIFramework.php, method IsterUIFramework::newFilter()
    Callback called by IsterUIFWDescExpat
newFilter
in file IsterUIView.php, method IsterUIView::newFilter()
    Callback called by IsterUIViewDescExpat
newForm
in file IsterUIFormConnector.php, method IsterUIFormConnector::newForm()
    Callback method called from IsterUIConDesc.
newFunction
in file IsterUIView.php, method IsterUIView::newFunction()
    Callback called by IsterUIViewDescExpat
newGroup
in file IsterUIFormConnector.php, method IsterUIFormConnector::newGroup()
    Callback method called from IsterUIConDesc.
newLogger
in file IsterUIFramework.php, method IsterUIFramework::newLogger()
    Callback called by IsterUIFWDescExpat
newObject
in file IsterUIFormConnector.php, method IsterUIFormConnector::newObject()
    Callback method called from IsterUIConDesc.
newPolicy
in file IsterUIFramework.php, method IsterUIFramework::newPolicy()
    Callback called by IsterUIFWDescExpat
newProtect
in file IsterUIFramework.php, method IsterUIFramework::newProtect()
    Callback called by IsterUIFWDescExpat
newSelector
in file IsterUIFramework.php, method IsterUIFramework::newSelector()
    Callback called by IsterUIFWDescExpat
newSession
in file IsterUIFramework.php, method IsterUIFramework::newSession()
    Callback called by IsterUIFWDescExpat
newSql
in file IsterUIFramework.php, method IsterUIFramework::newSql()
    Callback called by IsterUIFWDescExpat
newSql
in file IsterUIView.php, method IsterUIView::newSql()
    Callback called by IsterUIViewDescExpat
newTemplate
in file IsterUIView.php, method IsterUIView::newTemplate()
    Callback called by IsterUIViewDescExpat
newView
in file IsterUIFramework.php, method IsterUIFramework::newView()
    Callback called by IsterUIFWDescExpat
next
in file IsterUIConDescExpat.php, method IsterUIConDescExpat::next()
top

r

$ref
in file IsterUIDescExpatNative.php, variable IsterUIDescExpatNative::$ref
    The description object's refrent.
$ref
in file IsterUIDescExpat.php, variable IsterUIDescExpat::$ref
    The description object's refrent.
$required
in file IsterUIBase.php, variable IsterUIBase::$required
    The object's requirements bitmask.
$root
in file IsterUIDescExpatNative.php, variable IsterUIDescExpatNative::$root
    Name of the root node.
$root
in file IsterUIDescExpat.php, variable IsterUIDescExpat::$root
    Name of the root node.
read
in file IsterUIForm.php, method IsterUIForm::read()
    Red the supplied data of the form into the IsterUIForm object.
root
in file IsterUIDescExpat.php, method IsterUIDescExpat::root()
root
in file IsterUIDescExpatNative.php, method IsterUIDescExpatNative::root()
run
in file IsterUIView.php, method IsterUIView::run()
    Execute this view.
run
in file IsterUIFramework.php, method IsterUIFramework::run()
    Execute this framework.
run
in file IsterUIFormConnector.php, method IsterUIFormConnector::run()
    Execute the current connector.
run
in file IsterUIComponent.php, method IsterUIComponent::run()
    Execute this object.
top

s

$string
in file IsterUIBase.php, variable IsterUIBase::$string
    A string representation of this object, may be set from the outside.
setApplication
in file IsterUIBase.php, method IsterUIBase::setApplication()
    Set the application object.
setApplication
in file IsterUIFormConnector.php, method IsterUIFormConnector::setApplication()
    Set the application object.
setCheckable
in file IsterUIComponent.php, method IsterUIComponent::setCheckable()
setDataObject
in file IsterUIFormConnector.php, method IsterUIFormConnector::setDataObject()
    Set the data object.
setDescription
in file IsterUIBase.php, method IsterUIBase::setDescription()
    Set the description object.
setFieldGroupChecked
in file IsterUIForm.php, method IsterUIForm::setFieldGroupChecked()
    Set a given value of a form field group as checked.
setForm
in file IsterUIFormConnector.php, method IsterUIFormConnector::setForm()
    Set the form.
setFramework
in file IsterUIBase.php, method IsterUIBase::setFramework()
    Set the objet's IsterUIFramework object.
setID
in file IsterUIFormConnector.php, method IsterUIFormConnector::setID()
    Set the data object's unique identifier.
setName
in file IsterUIBase.php, method IsterUIBase::setName()
    Set the object's name
setReferent
in file IsterUIDescExpatNative.php, method IsterUIDescExpatNative::setReferent()
setReferent
in file IsterUIDescExpat.php, method IsterUIDescExpat::setReferent()
setSecurityPolicy
in file IsterUIForm.php, method IsterUIForm::setSecurityPolicy()
    Set the security policy object.
setSource
in file IsterUIDescExpatNative.php, method IsterUIDescExpatNative::setSource()
setSource
in file IsterUIDescExpat.php, method IsterUIDescExpat::setSource()
setSqlFunction
in file IsterUIBase.php, method IsterUIBase::setSqlFunction()
    Set the objet's IsterSqlFunction object.
setTemplate
in file IsterUIBase.php, method IsterUIBase::setTemplate()
    Set the objet's IsterTemplate object.
sql
in file IsterUIDescExpat.php, method IsterUIDescExpat::sql()
    Read a definition of an IsterSqlFunction object.
sql
in file IsterUIDescExpatNative.php, method IsterUIDescExpatNative::sql()
    Read a definition of an IsterSqlFunction object.
syntax
in file IsterUIDescExpat.php, method IsterUIDescExpat::syntax()
syntax
in file IsterUIDescExpatNative.php, method IsterUIDescExpatNative::syntax()
top

t

$tmpl
in file IsterUIBase.php, variable IsterUIBase::$tmpl
    The object's template.
test
in file IsterUIBase.php, method IsterUIBase::test()
    Test if some objects exist.
testAttr
in file IsterUIDescExpat.php, method IsterUIDescExpat::testAttr()
testAttr
in file IsterUIDescExpatNative.php, method IsterUIDescExpatNative::testAttr()
toString
in file IsterUIView.php, method IsterUIView::toString()
    Return string representation of this view.
toString
in file IsterUIFormConnector.php, method IsterUIFormConnector::toString()
    Return a string representation of this object.
toString
in file IsterUIComponent.php, method IsterUIComponent::toString()
    Return a string representation of this component.
toString
in file IsterUIBase.php, method IsterUIBase::toString()
    Return a string representation of this object.
top

u

updateDataObject
in file IsterUIFormConnector.php, method IsterUIFormConnector::updateDataObject()
    Update data object's properties by form field.
updateForm
in file IsterUIFormConnector.php, method IsterUIFormConnector::updateForm()
    Update form fields by data object's properties.
top

Documentation generated on Tue, 20 Dec 2005 11:20:16 +0100 by phpDocumentor 1.3.0RC4