lucee.Componentcontentbox.models.ui.Paging
A paging object for ContentBox
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
controller
|
true
|
false
|
|
any
|
PagingBandGap
|
true
|
false
|
|
any
|
pagingMaxRows
|
true
|
false
|
Constructor Summary | |
---|---|
init(any settingService)
|
Method Summary | |
---|---|
struct
|
getboundaries([numeric pagingMaxRows])
Calculate the startrow and maxrow. |
string
|
getController()
|
string
|
getPagingBandGap()
|
string
|
getPagingMaxRows()
|
any
|
renderit(numeric foundRows, string link, [numeric pagingMaxRows], [boolean asList='false'])
render tabs. |
any
|
setController(any controller)
|
any
|
setPagingBandGap(any PagingBandGap)
|
any
|
setPagingMaxRows(any pagingMaxRows)
|
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
settingService
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyinject
- coldboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueMethod Detail |
---|
Calculate the startrow and maxrow
pagingMaxRows
- You can override the paging max rows here.render tabs
foundRows
- The found rows to pagelink
- The link to use, you must place the @page@ place holder so the link ca be created correctlypagingMaxRows
- You can override the paging max rows here.asList
- Render the paging links as lists or notcontroller
PagingBandGap
pagingMaxRows