HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
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 () |
Definition at line 19 of file TbJsonPager.php.
|
protected |
Creates a page button. You may override this method to customize the page buttons.
string | $label | the text label for the button |
integer | $page | the page number |
string | $class | the CSS class for the page button. This could be 'page', 'first', 'last', 'next' or 'previous'. |
boolean | $hidden | whether this page button is visible |
boolean | $selected | whether this page button is selected |
Reimplemented from TbPager.
Definition at line 54 of file TbJsonPager.php.
TbJsonPager::run | ( | ) |
Runs the widget.
Reimplemented from TbPager.
Definition at line 31 of file TbJsonPager.php.
TbJsonPager::$json |
Definition at line 24 of file TbJsonPager.php.