|
| | __construct ($name='', $caption='', $controls=NULL, $close='', $icon='', $iconType='large') |
| |
| | setIconType ($type='large') |
| |
| | setControlSize ($width, $height) |
| |
| | addAction ($label, $image, $module='main', $action='', $item=NULL, $args=NULL) |
| |
| | InsertAction ($pos, $label, $image, $module='main', $action='', $item=NULL, $args=NULL) |
| |
| | addUserAction ($transaction, $access, $label, $image, $module='main', $action='', $item='', $args=NULL) |
| |
| | insertUserAction ($pos, $transaction, $access, $label, $image, $module='main', $action='', $item='', $args=NULL) |
| |
| | addGroupAction ($transaction, $access, $label, $image, $module='main', $action='', $item='', $args=NULL) |
| |
| | insertGroupAction ($pos, $transaction, $access, $label, $image, $module='main', $action='', $item='', $args=NULL) |
| |
| | addBreak () |
| |
| | __construct ($name='', $caption='', $controls=NULL, $close='', $icon='') |
| |
| | setTitle ($title) |
| |
| | addControl ($control, $width='', $float='left') |
| |
| | insertControl ($pos, $control=null, $width='', $float='left') |
| |
| | generate () |
| |
| | __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 () |
| |
| | 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) |
| |
| | 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) |
| |
| | 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 () |
| |
| | SetName ($name) |
| |
| | GetName () |
| |
| | AddComponent ($component) |
| |
| | InsertComponent ($component, $pos=0) |
| |
| | SetComponent ($component, $pos) |
| |
| | SetComponents ($components) |
| |
| | GetComponents () |
| |
| | GetComponent ($pos) |
| |
| | ClearComponents () |
| |
Definido na linha 3 do ficheiro mactionpanel.class.