Class TABLE
Table tag.
- Core\Object implements Core\Chainable
-
Core\Set
implements
Core\Accessor
-
Core\Set\Mutable
implements
Core\Mutator
-
Core\View\Driver\htmlbuilder\Node
-
Core\View\Driver\htmlbuilder\Tags\TABLE
Direct known subclasses
Core\View\Driver\htmlbuilder\Tags\TBODY,
Core\View\Driver\htmlbuilder\Tags\TFOOT,
Core\View\Driver\htmlbuilder\Tags\THEAD
Package: Core\View\HTMLBuilder\Tags
Since: 3.0
Requires: PHP 5.3
Version: 1.0
Located at View/Driver/htmlbuilder/Tags/TABLE.inc.php
Methods summary
protected
|
#
__construct(
Node constructor. |
public
|
#
add( string $childType )
Similar to |
public
|
|
public
|
#
append(
Appends a new node to the list of child nodes.
Adds special handling for appended |
public
|
|
public
|
#
setRowClasses( mixed $class1 )
Sets alternating row classes that are automatically applied to rows. |
Methods inherited from Core\View\Driver\htmlbuilder\Node
__clone(),
__toString(),
_parseClasses(),
addClass(),
cdata(),
derive(),
extend(),
id(),
issetStyle(),
js(),
jsCDATA(),
safeID(),
setAllowsShortTag(),
setAttribute(),
setAttributes(),
setId(),
setStyle(),
setTitle(),
text(),
verbatim()
Methods inherited from Core\Set\Mutable
Methods inherited from Core\Object
__autocreateFactory(),
__call(),
__processParameters(),
attachMethod(),
chain(),
getValueForKey(),
getValueForKeyPath(),
getValueForUndefinedKey(),
hash(),
issetValueForKey(),
setValueForKey(),
setValueForKeyPath(),
setValueForUndefinedKey(),
uuid()
Constants summary
Constants inherited from Core\View\Driver\htmlbuilder\Node
Constants inherited from Core\Object
AnyParameterType,
AutochainParameterType,
AutocreateParameterType,
BooleanParameterType,
CharParameterType,
EnumParameterType,
IntegerParameterType,
RealParameterType,
StringParameterType,
UserParameterType
Properties summary
protected
array[]
|
$_v_layout
Array of layout specifications for table columns. |
|
protected
string[]
|
$_v_rowClasses
Array of row classes assigned to rows to create an alternating pattern. |
|
protected
integer
|
$_v_rows
Current number of table rows. |
#
0
|
Properties inherited from Core\View\Driver\htmlbuilder\Node
$_id,
$_safeID,
$_v_attributeClass,
$_v_attributes,
$_v_children,
$_v_classes,
$_v_proxy,
$_v_styles,
$_v_type
Magic properties
public read-only
integer
|
$rows
Current number of table rows. |
Magic properties inherited from Core\View\Driver\htmlbuilder\Node
$attributeClass,
$attributes,
$classes,
$id,
$proxy,
$safeID,
$styles,
$type