phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
HtmlTableContent Class Reference

a table content (thead, tbody or tfoot) More...

+ Inheritance diagram for HtmlTableContent:

Public Member Functions

 __construct ($identifier, $tagName="tbody", $rowCount=NULL, $colCount=NULL)
 
 setRowCount ($rowCount, $colCount)
 
 getTdTagName ($tagName)
 
 refreshTR ()
 
 newRow ($value)
 
 addRow ($colCount)
 
 _addRow ($row)
 
 addMergeRow ($colCount, $value=null)
 
 getItem ($index)
 
 getCell ($row, $col)
 Returns the cell (HtmlTD) at position $row,$col.
 
 getRow ($index)
 
 setCellValue ($row, $col, $value="")
 
 setValues ($values=array())
 Sets the cells values.
 
 addValues ($values=array())
 Adds the cells values.
 
 setColValues ($colIndex, $values=array())
 
 addColVariations ($colIndex, $variations=array())
 
 addPropertyCol ($colIndex, $name, $value)
 
 setRowValues ($rowIndex, $values=array())
 
 colCenter ($colIndex)
 
 colRight ($colIndex)
 
 colLeft ($colIndex)
 
 colCenterFromRight ($colIndex)
 
 colRightFromRight ($colIndex)
 
 colLeftFromRight ($colIndex)
 
 getRowCount ()
 Returns the number of rows (TR)
 
 getColCount ()
 Returns the number of columns (TD)
 
 delete ($rowIndex, $colIndex=NULL)
 Removes the cell at position $rowIndex,$colIndex.
 
 toDelete ($rowIndex, $colIndex)
 
 toRowspanned ($rowIndex, $colIndex)
 
 mergeCol ($rowIndex=0, $colIndex=0)
 
 mergeRow ($rowIndex=0, $colIndex=0)
 
 setFullWidth ()
 
 sort ($colIndex)
 
 conditionalCellFormat ($callback, $format)
 
 conditionalColFormat ($colIndex, $callback, $format)
 
 conditionalRowFormat ($callback, $format)
 
 hideColumn ($colIndex)
 
 applyCells ($callback)
 
 applyRows ($callback)
 
 mergeIdentiqualValues ($colIndex, $function="strip_tags")
 
 _isMerged ()
 
 _setMerged ($value)
 
 setFocusable (bool $focusable)
 
- Public Member Functions inherited from HtmlSemCollection
 __construct ( $identifier, $tagName="div", $baseClass="")
 
 run (JsUtils $js)
 
Parameters
JsUtils$js
Returns
SimpleExtComponent
See also
\Ajax\common\html\BaseHtmlrun()
See also
\Ajax\common\html\BaseHtmlrun()

 
- Public Member Functions inherited from HtmlCollection
 __construct ($identifier, $tagName="div")
 
 addItems ($items)
 
 setItems ($items)
 
 getItems ()
 
 addItem ($item)
 adds and returns an item
 
 insertItem ($item, $position=0)
 
 setItem ($index, $value)
 
 removeItem ($index)
 
 count ()
 
 fromDatabaseObject ($object, $function)
 
 apply ($callBack)
 
 fromArray ($array)
 
 setProperties ($properties)
 
 setPropertyValues ($property, $values)
 Sets the values of a property for each item in the collection.
 
 addPropertyValues ($property, $values)
 Adds the values of a property for each item in the collection.
 
 compile (JsUtils $js=NULL, &$view=NULL)
 
 getItemById ($identifier)
 
 asLinks ($hrefs=[], $target=NUll)
 
 splice ($offset, $length=null)
 Remove a portion of the items array and replace it with something else.
 
- Public Member Functions inherited from HtmlDoubleElement
 setContent ($content)
 
 getContent ()
 
 addContent ($content, $before=false)
 
 setValue ($value)
 
 wrapContent ($before, $after="")
 
 wrapWith (HtmlDoubleElement $container)
 Wraps the element with a container.
 
 getContentInstances ($class)
 
 asLink ($href=NULL, $target=NULL)
 Transforms the element into a link.
 
 getTextContent ()
 
 asEditable (HtmlFormField $field, $asForm=false, $setValueProperty="val()")
 
- Public Member Functions inherited from HtmlSingleElement
 setClass ($classNames)
 
 addClass ($classNames)
 
 setRole ($value)
 
 setTitle ($value)
 
 setStyle ($value)
 
 setSize ($size)
 
- Public Member Functions inherited from BaseHtml
 getTagName ()
 
 setTagName ($tagName)
 
 fromDatabaseObjects ($objects, $function)
 
 wrap ($before, $after="")
 
 getElementById ($identifier, $elements)
 
 getBsComponent ()
 
 setBsComponent ($bsComponent)
 
 setDraggable ($attr="id", $dropZone=null, $parameters=[])
 Sets the element draggable, and eventualy defines the dropzone (HTML5 drag and drop)
 
 asDropZone ($jsCallback="", $jqueryDone="append", $parameters=[])
 Declares the element as a drop zone (HTML5 drag and drop)
 
 asFileDropZone ($responseElement=null, $url=null, $progress=null, $jsCallback="", $parameters=[])
 Declares the element as a drop zone for file uploading (HTML5 drag and drop)
 
 __toString ()
 
 onPostCompile ($callback)
 
 onPreCompile ($callback)
 
- Public Member Functions inherited from BaseWidget
 __construct ($identifier)
 
 getIdentifier ()
 
 setIdentifier ($identifier)
 
 getLibraryId ()
 
 setLibraryId ($_libraryId)
 
- Public Member Functions inherited from BaseHtmlEventsTrait
 addEvent ($event, $jsCode, $stopPropagation=false, $preventDefault=false)
 
 trigger ($event, $params="[]")
 
 jsTrigger ($event, $params="[this]")
 
 _addEvent ($event, $jsCode)
 
 on ($event, $jsCode, $stopPropagation=false, $preventDefault=false)
 
 onClick ($jsCode, $stopPropagation=false, $preventDefault=true)
 
 setClick ($jsCode)
 
 onCreate ($jsCode)
 
 addEventsOnRun (JsUtils $js=NULL)
 
 _ajaxOn ($operation, $event, $url, $responseElement="", $parameters=array())
 
 getOn ($event, $url, $responseElement="", $parameters=array())
 Performs a get to $url on the event $event on $element and display it in $responseElement.
 
 getOnClick ($url, $responseElement="", $parameters=array())
 Performs a get to $url on the click event on $element and display it in $responseElement.
 
 postOn ($event, $url, $params="{}", $responseElement="", $parameters=array())
 Performs a post to $url on the event $event on $element and display it in $responseElement.
 
 postOnClick ($url, $params="{}", $responseElement="", $parameters=array())
 Performs a post to $url on the click event on $element and display it in $responseElement.
 
 postFormOn ($event, $url, $form, $responseElement="", $parameters=array())
 Performs a post form with ajax.
 
 postFormOnClick ($url, $form, $responseElement="", $parameters=array())
 Performs a post form with ajax on click.
 
 jsDoJquery ($jqueryCall, $param="")
 
 executeOnRun ($jsCode)
 
 jsHtml ($content="")
 
 jsShow ()
 
 jsHide ()
 
 jsToggle ($value)
 
 getEvents ()
 
- Public Member Functions inherited from BaseHtmlPropertiesTrait
 getProperties ()
 
 setProperty ($name, $value)
 
 getProperty ($name)
 
 addToProperty ($name, $value, $separator=" ")
 
 addProperties ($properties)
 
 removePropertyValue ($name, $value)
 
 addToPropertyCtrl ($name, $value, $typeCtrl)
 
 addToPropertyCtrlCheck ($name, $value, $typeCtrl)
 
 removeProperty ($name)
 
 propertyContains ($propertyName, $value)
 
- Public Member Functions inherited from BaseTrait
 addToProperty ($name, $value, $separator=" ")
 
 setProperty ($name, $value)
 
 addContent ($content, $before=false)
 
 onCreate ($jsCode)
 
 addVariation ($variation)
 
 addState ($state)
 
 setVariation ($variation)
 
 setVariations ($variations)
 
 setState ($state)
 
 addVariations ($variations=array())
 
 addStates ($states=array())
 
 setStates ($states)
 
 addIcon ($icon, $before=true)
 
 addSticky ($context="body")
 
 setSize ($size)
 
 setDisabled ($disable=true)
 show it is currently unable to be interacted with
 
 setColor ($color)
 
 setFluid ()
 
 asHeader ()
 
 setActive ($value=true)
 show it is currently the active user selection
 
 setAttached ($value=true)
 
 setInverted ($recursive=true)
 can be formatted to appear on dark backgrounds
 
 setCircular ()
 
 setFloated ($direction="right")
 
 floatRight ()
 
 floatLeft ()
 
 getBaseClass ()
 
 getVariations ()
 
 getStates ()
 

Protected Member Functions

 createItem ($value)
 {The item factory.
Parameters
mixed$value
}
 
 _addOrSetValues ($values, $callback)
 Adds or sets the cells values.
 
- Protected Member Functions inherited from HtmlCollection
 getItemToAdd ($item)
 
 setItemIdentifier ($item, $classname, $index)
 
 createCondition ($value)
 
 contentAs ($tagName)
 
- Protected Member Functions inherited from HtmlDoubleElement
 _getContentInstances ($class, $content)
 
 compile_once (\Ajax\JsUtils $js=NULL, &$view=NULL)
 {}
 
- Protected Member Functions inherited from BaseHtml
 getTemplate (JsUtils $js=NULL, $view=null)
 
 ctrl ($name, $value, $typeCtrl)
 
 setMemberCtrl (&$name, $value, $typeCtrl)
 
 addToMemberUnique (&$name, $value, $typeCtrl, $separator=" ")
 
 addToMemberCtrl (&$name, $value, $typeCtrl, $separator=" ")
 
 addToMember (&$name, $value, $separator=' ')
 
 removeOldValues (&$oldValue, $allValues)
 
 _getElementBy ($callback, $elements)
 
 setWrapBefore ($wrapBefore)
 
 setWrapAfter ($wrapAfter)
 
 compile_once (JsUtils $js=NULL, &$view=NULL)
 
- Protected Member Functions inherited from BaseWidget
 cleanIdentifier ($id)
 
- Protected Member Functions inherited from BaseHtmlEventsTrait
 _eventsOnCreate (JsUtils $js=NULL)
 
- Protected Member Functions inherited from BaseHtmlPropertiesTrait
 removePropertyValues ($name, $values)
 
 addToPropertyUnique ($name, $value, $typeCtrl)
 
 setPropertyCtrl ($name, $value, $typeCtrl)
 
 getElementByPropertyValue ($propertyName, $value, $elements)
 
- Protected Member Functions inherited from BaseTrait
 setPropertyCtrl ($name, $value, $typeCtrl)
 
 addToPropertyCtrl ($name, $value, $typeCtrl)
 
 addToPropertyCtrlCheck ($name, $value, $typeCtrl)
 
 addBehavior (&$array, $key, $value, $before="", $after="")
 

Protected Attributes

 $_focusable = false
 
 $_tdTagNames
 
 $_merged = false
 
- Protected Attributes inherited from HtmlDoubleElement
 $content
 
 $wrapContentBefore = ""
 
 $wrapContentAfter = ""
 
 $_editableContent
 
- Protected Attributes inherited from BaseHtml
 $_template
 
 $tagName
 
 $_wrapBefore = array()
 
 $_wrapAfter = array()
 
 $_bsComponent
 
 $_compiled = false
 
 $_runned = false
 
 $_postCompile
 
 $_preCompile
 
- Protected Attributes inherited from BaseWidget
 $identifier
 
 $_identifier
 
 $_libraryId
 
 $_self
 
- Protected Attributes inherited from BaseHtmlEventsTrait
 $_events =array ()
 
- Protected Attributes inherited from BaseHtmlPropertiesTrait
 $properties =array ()
 
- Protected Attributes inherited from BaseTrait
 $_variations =[ ]
 
 $_states =[ ]
 
 $_baseClass
 

Private Member Functions

 colAlign ($colIndex, $function)
 
 colAlignFromRight ($colIndex, $function)
 

Detailed Description

a table content (thead, tbody or tfoot)

Author
jc

Definition at line 16 of file HtmlTableContent.php.

Constructor & Destructor Documentation

◆ __construct()

__construct (   $identifier,
  $tagName = "tbody",
  $rowCount = NULL,
  $colCount = NULL 
)
Parameters
string$identifier
string$tagName
int$rowCount
int$colCount

Definition at line 35 of file HtmlTableContent.php.

Member Function Documentation

◆ _addOrSetValues()

_addOrSetValues (   $values,
  $callback 
)
protected

Adds or sets the cells values.

Parameters
mixed$values
callable$callback

Definition at line 194 of file HtmlTableContent.php.

◆ _addRow()

_addRow (   $row)
Parameters
mixed$row
Returns
HtmlTR

Definition at line 102 of file HtmlTableContent.php.

◆ _isMerged()

_isMerged ( )

Definition at line 485 of file HtmlTableContent.php.

◆ _setMerged()

_setMerged (   $value)

Definition at line 489 of file HtmlTableContent.php.

◆ addColVariations()

addColVariations (   $colIndex,
  $variations = array() 
)

Definition at line 227 of file HtmlTableContent.php.

◆ addMergeRow()

addMergeRow (   $colCount,
  $value = null 
)

Definition at line 106 of file HtmlTableContent.php.

◆ addPropertyCol()

addPropertyCol (   $colIndex,
  $name,
  $value 
)

Definition at line 237 of file HtmlTableContent.php.

◆ addRow()

addRow (   $colCount)
Parameters
int$colCount
Returns
HtmlTR

Definition at line 93 of file HtmlTableContent.php.

◆ addValues()

addValues (   $values = array())

Adds the cells values.

Parameters
mixed$values

Definition at line 182 of file HtmlTableContent.php.

◆ applyCells()

applyCells (   $callback)
Parameters
mixed$callback
Returns
HtmlTableContent

Definition at line 429 of file HtmlTableContent.php.

◆ applyRows()

applyRows (   $callback)
Parameters
mixed$callback
Returns
HtmlTableContent

Definition at line 442 of file HtmlTableContent.php.

◆ colAlign()

colAlign (   $colIndex,
  $function 
)
private

Definition at line 256 of file HtmlTableContent.php.

◆ colAlignFromRight()

colAlignFromRight (   $colIndex,
  $function 
)
private

Definition at line 270 of file HtmlTableContent.php.

◆ colCenter()

colCenter (   $colIndex)

Definition at line 283 of file HtmlTableContent.php.

◆ colCenterFromRight()

colCenterFromRight (   $colIndex)

Definition at line 295 of file HtmlTableContent.php.

◆ colLeft()

colLeft (   $colIndex)

Definition at line 291 of file HtmlTableContent.php.

◆ colLeftFromRight()

colLeftFromRight (   $colIndex)

Definition at line 303 of file HtmlTableContent.php.

◆ colRight()

colRight (   $colIndex)

Definition at line 287 of file HtmlTableContent.php.

◆ colRightFromRight()

colRightFromRight (   $colIndex)

Definition at line 299 of file HtmlTableContent.php.

◆ conditionalCellFormat()

conditionalCellFormat (   $callback,
  $format 
)
Parameters
mixed$callback
string$format
Returns
HtmlTableContent

Definition at line 384 of file HtmlTableContent.php.

◆ conditionalColFormat()

conditionalColFormat (   $colIndex,
  $callback,
  $format 
)

Definition at line 392 of file HtmlTableContent.php.

◆ conditionalRowFormat()

conditionalRowFormat (   $callback,
  $format 
)
Parameters
mixed$callback
string$format
Returns
HtmlTableContent

Definition at line 407 of file HtmlTableContent.php.

◆ createItem()

createItem (   $value)
protected

{The item factory.

Parameters
mixed$value
}

See also
\Ajax\common\html\HtmlCollection::createItem()
Returns
HtmlTR

Reimplemented from HtmlCollection.

Definition at line 70 of file HtmlTableContent.php.

◆ delete()

delete (   $rowIndex,
  $colIndex = NULL 
)

Removes the cell at position $rowIndex,$colIndex.

Parameters
int$rowIndex
int$colIndex
Returns
HtmlTableContent

Definition at line 335 of file HtmlTableContent.php.

◆ getCell()

getCell (   $row,
  $col 
)

Returns the cell (HtmlTD) at position $row,$col.

Parameters
int$row
int$col
Returns
HtmlTD|HtmlDoubleElement

Definition at line 132 of file HtmlTableContent.php.

◆ getColCount()

getColCount ( )

Returns the number of columns (TD)

Returns
int

Definition at line 321 of file HtmlTableContent.php.

◆ getItem()

getItem (   $index)
Returns
HtmlTR

Reimplemented from HtmlCollection.

Definition at line 121 of file HtmlTableContent.php.

◆ getRow()

getRow (   $index)
Parameters
int$index
Returns
HtmlTR

Definition at line 147 of file HtmlTableContent.php.

◆ getRowCount()

getRowCount ( )

Returns the number of rows (TR)

Returns
int

Definition at line 312 of file HtmlTableContent.php.

◆ getTdTagName()

getTdTagName (   $tagName)

Definition at line 55 of file HtmlTableContent.php.

◆ hideColumn()

hideColumn (   $colIndex)

Definition at line 415 of file HtmlTableContent.php.

◆ mergeCol()

mergeCol (   $rowIndex = 0,
  $colIndex = 0 
)

Definition at line 361 of file HtmlTableContent.php.

◆ mergeIdentiqualValues()

mergeIdentiqualValues (   $colIndex,
  $function = "strip_tags" 
)
Parameters
int$colIndex
string$function
Returns
\Ajax\semantic\html\content\table\HtmlTableContent
See also
https://fomantic-ui.com/collections/table.html#definition needs rowspanned class
Since
fomantic-ui 2.4.8

Definition at line 458 of file HtmlTableContent.php.

◆ mergeRow()

mergeRow (   $rowIndex = 0,
  $colIndex = 0 
)

Definition at line 365 of file HtmlTableContent.php.

◆ newRow()

newRow (   $value)

Definition at line 84 of file HtmlTableContent.php.

◆ refreshTR()

refreshTR ( )

Definition at line 59 of file HtmlTableContent.php.

◆ setCellValue()

setCellValue (   $row,
  $col,
  $value = "" 
)
Parameters
int$row
int$col
mixed$value
Returns
HtmlTableContent

Definition at line 158 of file HtmlTableContent.php.

◆ setColValues()

setColValues (   $colIndex,
  $values = array() 
)

Definition at line 215 of file HtmlTableContent.php.

◆ setFocusable()

setFocusable ( bool  $focusable)
Parameters
bool$focusable

Definition at line 498 of file HtmlTableContent.php.

◆ setFullWidth()

setFullWidth ( )

Definition at line 369 of file HtmlTableContent.php.

◆ setRowCount()

setRowCount (   $rowCount,
  $colCount 
)
Parameters
int$rowCount
int$colCount
Returns
HtmlTableContent

Definition at line 47 of file HtmlTableContent.php.

◆ setRowValues()

setRowValues (   $rowIndex,
  $values = array() 
)

Definition at line 247 of file HtmlTableContent.php.

◆ setValues()

setValues (   $values = array())

Sets the cells values.

Parameters
mixed$values

Definition at line 171 of file HtmlTableContent.php.

◆ sort()

sort (   $colIndex)

Definition at line 373 of file HtmlTableContent.php.

◆ toDelete()

toDelete (   $rowIndex,
  $colIndex 
)

Definition at line 347 of file HtmlTableContent.php.

◆ toRowspanned()

toRowspanned (   $rowIndex,
  $colIndex 
)

Definition at line 354 of file HtmlTableContent.php.

Field Documentation

◆ $_focusable

$_focusable = false
protected

Definition at line 18 of file HtmlTableContent.php.

◆ $_merged

$_merged = false
protected

Definition at line 26 of file HtmlTableContent.php.

◆ $_tdTagNames

$_tdTagNames
protected
Initial value:
= [
"thead" => "th",
"tbody" => "td",
"tfoot" => "th"
]

Definition at line 20 of file HtmlTableContent.php.


The documentation for this class was generated from the following file: