|
Class TDataGridPagerStyle
TDataGridPagerStyle class.
TDataGridPagerStyle specifies the styles available for a datagrid pager.
-
TComponent
-
TStyle
-
TPanelStyle
-
TDataGridPagerStyle
Methods summary
public
TDataGridPagerMode
|
|
public
|
|
public
TDataGridPagerButtonType
|
|
public
|
|
public
string
|
#
getNextPageText( )
Returns
string text for the next page button. Defaults to '>'.
|
public
|
#
setNextPageText( string $value )
Parameters
- $value
string text for the next page button.
|
public
string
|
#
getPrevPageText( )
Returns
string text for the previous page button. Defaults to '<'.
|
public
|
#
setPrevPageText( string $value )
Parameters
- $value
string text for the previous page button.
|
public
string
|
#
getFirstPageText( )
Returns
string text for the first page button. Defaults to '<<'.
|
public
|
#
setFirstPageText( string $value )
Parameters
- $value
string text for the first page button.
|
public
string
|
#
getLastPageText( )
Returns
string text for the last page button. Defaults to '>>'.
|
public
|
#
setLastPageText( string $value )
Parameters
- $value
string text for the last page button.
|
public
integer
|
#
getPageButtonCount( )
Returns
integer maximum number of pager buttons to be displayed. Defaults to 10.
|
public
|
#
setPageButtonCount( integer $value )
Parameters
- $value
integer maximum number of pager buttons to be displayed
Throws
|
public
TDataGridPagerPosition
|
|
public
|
|
public
boolean
|
#
getVisible( )
Returns
boolean whether the pager is visible. Defaults to true.
|
public
|
#
setVisible( boolean $value )
Parameters
- $value
boolean whether the pager is visible.
|
public
|
#
reset( )
Resets the style to the original empty state.
Resets the style to the original empty state.
Overrides
|
public
|
#
copyFrom( TStyle $style )
Copies the fields in a new style to this style. If a style field is set in
the new style, the corresponding field in this style will be overwritten.
Copies the fields in a new style to this style. If a style field is set in
the new style, the corresponding field in this style will be overwritten.
Parameters
Overrides
|
public
|
#
mergeWith( TStyle $style )
Merges the style with a new one. If a style field is not set in this style,
it will be overwritten by the new one.
Merges the style with a new one. If a style field is not set in this style,
it will be overwritten by the new one.
Parameters
Overrides
|
Methods inherited from TPanelStyle
addAttributesToRender(),
getBackImageUrl(),
getDirection(),
getHorizontalAlign(),
getScrollBars(),
getWrap(),
setBackImageUrl(),
setDirection(),
setHorizontalAlign(),
setScrollBars(),
setWrap()
|
Methods inherited from TStyle
__clone(),
__construct(),
clearStyleField(),
getBackColor(),
getBorderColor(),
getBorderStyle(),
getBorderWidth(),
getCssClass(),
getCustomStyle(),
getDisplayStyle(),
getFont(),
getForeColor(),
getHeight(),
getStyleField(),
getStyleFields(),
getWidth(),
hasCssClass(),
hasFont(),
hasStyleField(),
setBackColor(),
setBorderColor(),
setBorderStyle(),
setBorderWidth(),
setCssClass(),
setCustomStyle(),
setDisplayStyle(),
setForeColor(),
setHeight(),
setStyleField(),
setWidth()
|
Methods inherited from TComponent
__call(),
__destruct(),
__get(),
__isset(),
__set(),
__sleep(),
__unset(),
__wakeup(),
addParsedObject(),
asa(),
attachBehavior(),
attachBehaviors(),
attachClassBehavior(),
attachEventHandler(),
canGetProperty(),
canSetProperty(),
clearBehaviors(),
createdOnTemplate(),
detachBehavior(),
detachBehaviors(),
detachClassBehavior(),
detachEventHandler(),
disableBehavior(),
disableBehaviors(),
enableBehavior(),
enableBehaviors(),
evaluateExpression(),
evaluateStatements(),
fxAttachClassBehavior(),
fxDetachClassBehavior(),
getAutoGlobalListen(),
getBehaviorsEnabled(),
getClassHierarchy(),
getEventHandlers(),
getListeningToGlobalEvents(),
getSubProperty(),
hasEvent(),
hasEventHandler(),
hasProperty(),
isa(),
listen(),
raiseEvent(),
setSubProperty(),
unlisten()
|
|