HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
Public Member Functions | |
init () | |
run () |
Public Attributes | |
const | ALIGNMENT_CENTER = 'centered' |
const | ALIGNMENT_RIGHT = 'right' |
$containerTag = 'div' | |
$containerHtmlOptions = array() | |
$alignment = self::ALIGNMENT_RIGHT | |
$header = '' | |
$cssFile = false | |
$displayFirstAndLast = false |
Protected Member Functions | |
createPageButtons () | |
createPageButton ($label, $page, $class, $hidden, $selected) |
Definition at line 17 of file TbPager.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 in TbJsonPager.
Definition at line 209 of file TbPager.php.
|
protected |
Creates the page buttons.
Definition at line 139 of file TbPager.php.
TbPager::init | ( | ) |
Initializes the pager by setting some default property values.
Definition at line 61 of file TbPager.php.
TbPager::run | ( | ) |
Executes the widget. This overrides the parent implementation by displaying the generated page buttons.
Reimplemented in TbJsonPager.
Definition at line 119 of file TbPager.php.
TbPager::$alignment = self::ALIGNMENT_RIGHT |
Definition at line 37 of file TbPager.php.
TbPager::$containerHtmlOptions = array() |
Definition at line 31 of file TbPager.php.
TbPager::$containerTag = 'div' |
Definition at line 26 of file TbPager.php.
TbPager::$cssFile = false |
Definition at line 49 of file TbPager.php.
TbPager::$displayFirstAndLast = false |
Definition at line 54 of file TbPager.php.
TbPager::$header = '' |
Definition at line 43 of file TbPager.php.
const TbPager::ALIGNMENT_CENTER = 'centered' |
Definition at line 20 of file TbPager.php.
const TbPager::ALIGNMENT_RIGHT = 'right' |
Definition at line 21 of file TbPager.php.