|
MIOLO20
|
Membros públicos | |
| __construct ( $name, $label='', $rows=0) | |
| getRowCount () | |
| setRowCount ( $rows) | |
| addColumn ( $label, $name, $colWidth=0, $value='') | |
| generateInner () | |
| setValue ( $value) | |
| getValue () | |
| getFieldValue ( $row, $col, $default='') | |
| setFieldValue ( $row, $col, $value) | |
| getRow ( $row) | |
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 () | |
| setClass ( $cssClass, $add=true) | |
| 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 () | |
| 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 () | |
Campos de Dados | |
| $cols | |
| $numCols | |
| $aValue | |
Campos de Dados herdados de MFormControl | |
| $label | |
| $value | |
| $hint | |
| $form | |
| $formName | |
| $showLabel | |
| $autoPostBack | |
| $forceShowLabel = false | |
| $isRequired | |
| $autoSetRequired = true | |
Campos de Dados herdados de MControl | |
| const | FORM_MODE_WHOLE_ROW = 0 |
| const | FORM_MODE_SHOW_SIDE = 1 |
| const | FORM_MODE_SHOW_ABOVE = 2 |
| const | FORM_MODE_SHOW_NBSP = 3 |
| const | CLASS_CAPTION = 'm-caption' |
| const | CLASS_CAPTION_REQUIRED = 'm-caption-required' |
| const | TOOLTIP_PLACEMENT_BOTTOM = 'bottom' |
| const | TOOLTIP_PLACEMENT_TOP = 'top' |
| const | TOOLTIP_PLACEMENT_LEFT = 'left' |
| const | TOOLTIP_PLACEMENT_RIGHT = 'right' |
| const | TOOLTIP_PLACEMENT_AUTO = 'auto' |
| $id | |
| $uniqueId | |
| $cssClass | |
| $enabled | |
| $style | |
| $visible | |
| $attrs | |
| $attributes | |
| $formMode | |
| $maintainState | |
| $readonly | |
| $caption | |
| $jsHint | |
| $inner | |
| $controlBox | |
| $box | |
| $cssp | |
| $parent | |
| $controls | |
| $controlsId | |
| $eventHandlers | |
| $painter | |
Campos de Dados herdados de MComponent | |
| $manager | |
| $page | |
| $owner | |
| $components | |
| $componentCount | |
| $name | |
| $className | |
Atributos Protegidos | |
| $numRows | |
Outros membros herdados | |
Atributos Públicos Estáticos herdados de MControl | |
| static | $_number = 0 |
Membros protegidos herdados de MControl | |
| _AddStyle ($name, $value) | |
Definido na linha 25 do ficheiro minputgrid.class.
| __construct | ( | $name, | |
| $label = '', | |||
| $rows = 0 ) |
Definido na linha 34 do ficheiro minputgrid.class.
| addColumn | ( | $label, | |
| $name, | |||
| $colWidth = 0, | |||
| $value = '' ) |
Definido na linha 61 do ficheiro minputgrid.class.
| generateInner | ( | ) |
Reimplementado de MControl.
Definido na linha 74 do ficheiro minputgrid.class.
| getFieldValue | ( | $row, | |
| $col, | |||
| $default = '' ) |
Definido na linha 140 do ficheiro minputgrid.class.
| getRow | ( | $row | ) |
Definido na linha 158 do ficheiro minputgrid.class.
| getRowCount | ( | ) |
Definido na linha 45 do ficheiro minputgrid.class.
| getValue | ( | ) |
Reimplementado de MFormControl.
Definido na linha 132 do ficheiro minputgrid.class.
| setFieldValue | ( | $row, | |
| $col, | |||
| $value ) |
Definido na linha 150 do ficheiro minputgrid.class.
| setRowCount | ( | $rows | ) |
Definido na linha 53 do ficheiro minputgrid.class.
| setValue | ( | $value | ) |
Reimplementado de MFormControl.
Definido na linha 112 do ficheiro minputgrid.class.
| $aValue |
Definido na linha 30 do ficheiro minputgrid.class.
| $cols |
Definido na linha 27 do ficheiro minputgrid.class.
| $numCols |
Definido na linha 29 do ficheiro minputgrid.class.
|
protected |
Definido na linha 28 do ficheiro minputgrid.class.