BlueShoes Application Framework made with PHP http://www.blueshoes.org/


Packageindex Classtrees Modulegroups Elementlist Report XML Files

File: C:/usr/local/lib/php/blueshoes-4.2/core/html/table/Bs_HtmlTableStyle.class.php
BlueShoes Application Framework - html/table

Bs_HtmlTableStyle

Bs_Object
   |
  +-- Bs_HtmlTableStyle

**********************************************************************

 

private class Bs_HtmlTableStyle extends Bs_Object

**********************************************************************
HtmlTableStyle classuses styles, usually from xml definitions.dependencies: none

Authors
Version4.0.$id$
Copyrightblueshoes.org

 

Methods inherited from Bs_Object

isex, isexception, tostring, persist, unpersist, bs_object, bbsetoutput, bbawake, bbisawake, bbxmsg, bbxfunctionstart, bbxfunctionend, bbxecho, bbxvar, bbxvardump, bbforcetrace, bbbufferstart, bbbufferget, bbbufferendflush, bbbufferendclean

Public Method Summary

void

Bs_HtmlTableStyle()

**********************************************************************
void

setData(array $data)

sets the table data
void

setStyle(array $style)

sets the styles
string

toHtml()

returns the table as html outputWarning: documentation is missing.

Private Method Summary

void

_setDefaultStyle()

sets a stupid default style (if we don't have another one)

Private Field Summary

array

$_data

array

$_style

Public Method Details

Bs_HtmlTableStyle

public void Bs_HtmlTableStyle( )

  **********************************************************************
Constructor

Returns void


setData

public void setData( array $data )

  sets the table data

Parameter
array $data
(vector)
Returns void


setStyle

public void setStyle( array $style )

  sets the styles

Parameter
array $style
(hash)
Returns void


toHtml

public string toHtml( )

  returns the table as html output

Warning: documentation is missing.

Returns string

(html, may be an empty string.)

See Also toString()

Private Method Details

_setDefaultStyle

private void _setDefaultStyle( )

  sets a stupid default style (if we don't have another one)
so at least the table gets displayed. ugly, of course.

Returns void


Private Field Details

$_data

private array $_data

>><<



$_style

private array $_style

>><<




Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta