/*** @class Ext.grid.plugin.PagingToolbar*//*** @var {color}* Paging toolbar background-color*/;/*** @var {string/list}* Paging toolbar background-gradient. Can be either the name of a gradient defined by* {@link Global_CSS#background-gradient} or a list of color stops.*/;/*** @var {color}* Paging toolbar color*/;/*** @var {number/list}* Paging toolbar border-width*/;/*** @var {string/list}* Paging toolbar border-style*/;/*** @var {color/list}* Paging toolbar border-color*/;/*** @var {list}* Paging toolbar box-shadow*/;/*** @var {string/number}* Paging toolbar font-weight*/;/*** @var {number}* Paging toolbar font-size*/;/*** @var {number}* Paging toolbar font-size in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {number}* Paging toolbar line-height*/;/*** @var {number}* Paging toolbar line-height in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {string}* Paging toolbar font-family*/;/*** @var {number/list}* Paging toolbar padding*/;/*** @var {number/list}* Paging toolbar padding in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {string/list}* Paging toolbar "previous" icon*/;/*** @var {string/list}* Paging toolbar "next" icon*/;/*** Creates a visual theme for a paging toolbar.** @param {string} $ui* The name of the UI being created. Can not included spaces or special punctuation* (used in CSS class names).** @param {String} [$xtype=pagingtoolbar] (protected) The {@link Ext.Class#xtype} to use* in CSS selectors. For use by UI mixins of derived classes.** @param {color} $background-color* Paging toolbar background-color** @param {string/list} $background-gradient* Paging toolbar background-gradient. Can be either the name of a gradient defined by* {@link Global_CSS#background-gradient} or a list of color stops.** @param {color} $color* Paging toolbar color** @param {number/list} $border-width* Paging toolbar border-width** @param {string/list} $border-style* Paging toolbar border-style** @param {color} $border-color* Paging toolbar border-color** @param {color} $box-shadow* Paging toolbar box-shadow** @param {string/number} $font-weight* Paging toolbar font-weight** @param {number} $font-size* Paging toolbar font-size** @param {number} $font-size-big* Paging toolbar font-size in the {@link Global_CSS#$enable-big big} sizing scheme** @param {number} $line-height* Paging toolbar line-height** @param {number} $line-height-big* Paging toolbar line-height in the {@link Global_CSS#$enable-big big} sizing scheme** @param {string} $font-family* Paging toolbar font-family** @param {number/list} $padding* Paging toolbar padding** @param {number/list} $padding-big* Paging toolbar padding in the {@link Global_CSS#$enable-big big} sizing scheme** @param {string/list} $prev-icon* Paging toolbar "previous" icon** @param {string/list} $next-icon* Paging toolbar "next" icon*/