MIOLO25
Carregando...
Procurando...
Nenhuma entrada encontrada
Referência à classe MToolBarButton
Diagrama de heranças da classe MToolBarButton
MFormControl MControl MComponent

Membros públicos

 __construct ($name, $caption, $url, $jsHint, $enabled, $enabledImage, $disabledImage, $method='', $type)
 
 getUrl ()
 
 setUrl ($url)
 
 setType ($type=MToolBar::TYPE_ICON_ONLY)
 
 show ()
 
 hide ()
 
 enable ()
 
 disable ()
 
 generateInner ()
 
- Membros públicos herdados de MFormControl
 __construct ( $name, $value='', $label='', $color='', $hint='')
 
 setValue ( $value)
 
 getValue ()
 
 setSubmittedValue ()
 
 setLabel ( $label)
 
 generateLabel ()
 
 setFormMode ( $mode)
 
 setReadOnly ( $status)
 
- Membros públicos herdados de MControl
 __construct ( $name=NULL)
 
 setName ($name)
 
 setId ($id)
 
 getId ()
 
 getName ()
 
 getUniqueId ()
 
 __clone ()
 
 __set ( $name, $value)
 
 __get ( $name)
 
 setClass ($cssClass, $add=TRUE)
 
 insertClass ( $cssClass)
 
 addStyleFile ( $styleFile)
 
 getClass ()
 
 addStyle ($name, $value)
 
 setStyle ($style)
 
 getStyle ()
 
 getBoxStyle ()
 
 setPosition ($left, $top, $position='absolute')
 
 setWidth ($value)
 
 setHeight ($value)
 
 setColor ($value)
 
 setVisibility ($value)
 
 setFont ($value)
 
 addAttribute ( $name, $value='')
 
 setAttribute ( $name, $value=null)
 
 getAttribute ( $name)
 
 setAttributes ($attr)
 
 attributes ( $mergeDuplicates=false)
 
 getAttributes ( $mergeDuplicates=false)
 
 setEnabled ($state)
 
 setJsHint ( $hint)
 
 setHint ( $hint)
 
 setCaption ($caption)
 
 setHTMLTitle ($title)
 
 eventHandler ()
 
 attachEventHandler ( $name, $handler, $param=NULL)
 
 addEvent ($event, $handler, $preventDefault=true)
 
 hasEvent ($event)
 
 generateEvent ()
 
 setContent ($inner)
 
 setInner ($inner)
 
 getInner ()
 
 getRender ( $method)
 
 getInnerToString ()
 
 getCSSP ()
 
 generate ()
 
 __toString ()
 
- Membros públicos herdados de MComponent
 getManager ()
 

Campos de Dados

 $name
 
 $caption
 
 $enabled
 
 $visible = true
 
- Campos de Dados herdados de MFormControl
 $label
 
 $showLabel
 
const ALIGN_CENTER = 'center'
 
const ALIGN_LEFT = 'left'
 
const ALIGN_RIGHT = 'right'
 
const LAYOUT_HORIZONTAL = 'horizontal'
 
const LAYOUT_VERTICAL = 'vertical'
 
 $form
 
 $formName
 
 $controlBox
 
 $box
 
 $value
 
- Campos de Dados herdados de MControl
 $id
 
 $uniqueId
 
 $enabled
 
 $style
 
 $attrs
 
 $attributes
 
 $maintainState
 
 $readonly
 
 $visible
 
 $caption
 
 $jsHint
 
 $hint
 
 $cssp
 
 $inner
 
 $parent
 
 $eventHandlers
 
 $painter
 
 $event
 
 $formId
 
const ALIGN_CENTER = 'center'
 
const ALIGN_LEFT = 'left'
 
const ALIGN_RIGHT = 'right'
 
const FORM_MODE_WHOLE_ROW = 0
 
const FORM_MODE_SHOW_SIDE = 1
 
const FORM_MODE_SHOW_ABOVE = 2
 
const FORM_MODE_SHOW_NBSP = 3
 
 $formMode
 
- Campos de Dados herdados de MComponent
 $manager
 
 $page
 
 $owner
 
 $name
 
 $className
 

Atributos Protegidos

 $url
 
 $enabledImage
 
 $disabledImage
 
 $type
 

Outros membros herdados

- Atributos Públicos Estáticos herdados de MControl
static $_number = 0
 
- Membros protegidos herdados de MFormControl
 generateLabelMode ($label)
 
- Membros protegidos herdados de MControl
 _addStyle ($name, $value)
 

Descrição detalhada

Class MToolBarButton.

Autor
Daniel Afonso Heisler

Maintainers:
Armando Taffarel Neto [taffa.nosp@m.rel@.nosp@m.solis.nosp@m..coo.nosp@m.p.br] Daniel Hartmann [danie.nosp@m.l@so.nosp@m.lis.c.nosp@m.oop..nosp@m.br]

Desde
Creation date 2005/08/04

Organization:
SOLIS - Cooperativa de Solções Livres
The MIOLO2 AND SAGU2 Development Team

Copyright:
Copyright (c) 2005 SOLIS - Cooperativa de Soluções Livres
License:
Licensed under GPLv2 (for further details read the COPYING file or http://www.gnu.org/licenses/gpl.html)

Documentação dos Construtores & Destrutor

◆ __construct()

__construct ( $name,
$caption,
$url,
$jsHint,
$enabled,
$enabledImage,
$disabledImage,
$method = '',
$type )

This is the constructor of the MToolbar class.

Parâmetros
string$nameMToolbarButton name.
string$captionCaption description.
string$urlButton action.
string$jsHintButton Javascript hint.
boolean$enableButton status.
string$enabledImageComplete image URL.
string$disabledImageComplete image URL.
string$method
string$typeButton type: MToolBar::TYPE_ICON_ONLY, MToolBar::TYPE_ICON_TEXT or MToolBar::TYPE_TEXT_ONLY.

Documentação das funções

◆ disable()

disable ( )

Disable button.

◆ enable()

enable ( )

Enable button.

◆ generateInner()

generateInner ( )

Generate inner content.

Reimplementado de MControl.

◆ getUrl()

getUrl ( )

◆ hide()

hide ( )

Hide Button.

◆ setType()

setType ( $type = MToolBar::TYPE_ICON_ONLY)

Set button type.

Parâmetros
string$typeButton type: MToolBar::TYPE_ICON_ONLY, MToolBar::TYPE_ICON_TEXT or MToolBar::TYPE_TEXT_ONLY

◆ setUrl()

setUrl ( $url)

◆ show()

show ( )

Show button.

Documentação dos campos e atributos

◆ $caption

$caption

◆ $disabledImage

$disabledImage
protected

◆ $enabled

$enabled

◆ $enabledImage

$enabledImage
protected

◆ $name

$name

◆ $type

$type
protected

◆ $url

$url
protected

◆ $visible

$visible = true

A documentação para esta classe foi gerada a partir do seguinte ficheiro: