 AWidget
 AWidgetImplements interfaces:
AWidget - The base class for all wi
All widgets extend this class. Awidget extends AObject, so all widgets inhererit connection/slot functionality from AObject. All custom widgets should extend this class, or any other class extending AWidget.
Located in /lib/AWidget.php (line 21)
AObject | --AWidget
| Class | Description | 
|---|---|
|  AWidgetDecorator | An extendable widget decorator that does nothing. Extend it to create decorators that do things! | 
|  ACalendar | |
|  AEditableText | AEditableText class - a widget representing a single editable text element | 
|  AHTMLElement | Abstract class for all HTML Element widgets defines attributes and signals common to most elements | 
|  AHTMLText | AHTMLText | 
|  ALoginWidget | ALoginWidget | 
|  ASortableList | AWidget - The base class for all wi | 
 array
			$__attributes
			 = array()			(line 37)
		
			array
			$__attributes
			 = array()			(line 37)
		
	The HTML attributes of the widget
Inherited from AObject
AObject::$__connections
AObject::$__objectID
AObject::$__signalDefinitions
* Methods **
Enter description here...
Enter description here...
Enter description here...
Enter description here...
Inherited From AObject
AObject::__construct()
AObject::addConnection()
AObject::clearConnections()
AObject::defineSignal()
AObject::emit()
AObject::getObjectID()
AObject::hasConnection()
AObject::setObjectID()
AObject::__hasSignalDefinition()
Documentation generated on Fri, 11 Jul 2008 13:28:44 -0400 by phpDocumentor 1.4.2