Class TTableItemStyle

Description

TTableItemStyle class.

TTableItemStyle represents the CSS style specific for HTML table item.

Located in /Web/UI/WebControls/TStyle.php (line 569)

TComponent
   |
   --TStyle
      |
      --TTableItemStyle
Method Summary
void copyFrom (TStyle $style)
string getHorizontalAlign ()
string getVerticalAlign ()
boolean getWrap ()
void mergeWith (TStyle $style)
void reset ()
void setHorizontalAlign (string $value)
void setVerticalAlign (string $value)
void setWrap (boolean $value)
Methods
addAttributesToRender (line 642)

Adds attributes related to CSS styles to renderer.

This method overrides the parent implementation.

  • access: public
void addAttributesToRender (THtmlWriter $writer)
  • THtmlWriter $writer: the writer used for the rendering purpose

Redefinition of:
TStyle::addAttributesToRender()
Adds attributes related to CSS styles to renderer.
copyFrom (line 603)

Copies the fields in a new style to this style.

If a style field is set in the new style, the corresponding field in this style will be overwritten.

  • access: public
void copyFrom (TStyle $style)
  • TStyle $style: the new style

Redefinition of:
TStyle::copyFrom()
Copies the fields in a new style to this style.
getHorizontalAlign (line 659)
  • return: the horizontal alignment of the contents within the table item, defaults to 'NotSet'.
  • access: public
string getHorizontalAlign ()
getVerticalAlign (line 677)
  • return: the vertical alignment of the contents within the table item, defaults to 'NotSet'.
  • access: public
string getVerticalAlign ()
getWrap (line 695)
  • return: whether the content wraps within the table item. Defaults to true.
  • access: public
boolean getWrap ()
mergeWith (line 623)

Merges the style with a new one.

If a style field is not set in this style, it will be overwritten by the new one.

  • access: public
void mergeWith (TStyle $style)
  • TStyle $style: the new style

Redefinition of:
TStyle::mergeWith()
Merges the style with a new one.
reset (line 589)

Sets the style attributes to default values.

This method overrides the parent implementation by resetting additional TTableItemStyle specific attributes.

  • access: public
void reset ()

Redefinition of:
TStyle::reset()
Resets the style to the original empty state.
setHorizontalAlign (line 669)

Sets the horizontal alignment of the contents within the table item.

Valid values include 'NotSet', 'Justify', 'Left', 'Right', 'Center'

  • access: public
void setHorizontalAlign (string $value)
  • string $value: the horizontal alignment
setVerticalAlign (line 687)

Sets the vertical alignment of the contents within the table item.

Valid values include 'NotSet','Top','Bottom','Middle'

  • access: public
void setVerticalAlign (string $value)
  • string $value: the horizontal alignment
setWrap (line 704)

Sets the value indicating whether the content wraps within the table item.

  • access: public
void setWrap (boolean $value)
  • boolean $value: whether the content wraps within the panel.

Inherited Methods

Inherited From TStyle

TStyle::__construct()
TStyle::addAttributesToRender()
TStyle::clearStyleField()
TStyle::copyFrom()
TStyle::getBackColor()
TStyle::getBorderColor()
TStyle::getBorderStyle()
TStyle::getBorderWidth()
TStyle::getCssClass()
TStyle::getCustomStyle()
TStyle::getFont()
TStyle::getForeColor()
TStyle::getHeight()
TStyle::getStyleField()
TStyle::getWidth()
TStyle::hasStyleField()
TStyle::mergeWith()
TStyle::reset()
TStyle::setBackColor()
TStyle::setBorderColor()
TStyle::setBorderStyle()
TStyle::setBorderWidth()
TStyle::setCssClass()
TStyle::setCustomStyle()
TStyle::setForeColor()
TStyle::setHeight()
TStyle::setStyleField()
TStyle::setWidth()

Inherited From TComponent

TComponent::attachEventHandler()
TComponent::canGetProperty()
TComponent::canSetProperty()
TComponent::detachEventHandler()
TComponent::evaluateExpression()
TComponent::evaluateStatements()
TComponent::getEventHandlers()
TComponent::getSubProperty()
TComponent::hasEvent()
TComponent::hasEventHandler()
TComponent::hasProperty()
TComponent::raiseEvent()
TComponent::setSubProperty()
TComponent::__get()
TComponent::__set()

Documentation generated on Sun, 04 Jun 2006 19:00:21 -0400 by phpDocumentor 1.3.0RC4