|
MIOLO20
|
Membros públicos | |
| __construct ($name='', $label='', $options='', $default='', $hint='', $disposition='vertical', $border='none', $showRequiredLabel=false) | |
| setValue ($v) | |
| getValue () | |
Membros públicos herdados de MContainer | |
| __construct ($name=NULL, $controls=NULL, $disposition='none', $formMode=self::FORM_MODE_SHOW_ABOVE) | |
| setClass ($cssClass, $add=true) | |
| setSpaceHeight ($value) | |
| setSpaceWidth ($value) | |
| setDisposition ($disposition) | |
| isShowLabel () | |
| isShowChildLabel () | |
| setShowChildLabel ($visible=true, $recursive=true) | |
| setShowLabel ($visible=true, $recursive=true) | |
| setControls ($controls, $recursive=false) | |
| GenerateInner () | |
Membros públicos herdados de MFormControl | |
| __construct ( $name, $value='', $label='', $color='', $hint='') | |
| setLabel ( $label) | |
| setAutoPostBack ( $value) | |
| setAutoSubmit ( $isAuto=true) | |
| getIsRequired () | |
| setIsRequired ($isRequired) | |
| getRequiredType () | |
| getFieldForm () | |
| setFieldForm (MForm $form) | |
| generateLabel () | |
Membros públicos herdados de MControl | |
| __construct ( $name=NULL) | |
| __clone () | |
| __set ( $name, $value) | |
| __get ( $name) | |
| setReadOnly ($status) | |
| setEnabled ($state) | |
| setName ($name) | |
| setId ($id) | |
| setNameAndId ($name) | |
| getId () | |
| getName () | |
| getUniqueId () | |
| addStyleFile ( $styleFile) | |
| getClass () | |
| addStyle ($name, $value) | |
| setStyle ($style) | |
| getStyle () | |
| addAttribute ( $name, $value='') | |
| setTooltip ($title, $placement=self::TOOLTIP_PLACEMENT_AUTO) | |
| setAttribute ( $name, $value) | |
| setAttributes ($attr) | |
| attributes ( $mergeDuplicates=false) | |
| getAttributes ( $mergeDuplicates=false) | |
| setFormMode ( $mode) | |
| setJsHint ( $hint) | |
| setPosition ($left, $top, $position='absolute') | |
| setWidth ($value) | |
| setHeight ($value) | |
| setColor ($value) | |
| setVisibility ($value) | |
| setFont ($value) | |
| setCaption ($caption) | |
| setInner ($inner) | |
| getInner () | |
| addControl ($control) | |
| insertControl ($control, $pos=0, $width=null, $float=null) | |
| setControl ($control, $pos=0) | |
| setControls ($controls) | |
| getControls () | |
| getControl ($pos) | |
| getControlById ($id) | |
| findControlById ($id) | |
| setControlById ($control, $id) | |
| clearControls () | |
| eventHandler () | |
| attachEventHandler ( $name, $handler, $param=NULL) | |
| getBox () | |
| setBoxId ( $id) | |
| setBoxClass ( $cssClass, $add=true) | |
| getBoxClass () | |
| setBoxAttributes ($attr) | |
| getBoxAttributes () | |
| addBoxStyle ($name, $value='') | |
| generateBox ( $content) | |
| getRender ( $method) | |
| getInnerToString () | |
| generateInner () | |
| generate () | |
Membros públicos herdados de MComponent | |
| SetName ($name) | |
| GetName () | |
| AddComponent ($component) | |
| InsertComponent ($component, $pos=0) | |
| SetComponent ($component, $pos) | |
| SetComponents ($components) | |
| GetComponents () | |
| GetComponent ($pos) | |
| ClearComponents () | |
Outros membros herdados | |
Atributos Públicos Estáticos herdados de MControl | |
| static | $_number = 0 |
Membros protegidos herdados de MControl | |
| _AddStyle ($name, $value) | |
MRadioButtonGroup class.
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]
Organization:
SOLIS - Cooperativa de Soluções Livres
Copyright:
Copyright (c) 2011 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)
Definido na linha 25 do ficheiro mradiobuttongroup.class.
| __construct | ( | $name = '', | |
| $label = '', | |||
| $options = '', | |||
| $default = '', | |||
| $hint = '', | |||
| $disposition = 'vertical', | |||
| $border = 'none', | |||
| $showRequiredLabel = false ) |
MRadioButtonGroup constructor
| string | $name | |
| string | $label | |
| array | $options | Set of options. It can be:
|
| string | $default | |
| string | $hint | |
| string | $disposition | Disposition. Can be horizontal or vertical. |
| string | $border | Totally deprecated, since this component now is a MContainer. |
Reimplementado em MRadioButtonGroupFixed.
Definido na linha 57 do ficheiro mradiobuttongroup.class.
| getValue | ( | ) |
Reimplementado de MFormControl.
Definido na linha 209 do ficheiro mradiobuttongroup.class.
| setValue | ( | $v | ) |
| string | $v | Set the checked value |
Reimplementado de MFormControl.
Definido na linha 175 do ficheiro mradiobuttongroup.class.
| $default |
Definido na linha 30 do ficheiro mradiobuttongroup.class.
| $options |
Definido na linha 35 do ficheiro mradiobuttongroup.class.