MIOLO25
Carregando...
Procurando...
Nenhuma entrada encontrada
Referência à classe MBox
Diagrama de heranças da classe MBox
MDiv MContainerControl MControl MControl MDiv MComponent MComponent MControl MControl MComponent MComponent Box

Membros públicos

 __construct ( $caption=NULL, $close='', $icon='', $help='', $showHelp=true, $showMinimize=true, $showClose=true)
 
 setClose ( $close)
 
 setHelp ( $help)
 
 setCaption ( $caption)
 
 generateInner ()
 
 __construct ($caption=NULL, $close='', $icon='')
 
 setClose ($close)
 
 setCaption ($caption)
 
 generateInner ()
 
- Membros públicos herdados de MDiv
 __construct ( $name=NULL, $content=' ', $class=NULL, $attributes=NULL)
 
 addAttribute ($attr, $value)
 
 generate ()
 
 __construct ( $name=NULL, $content=' ', $class=NULL, $attributes=NULL)
 
 generate ()
 
- Membros públicos herdados de MControl
 setName ($name)
 
 setId ($id)
 
 getId ()
 
 getName ()
 
 getUniqueId ()
 
 __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)
 
 setAttribute ( $name, $value=null)
 
 getAttribute ( $name)
 
 setAttributes ($attr)
 
 attributes ( $mergeDuplicates=false)
 
 getAttributes ( $mergeDuplicates=false)
 
 setReadOnly ($status)
 
 setEnabled ($state)
 
 setJsHint ( $hint)
 
 setHint ( $hint)
 
 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 ()
 
 __toString ()
 
- Membros públicos herdados de MComponent
 getManager ()
 
- Membros públicos herdados de MContainerControl
 __construct ( $name=NULL)
 
 __clone ()
 
 addControl ($control)
 
 insertControl ($control, $pos=0)
 
 setControl ($control, $pos=0)
 
 setControls ($controls)
 
 getControls ()
 
 getControl ($pos)
 
 getControlById ($id)
 
 findControlById ($id)
 
 setControlById ($control, $id)
 
 clearControls ()
 

Campos de Dados

 $boxTitle
 
- 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
 
- Campos de Dados herdados de MContainerControl
 $controls
 
 $controlsId
 

Atributos Protegidos

 $boxInner
 

Outros membros herdados

- Atributos Públicos Estáticos herdados de MControl
static $_number = 0
 
- Membros protegidos herdados de MControl
 _addStyle ($name, $value)
 
- Membros protegidos herdados de MContainerControl
 _AddControl ($control, $pos=0, $op='add')
 

Descrição detalhada

Documentação dos Construtores & Destrutor

◆ __construct() [1/2]

__construct ( $caption = NULL,
$close = '',
$icon = '',
$help = '',
$showHelp = true,
$showMinimize = true,
$showClose = true )

Some controls, like message boxes, don't require some buttons, the parameters are used to identify wich should or not be created. Even if the parameter is true, the button is only generated if the configuration in miolo.conf (or module.conf) is enabled (true)

Parâmetros
$showHelp(boolean) true if the help button should be created
$showMinimize(boolean) true if the minimize button should be created
$showClose(boolean) true if the help button should be created

◆ __construct() [2/2]

__construct ( $caption = NULL,
$close = '',
$icon = '' )

MBox constructor. Even if the close parameter is true, the button is only generated if the configuration at miolo.conf (or module.conf) is enabled (true).

Parâmetros
string$captionTitle string.
string$closeClose action.
string$iconIcon path.

Documentação das funções

◆ generateInner() [1/2]

generateInner ( )

Reimplementado de MControl.

◆ generateInner() [2/2]

generateInner ( )

Generate inner content.

Reimplementado de MControl.

◆ setCaption() [1/2]

setCaption ( $caption)

Reimplementado de MControl.

◆ setCaption() [2/2]

setCaption ( $caption)
Parâmetros
string$captionTitle string.

Reimplementado de MControl.

◆ setClose() [1/2]

setClose ( $close)

◆ setClose() [2/2]

setClose ( $close)
Parâmetros
string$closeSet close action.

◆ setHelp()

setHelp ( $help)

Documentação dos campos e atributos

◆ $boxInner

$boxInner
protected

◆ $boxTitle

$boxTitle

A documentação para esta classe foi gerada a partir dos seguintes ficheiros: