Item
[ class tree: Item ] [ index: Item ] [ all elements ]

Element index for package Item

[ a ] [ b ] [ c ] [ d ] [ f ] [ g ] [ h ] [ i ] [ n ] [ p ] [ r ] [ s ] [ t ] [ v ] [ _ ]

_

$_caller
in file Item.php, variable Formagic_Item::$_caller
    Formagic object that called and contains item
$_constantValue
in file Item.php, variable Formagic_Item::$_constantValue
    Values that are not changed by submitted values
$_isBlocked
in file Item.php, variable Formagic_Item::$_isBlocked
    Flag that defines if item content can be edited.
$_isDisabled
in file Item.php, variable Formagic_Item::$_isDisabled
    Flag that defines if item is removed from Formagic
$_isHidden
in file Item.php, variable Formagic_Item::$_isHidden
    Flag that defines if item will be displayed
$_items
in file Container.php, variable Formagic_Item_Container::$_items
    Pointer to items array section of formagic object
$_label
in file Item.php, variable Formagic_Item::$_label
    Form item label
$_rules
in file Item.php, variable Formagic_Item::$_rules
    Array of rule object that are applied for this item
_execEvent
in file Item.php, method Formagic_Item::_execEvent()
    Event dispatcher
_getAttributeStr
in file Item.php, method Formagic_Item::_getAttributeStr()
    Returns attribute string for HTML tag
_handleArg
in file Item.php, method Formagic_Item::_handleArg()
    Handler for additional item arguments
_handleArg
in file Container.php, method Formagic_Item_Container::_handleArg()
    Generic argument handler
_handleArg
in file Select.php, method Formagic_Item_Select::_handleArg()
    Generic argument handler
_handleArg
in file Radio.php, method Formagic_Item_Radio::_handleArg()
    Argument handler for arguments that are unknown to item parent class
_onCreate
in file Radio.php, method Formagic_Item_Radio::_onCreate()
    Adds empty element to data array after constructor is processed
_onCreate
in file Hidden.php, method Formagic_Item_Hidden::_onCreate()
_onCreate
in file Item.php, method Formagic_Item::_onCreate()
    Executed when object is created
_onCreate
in file Container.php, method Formagic_Item_Container::_onCreate()
    OnCreate-Handler implementation
_onCreate
in file Submit.php, method Formagic_Item_Submit::_onCreate()
    Implementation of onCreate-handler
_onFetch
in file Container.php, method Formagic_Item_Container::_onFetch()
    OnFetch-handler implementation
_onFetch
in file PageController.php, method Formagic_Item_PageController::_onFetch()
    Implementation of fetch handler
_onFetch
in file Item.php, method Formagic_Item::_onFetch()
    Executed when Formagic::fetch() is called
_onPostValidate
in file PageController.php, method Formagic_Item_PageController::_onPostValidate()
    Implementation of postValidate handler
_onPostValidate
in file Item.php, method Formagic_Item::_onPostValidate()
    Executed after item validation is done
_onPreValidate
in file Item.php, method Formagic_Item::_onPreValidate()
    Executed before item validation
_onPreValidate
in file PageController.php, method Formagic_Item_PageController::_onPreValidate()
    Implementation of preValidate handler
__construct
in file PageSwitch.php, method Formagic_Item_PageSwitch::__construct()
    Formagic_Item_PageSwitch::__construct()
__construct
in file Item.php, method Formagic_Item::__construct()
    Constructor
__toString
in file Item.php, method Formagic_Item::__toString()
    Returns string representation of formItem object
top

a

$attributes
in file Item.php, variable Formagic_Item::$attributes
    Additional attributes for item
addEmpty
in file Radio.php, method Formagic_Item_Radio::addEmpty()
    Saves empty element
addItem
in file PageController.php, method Formagic_Item_PageController::addItem()
    Overwrites Formagic_Container::addItem()
addItem
in file Container.php, method Formagic_Item_Container::addItem()
    Adds formagic item object to array of items.
addRule
in file Item.php, method Formagic_Item::addRule()
    Adds rule object to Formagic item
top

b

block
in file Item.php, method Formagic_Item::block()
    Sets blocked flag
block
in file Container.php, method Formagic_Item_Container::block()
    Blocks container item and all its descendants
top

c

countItems
in file Container.php, method Formagic_Item_Container::countItems()
    Counts items added to self and all sub-containers
Checkbox.php
procedural page Checkbox.php
Container.php
procedural page Container.php
top

d

$defaultValue
in file Item.php, variable Formagic_Item::$defaultValue
    Pointer to default value for this item, stored in calling Formagic object
disable
in file Item.php, method Formagic_Item::disable()
    Sets disabled flag for item and thus removes it from form
disable
in file Container.php, method Formagic_Item_Container::disable()
    Disables container item and all its descendants and thus removes all involved items from form
top

f

Formagic_Item
in file Item.php, class Formagic_Item
    Abstract superclass for Formagic items
Formagic_Item_Checkbox
in file Checkbox.php, class Formagic_Item_Checkbox
    Formagic_Item_Checkbox
Formagic_Item_Container
in file Container.php, class Formagic_Item_Container
    Formagic Container Item class
Formagic_Item_Hidden
in file Hidden.php, class Formagic_Item_Hidden
    Formagic_Item_Hidden
Formagic_Item_Input
in file Input.php, class Formagic_Item_Input
    Formagic_Item_Input
Formagic_Item_Page
in file Page.php, class Formagic_Item_Page
    Formagic page item class
Formagic_Item_PageController
in file PageController.php, class Formagic_Item_PageController
    Formagic_Item_PageController
Formagic_Item_PageSwitch
in file PageSwitch.php, class Formagic_Item_PageSwitch
    Formagic page switch button class
Formagic_Item_Password
in file Password.php, class Formagic_Item_Password
    Password type input field für formagic formgenerator
Formagic_Item_Radio
in file Radio.php, class Formagic_Item_Radio
    Input type radio for formagic formgenerator
Formagic_Item_Select
in file Select.php, class Formagic_Item_Select
    formagicItemSelect
Formagic_Item_Submit
in file Submit.php, class Formagic_Item_Submit
    Formagic submit button item
top

g

getAttributeStr
in file Container.php, method Formagic_Item_Container::getAttributeStr()
    Returns HTML attributes as one assembled string
getCaller
in file Item.php, method Formagic_Item::getCaller()
    Returns parent Formagic object
getErrorMessage
in file Item.php, method Formagic_Item::getErrorMessage()
    Returns item error message
getHtml
in file Checkbox.php, method Formagic_Item_Checkbox::getHtml()
    Returns HTML representation of checkbox item
getHtml
in file Radio.php, method Formagic_Item_Radio::getHtml()
    Returns string with HTML representation of radio elements
getHtml
in file Select.php, method Formagic_Item_Select::getHtml()
    HTML representation of Formagic select item
getHtml
in file Submit.php, method Formagic_Item_Submit::getHtml()
    HTML string representation of submit button
getHtml
in file Password.php, method Formagic_Item_Password::getHtml()
    Returns string representation of password item.
getHtml
in file Item.php, method Formagic_Item::getHtml()
    HTML template for renderers that use HTML-Code
getHtml
in file Input.php, method Formagic_Item_Input::getHtml()
    HTML string representation of text input field
getItem
in file Container.php, method Formagic_Item_Container::getItem()
    Returns added item $name
getItems
in file Container.php, method Formagic_Item_Container::getItems()
    Returns pointer to items array
getItems
in file PageController.php, method Formagic_Item_PageController::getItems()
    Returns items of currently displayed page
getLabel
in file Submit.php, method Formagic_Item_Submit::getLabel()
    Override parent::getLabel()
getLabel
in file Item.php, method Formagic_Item::getLabel()
    Returns label for this item.
getReferringPage
in file PageController.php, method Formagic_Item_PageController::getReferringPage()
    Returns name of page item that called currently requested page
getRequestedPage
in file PageController.php, method Formagic_Item_PageController::getRequestedPage()
    Returns string with page item name or NULL if none detected
getValue
in file Submit.php, method Formagic_Item_Submit::getValue()
    Override paren::getValue()
getValue
in file Item.php, method Formagic_Item::getValue()
    Returns current value for this item
getValue
in file Container.php, method Formagic_Item_Container::getValue()
    Returns values of all stored items.
getValue
in file PageSwitch.php, method Formagic_Item_PageSwitch::getValue()
    Always return no value
top

h

$hasHtml
in file PageController.php, variable Formagic_Item_PageController::$hasHtml
    Page item has no own HTML representation
$hasHtml
in file Page.php, variable Formagic_Item_Page::$hasHtml
    Page item has no own HTML representation
$hasHtml
in file Container.php, variable Formagic_Item_Container::$hasHtml
    Tells renderer if container has its own surrounding template
$headline
in file Container.php, variable Formagic_Item_Container::$headline
    Container headline
hasRule
in file Item.php, method Formagic_Item::hasRule()
    Tells if rule exists for this item
hide
in file Submit.php, method Formagic_Item_Submit::hide()
    Hiding submit buttons results in removing it from form
Hidden.php
procedural page Hidden.php
top

i

$id
in file Item.php, variable Formagic_Item::$id
    Form item ID
$isPostItem
in file Item.php, variable Formagic_Item::$isPostItem
    Flag that defines if item content will be posted on submit
$isSubmitted
in file Item.php, variable Formagic_Item::$isSubmitted
    Flag that tells if this Formagic item has been submitted
$isWide
in file Item.php, variable Formagic_Item::$isWide
    Defines if template takes full width
isDisabled
in file Item.php, method Formagic_Item::isDisabled()
    Returns disabled status of item
isHidden
in file Item.php, method Formagic_Item::isHidden()
    Returns hidden status of item
isTriggered
in file Submit.php, method Formagic_Item_Submit::isTriggered()
    Returns true if submit button was triggered to access current page
Input.php
procedural page Input.php
Item.php
procedural page Item.php
top

n

$name
in file Item.php, variable Formagic_Item::$name
    Form item name
top

p

Page.php
procedural page Page.php
PageController.php
procedural page PageController.php
PageSwitch.php
procedural page PageSwitch.php
Password.php
procedural page Password.php
top

r

Radio.php
procedural page Radio.php
top

s

$savedValue
in file Item.php, variable Formagic_Item::$savedValue
    Pointer to mulitpage value for this item, stored in calling Formagic object
$submittedValue
in file Item.php, variable Formagic_Item::$submittedValue
    Pointer to submitted value for this item, stored in calling Formagic object
Select.php
procedural page Select.php
Submit.php
procedural page Submit.php
setAttributes
in file Item.php, method Formagic_Item::setAttributes()
    Sets additional attributes for this item
setCaller
in file Item.php, method Formagic_Item::setCaller()
    Can be called to set caller object if not passed to constructor
setData
in file Select.php, method Formagic_Item_Select::setData()
    formagicItemSelect::setData()
setData
in file Radio.php, method Formagic_Item_Radio::setData()
    Sets data for radio elements
setHidden
in file Item.php, method Formagic_Item::setHidden()
    Sets hidden flag for item
setHidden
in file Container.php, method Formagic_Item_Container::setHidden()
    Sets hidden flag on container item and all its descendants
setSeparator
in file Radio.php, method Formagic_Item_Radio::setSeparator()
    Sets separator string
top

t

$type
in file Item.php, variable Formagic_Item::$type
    Type of form item
top

v

validate
in file Item.php, method Formagic_Item::validate()
    Performs rule checks
validate
in file Container.php, method Formagic_Item_Container::validate()
    Validates containing items
top

Documentation generated on Thu, 23 Aug 2007 00:29:31 +0200 by phpDocumentor 1.4.0