HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
TbJsonPager Class Reference
Inheritance diagram for TbJsonPager:
Collaboration diagram for TbJsonPager:

Public Member Functions

 run ()
- Public Member Functions inherited from TbPager
 init ()

Public Attributes

 $json
- Public Attributes inherited from TbPager
const ALIGNMENT_CENTER = 'centered'
const ALIGNMENT_RIGHT = 'right'
 $containerTag = 'div'
 $containerHtmlOptions = array()
 $alignment = self::ALIGNMENT_RIGHT
 $header = ''
 $cssFile = false
 $displayFirstAndLast = false

Protected Member Functions

 createPageButton ($label, $page, $class, $hidden, $selected)
- Protected Member Functions inherited from TbPager
 createPageButtons ()

Detailed Description

Definition at line 19 of file TbJsonPager.php.

Member Function Documentation

TbJsonPager::createPageButton (   $label,
  $page,
  $class,
  $hidden,
  $selected 
)
protected

.createPageButton()

Creates a page button. You may override this method to customize the page buttons.

Parameters
string$labelthe text label for the button
integer$pagethe page number
string$classthe CSS class for the page button. This could be 'page', 'first', 'last', 'next' or 'previous'.
boolean$hiddenwhether this page button is visible
boolean$selectedwhether this page button is selected
Returns
string the generated button

Reimplemented from TbPager.

Definition at line 54 of file TbJsonPager.php.

TbJsonPager::run ( )

.run()

Runs the widget.

Reimplemented from TbPager.

Definition at line 31 of file TbJsonPager.php.

Here is the call graph for this function:

Member Data Documentation

TbJsonPager::$json

Definition at line 24 of file TbJsonPager.php.


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