MToolBarButton Class Reference

Inheritance diagram for MToolBarButton:

Inheritance graph
[legend]
Collaboration diagram for MToolBarButton:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 __construct ($name, $caption, $url, $hint, $enabled, $enabledImage, $disabledImage, $method='')
 setMethod ($method='post')
 getButton ()
 show ()
 hide ()
 enable ()
 disable ()

Public Attributes

 $name
 $caption
 $enabled

Private Attributes

 $url
 $hint
 $enabledImage
 $disabledImage
 $button
 $method = ''

Detailed Description

Mtoolbar componen

Author:
Daniel Afonso Heisler [daniel@solis.coop.br] Alexandre Heitor Schmidt [alexsmith@solis.coop.br] Nasair Júnior da Silva [njunior@solis.coop.br] Vilson Cristiano Gartner [vilson@miolo.org.br]
Version:
$Id$
Maintainers:
Vilson Cristiano Gartner [vilson@miolo.org.br]

Since:
Creation date 2005/08/04
Organization:
SOLIS - Cooperativa de Soluções Livres
The MIOLO2 AND SAGU2 Development Team

CopyLeft:
CopyLeft (L) 2005 SOLIS - Cooperativa de Soluções Livres

License:
Licensed under GPL (for further details read the COPYING file or http://www.gnu.org/copyleft/gpl.html)

History:
See history in CVS repository: http://www.miolo.org.br

Definition at line 34 of file mtoolbar.class.


Constructor & Destructor Documentation

MToolBarButton::__construct ( name,
caption,
url,
hint,
enabled,
enabledImage,
disabledImage,
method = '' 
)

Definition at line 47 of file mtoolbar.class.

References $caption, $disabledImage, $enabled, $enabledImage, $hint, $method, $name, $url, disable(), and enable().

Here is the call graph for this function:


Member Function Documentation

MToolBarButton::setMethod ( method = 'post'  ) 

Definition at line 68 of file mtoolbar.class.

References $method.

MToolBarButton::getButton (  ) 

Definition at line 73 of file mtoolbar.class.

MToolBarButton::show (  ) 

Definition at line 78 of file mtoolbar.class.

References enable().

Here is the call graph for this function:

MToolBarButton::hide (  ) 

Definition at line 83 of file mtoolbar.class.

MToolBarButton::enable (  ) 

Definition at line 88 of file mtoolbar.class.

Referenced by __construct(), and show().

Here is the caller graph for this function:

MToolBarButton::disable (  ) 

Definition at line 101 of file mtoolbar.class.

Referenced by __construct().

Here is the caller graph for this function:


Member Data Documentation

MToolBarButton::$name

Reimplemented from MComponent.

Definition at line 36 of file mtoolbar.class.

Referenced by __construct().

MToolBarButton::$caption

A caption for the control.

Reimplemented from MControl.

Definition at line 37 of file mtoolbar.class.

Referenced by __construct().

MToolBarButton::$enabled

Indicates if the control is enabled/disabled.

Reimplemented from MControl.

Definition at line 38 of file mtoolbar.class.

Referenced by __construct().

MToolBarButton::$url [private]

Definition at line 40 of file mtoolbar.class.

Referenced by __construct().

MToolBarButton::$hint [private]

Definition at line 41 of file mtoolbar.class.

Referenced by __construct().

MToolBarButton::$enabledImage [private]

Definition at line 42 of file mtoolbar.class.

Referenced by __construct().

MToolBarButton::$disabledImage [private]

Definition at line 43 of file mtoolbar.class.

Referenced by __construct().

MToolBarButton::$button [private]

Definition at line 44 of file mtoolbar.class.

MToolBarButton::$method = '' [private]

Definition at line 45 of file mtoolbar.class.

Referenced by __construct(), and setMethod().


The documentation for this class was generated from the following file:
CopyLeft (L) 2001-2006 - [MIOLO Development Team] SOLIS - Cooperativa de Soluções Livres - Lajeado/RS - Brasil