Lançado Adianti Framework 7.6!
Clique aqui para saber mais
menu

Adianti Solutions

API

Adianti, Framework, PHP, MVC, Active record, Front controller, IDE, RAD, Web, multiplataforma, geração de código, desenvolvimento rápido, relatórios, formulários, listagens, datagrids, gráficos, banco de dados, padrões de projeto, design patterns API do Adianti Framework.
API Docs
code
Selecione a classe

Class TArrowStep

Description

Implements interfaces:

Arrow Step

  • author: Lucas Tomasi
  • author: Matheus Agnes Dias
  • author: Pablo Dall'Oglio
  • version: 7.4
  • copyright: Copyright (c) 2006-2014 Adianti Solutions Ltd. (http://www.adianti.com.br)
  • license: http://www.adianti.com.br/framework-license

Located in /widget/form/TArrowStep.php (line 23)

TElement
   |
   --TArrowStep
Direct descendents
Class Description
TDBArrowStep Database Arrow Step
Variable Summary
mixed $action
mixed $className
mixed $color
mixed $colorItems
mixed $container
mixed $editable
mixed $fontColor
mixed $fontSize
mixed $formName
mixed $height
mixed $hideText
mixed $id
mixed $items
mixed $name
mixed $selected
Method Summary
static clearField ($name)
static defineCurrent ($name, $value)
static disableField ($name)
static enableField ($name)
__construct ($name)
addItem ($title, [$id = null], [$color = null])
getItem ($key)
getName ()
getSize ()
setAction ($action)
setColorItems ($colorItems)
setCurrent ($title)
setCurrentKey ($key)
setEditable ($editable)
setFilledColor ($color, [$fontColor = null])
setFilledFontColor ($fontColor)
setFontSize ($fontSize)
setFormName ($name)
setHeight ($height)
setHideText ([$hide = true])
setItems ($items)
setName ($name)
setUnfilledColor ($color, [$fontColor = null])
setValue ($value)
show ()
Variables
mixed $action (line 28)
  • access: protected
mixed $className (line 40)
  • access: protected
mixed $color (line 33)
  • access: protected
mixed $colorItems (line 27)
  • access: protected
mixed $container (line 25)
  • access: protected
mixed $disableColor (line 35)
  • access: protected
mixed $disableFontColor (line 36)
  • access: protected
mixed $editable (line 41)
  • access: protected
mixed $fontColor (line 34)
  • access: protected
mixed $fontSize (line 38)
  • access: protected
mixed $formName (line 39)
  • access: protected
mixed $height (line 30)
  • access: protected
mixed $hideText (line 37)
  • access: protected
mixed $id (line 32)
  • access: protected
mixed $items (line 26)
  • access: protected

Redefined in descendants as:
mixed $name (line 31)
  • access: protected
mixed $selected (line 29)
  • access: protected

Inherited Variables

Inherited from TElement

TElement::$children
Methods
static clearField (line 99)

Clear currents item on steps

  • access: public
static clearField ($name)
  • $name: name of arrow steps
static defineCurrent (line 110)

Define current item on steps

  • access: public
static defineCurrent ($name, $value)
  • $name: name of arrow steps
  • $value: value current
static disableField (line 78)

Disable field

  • access: public
static disableField ($name)
  • $name: name of arrow steps
static enableField (line 88)

Enable field

  • access: public
static enableField ($name)
  • $name: name of arrow steps
Constructor __construct (line 46)

Constructor

  • access: public
__construct ($name)
  • $name

Redefinition of:
TElement::__construct()
Class Constructor

Redefined in descendants as:
addItem (line 309)

Add an item

  • access: public
addItem ($title, [$id = null], [$color = null])
  • $title: Item title
  • $id: Item id
  • $color: Item color
getAction (line 381)

Get action

  • access: public
getAction ()
getCurrent (line 397)

Get current item

  • access: public
getCurrent ()
getEditable (line 128)

Returns if the field is editable

  • return: boolean
  • access: public
getEditable ()
getHeight (line 290)

Get heigth

  • access: public
getHeight ()
getItem (line 362)

Get item

  • access: public
getItem ($key)
  • $key
getItems (line 353)

Get items

  • access: public
getItems ()
getName (line 184)

Get name

  • access: public
getName ()

Redefinition of:
TElement::getName()
Returns tag name

Implementation of:
AdiantiWidgetInterface::getName()
getPostData (line 136)

Return the post data

  • access: public
getPostData ()
getSize (line 298)

Get size

  • access: public
getSize ()
getValue (line 200)

Get value current step

  • access: public
getValue ()

Implementation of:
AdiantiWidgetInterface::getValue()
setAction (line 372)

Set action

  • access: public
setAction ($action)
  • $action: Action
setColorItems (line 327)

Set color items

  • access: public
setColorItems ($colorItems)
  • $colorItems: Items
setCurrent (line 405)

Select current item

  • access: public
setCurrent ($title)
  • $title
setCurrentKey (line 389)

Select current item

  • access: public
setCurrentKey ($key)
  • $key
setEditable (line 119)

Define if the field is editable

  • access: public
setEditable ($editable)
  • $editable: A boolean
setFilledColor (line 230)

Set color arrows

  • access: public
setFilledColor ($color, [$fontColor = null])
  • $color: string to color
  • $fontColor: string to color font
setFilledFontColor (line 244)

Set font color arrows

  • access: public
setFilledFontColor ($fontColor)
  • $fontColor: string to color
setFontSize (line 218)

Set font size

  • access: public
setFontSize ($fontSize)
  • $fontSize: string to color
setFormName (line 168)

Set form name

  • access: public
setFormName ($name)
  • $name
setHeight (line 277)

Set height arrows

  • access: public
setHeight ($height)
  • $height: int|float to height
setHideText (line 209)

Set hide text

  • access: public
setHideText ([$hide = true])
  • $hide: bool
setItems (line 336)

Set items

  • access: public
setItems ($items)
  • $items: Items
setName (line 176)

Set name

  • access: public
setName ($name)
  • $name

Redefinition of:
TElement::setName()
Change the element name

Implementation of:
AdiantiWidgetInterface::setName()
setUnfilledColor (line 254)

Set color arrows

  • access: public
setUnfilledColor ($color, [$fontColor = null])
  • $color: string to color
  • $fontColor: string to color font
setUnfilledFontColor (line 268)

Set color arrows

  • access: public
setUnfilledFontColor ($color)
  • $color: string to color font
setValue (line 192)

Set value current step

  • access: public
setValue ($value)
  • $value

Implementation of:
AdiantiWidgetInterface::setValue()
show (line 542)

Show component

  • access: public
show ()

Redefinition of:
TElement::show()
Shows the tag

Implementation of:
AdiantiWidgetInterface::show()

Redefined in descendants as:
validate (line 149)

Validate a field

  • access: public
validate ()

Inherited Methods

Inherited From TElement

TElement::__construct()
TElement::add()
TElement::after()
TElement::clearChildren()
TElement::close()
TElement::closeTag()
TElement::del()
TElement::find()
TElement::get()
TElement::getAfterElement()
TElement::getChildren()
TElement::getContents()
TElement::getIsWrapped()
TElement::getName()
TElement::getProperties()
TElement::getProperty()
TElement::hide()
TElement::insert()
TElement::open()
TElement::openTag()
TElement::setIsWrapped()
TElement::setName()
TElement::setProperties()
TElement::setProperty()
TElement::setUseLineBreaks()
TElement::setUseSingleQuotes()
TElement::show()
TElement::tag()
TElement::__clone()
TElement::__get()
TElement::__isset()
TElement::__set()
TElement::__toString()
TElement::__unset()