Class ATableCell

Description

ATableCell class - a widget representing a single cell in a table.

This is a widget for the <TD> html element.

Located in /lib/widgets/ATableCell.php (line 24)

AObject
   |
   --AWidget
      |
      --AHTMLElement
         |
         --ATableCell
Variable Summary
 mixed $__text
Method Summary
 ATableCell __construct ([ $text = ''])
 void buildLayout ()
 void getText ()
 void setText ( $text)
Variables
Methods
Constructor __construct (line 27)
  • access: public
ATableCell __construct ([ $text = ''])
  • $text

Redefinition of:
AHTMLElement::__construct()
buildLayout (line 52)

Builds the layout for the table cell. Override this method if you don't want an AElementLayout.

  • access: public
void buildLayout ()
getText (line 42)
  • access: public
void getText ()
setText (line 38)
  • access: public
void setText ( $text)
  • $text

Inherited Methods

Inherited From AHTMLElement

 AHTMLElement::__construct()
 AHTMLElement::getInnerHTML()
 AHTMLElement::getTagName()
 AHTMLElement::render()
 AHTMLElement::setInnerHTML()
 AHTMLElement::setTagName()

Inherited From AWidget

 AWidget::__construct()
 AWidget::addAttribute()
 AWidget::getAttribute()
 AWidget::getAttributes()
 AWidget::getLayout()
 AWidget::redraw()
 AWidget::render()
 AWidget::setAttribute()
 AWidget::setLayout()
 AWidget::setObjectID()

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:43 -0400 by phpDocumentor 1.4.2