MIOLO20
|
Membros públicos | |
__construct ($lookupName, $descriptionName='', $value='', $label='', $related='', $module='', $item='', $filter='', $descriptionReadOnly=true, $lookupSize=4, $descriptionSize=38, $autocomplete=true, $showRequiredLabel=false) | |
getLookupField () | |
setLookupField ($lookupField) | |
getDescriptionField () | |
setDescriptionField ($descriptionField) | |
setLookupJsHint ($jsHint) | |
setDescriptionJsHint ($jsHint) | |
setHint ($hint) | |
setContext ($module, $item, $related, $filter, $autoComplete=true, $event='filler') | |
setReadOnly ($readOnly) | |
addAttribute ($attribute, $value=NULL) | |
setLookupValue ($value) | |
getLookupValue () | |
![]() | |
__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 () | |
![]() | |
__construct ( $name, $value='', $label='', $color='', $hint='') | |
setValue ( $value) | |
getValue () | |
setLabel ( $label) | |
setAutoPostBack ( $value) | |
setAutoSubmit ( $isAuto=true) | |
getIsRequired () | |
setIsRequired ($isRequired) | |
getRequiredType () | |
getFieldForm () | |
setFieldForm (MForm $form) | |
generateLabel () | |
![]() | |
__construct ( $name=NULL) | |
__clone () | |
__set ( $name, $value) | |
__get ( $name) | |
setEnabled ($state) | |
setName ($name) | |
setId ($id) | |
setNameAndId ($name) | |
getId () | |
getName () | |
getUniqueId () | |
addStyleFile ( $styleFile) | |
getClass () | |
addStyle ($name, $value) | |
setStyle ($style) | |
getStyle () | |
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 () | |
![]() | |
SetName ($name) | |
GetName () | |
AddComponent ($component) | |
InsertComponent ($component, $pos=0) | |
SetComponent ($component, $pos) | |
SetComponents ($components) | |
GetComponents () | |
GetComponent ($pos) | |
ClearComponents () | |
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)
History:
See history in CVS repository: http://www.miolo.org.br
Definido na linha 30 do ficheiro mlookupcontainer.class.
__construct | ( | $lookupName, | |
$descriptionName = '', | |||
$value = '', | |||
$label = '', | |||
$related = '', | |||
$module = '', | |||
$item = '', | |||
$filter = '', | |||
$descriptionReadOnly = true, | |||
$lookupSize = 4, | |||
$descriptionSize = 38, | |||
$autocomplete = true, | |||
$showRequiredLabel = false ) |
MLookupContainer constructor
string | $lookupName | Lookup field name |
string | $descriptionName | Description field name |
string | $value | Lookup field value |
string | $label | Label |
string | $related | Lookup related |
string | $module | Lookup module |
string | $item | Lookup item |
array | $filter | Lookup filters |
boolean | $descriptionReadOnly | Whether description field is read-only |
int | $lookupSize | Lookup field size |
int | $descriptionSize | Description field size |
boolean | $autocomplete | Whether lookup has autocomplete |
Definido na linha 58 do ficheiro mlookupcontainer.class.
addAttribute | ( | $attribute, | |
$value = NULL ) |
Set an attribute to lookup field
string | $attribute | Attribute for lookup field |
string | $value | Value for the attribute |
Reimplementado de MControl.
Definido na linha 188 do ficheiro mlookupcontainer.class.
getDescriptionField | ( | ) |
Definido na linha 105 do ficheiro mlookupcontainer.class.
getLookupField | ( | ) |
Definido na linha 89 do ficheiro mlookupcontainer.class.
getLookupValue | ( | ) |
Definido na linha 204 do ficheiro mlookupcontainer.class.
setContext | ( | $module, | |
$item, | |||
$related, | |||
$filter, | |||
$autoComplete = true, | |||
$event = 'filler' ) |
setDescriptionField | ( | $descriptionField | ) |
object | $descriptionField | MTextField instance |
Definido na linha 113 do ficheiro mlookupcontainer.class.
setDescriptionJsHint | ( | $jsHint | ) |
string | $jsHint | Javascript hint of the description field |
Definido na linha 129 do ficheiro mlookupcontainer.class.
setHint | ( | $hint | ) |
string | $hint | Set hint text. |
Definido na linha 137 do ficheiro mlookupcontainer.class.
setLookupField | ( | $lookupField | ) |
object | $lookupField | MLookupTextField instance |
Definido na linha 97 do ficheiro mlookupcontainer.class.
setLookupJsHint | ( | $jsHint | ) |
string | $jsHint | Javascript hint of the lookup field |
Definido na linha 121 do ficheiro mlookupcontainer.class.
setLookupValue | ( | $value | ) |
string | $value | Set lookup field value |
Definido na linha 196 do ficheiro mlookupcontainer.class.
setReadOnly | ( | $readOnly | ) |
boolean | $readOnly | Set both, lookup and description fields, read-only |
Reimplementado de MControl.
Definido na linha 175 do ficheiro mlookupcontainer.class.