Class QPaginatedControl
- QBaseClass
- QHtmlAttributeManagerBase
- QHtmlAttributeManager
- QControlBase
- QControl
- QPaginatedControl uses QDataBinder
public
|
|
public
boolean
|
|
public
|
|
public
mixed
|
|
public
mixed|
|
OverrideAttributes(),
__call()
|
CallDataBinder(),
GetForm(),
HasDataBinder(),
SetDataBinder(),
Sleep(),
Wakeup()
|
CommentEnd,
CommentStart
|
protected
string
|
$strNoun
Name of the items which are being paginated (books, movies, posts etc.) |
|
protected
string
|
$strNounPlural
Plural form of name of the items which are being paginated (books, movies, posts etc.) |
|
protected
null| |
$objPaginator
Paginator at the top |
#
null
|
protected
null| |
$objPaginatorAlternate
Paginator at the bottom |
#
null
|
protected
boolean
|
$blnUseAjax
Determines whether this QDataGrid wll use AJAX or not |
#
true
|
protected
array
|
$objDataSource
DataSource from which the items are picked and rendered |
|
protected
boolean
|
$blnIsBlockElement
Is this paginator a block element? |
#
true
|
$attributes,
$styles
|
$objDataBinder
|
public
string
|
$Noun
Name of the items which are being paginated (book, movie, post etc.) |
public
string
|
$NounPlural
Plural form of name of the items which are being paginated (books, movies, posts etc.) |
public
|
$Paginator
|
public
|
$PaginatorAlternate
|
public
boolean
|
$UseAjax
|
public
integer
|
$ItemsPerPage
is how many items you want to display per page when Pagination is enabled |
public
integer
|
$TotalItemCount
is the total number of items in the ENTIRE recordset -- only used when Pagination is enabled |
public
mixed
|
$DataSource
is an array of anything. THIS MUST BE SET EVERY TIME (DataSource does NOT persist from postback to postback |
public
integer
|
$PageNumber
is the current page number you are viewing |
public read-only
mixed
|
$LimitClause
|
public read-only
mixed
|
$LimitInfo
is what should be passed in to the LIMIT clause of the sql query that retrieves the array of items from the database |
public read-only
integer
|
$ItemCount
|
public read-only
integer
|
$PageCount
|
public read-only
integer
|
$ItemsOffset
Current offset of Items from the result |
$AccessKey,
$AltText,
$BackColor,
$BorderCollapse,
$BorderColor,
$BorderStyle,
$BorderWidth,
$CssClass,
$Cursor,
$Data,
$Display,
$DisplayStyle,
$Enabled,
$FontBold,
$FontItalic,
$FontNames,
$FontOverline,
$FontSize,
$FontStrikeout,
$FontUnderline,
$ForeColor,
$Height,
$HorizontalAlign,
$Left,
$Margin,
$NoWrap,
$Opacity,
$OrderedListType,
$Overflow,
$Padding,
$Position,
$ReadOnly,
$TabIndex,
$ToolTip,
$Top,
$UnorderedListStyle,
$VerticalAlign,
$Width
|