/*** @class Ext.field.trigger.Expand*//*** @var {number}* Expand Trigger width*/;/*** @var {number}* Expand Trigger width in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {color}* Expand Trigger background-color*/;/*** @var {color}* Expand Trigger background-color when hovered*/;/*** @var {color}* Expand Trigger background-color when pressed*/;//# fashion replaces $selectfield-trigger-icon/*** @var {string}* Expand Trigger icon*/;//# fashion replaces $selectfield-trigger-color/*** @var {color}* Expand Trigger icon color*/;/*** @var {color}* Expand Trigger icon color when hovered*/;/*** @var {color}* Expand Trigger icon color when pressed*/;/*** @var {color}* Expand Trigger icon background-color*/;/*** @var {color}* Expand Trigger icon background-color when hovered*/;/*** @var {color}* Expand Trigger icon background-color when pressed*/;/*** @var {number/list}* Expand Trigger icon border-radius*/;//# fashion replaces $selectfield-trigger-size/*** @var {number}* Expand Trigger icon size*/;/*** @var {number}* Expand Trigger icon size in the {@link Global_CSS#$enable-big big} sizing scheme*/;//# fashion replaces $selectfield-trigger-font-size/*** @var {number}* Expand Trigger icon font-size*/;//# fashion replaces $selectfield-trigger-font-size-big/*** @var {number}* Expand Trigger icon font-size in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** Creates a visual theme for a Expand Trigger.** @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=expandtrigger] (protected) The {@link Ext.Class#xtype} to use* in CSS selectors. For use by UI mixins of derived classes.** @param {number} $width* Expand Trigger width** @param {number} $width-big* Expand Trigger width in the {@link Global_CSS#$enable-big big} sizing scheme** @param {color} $background-color* Expand Trigger background-color** @param {color} $hovered-background-color* Expand Trigger background-color when hovered** @param {color} $pressed-background-color* Expand Trigger background-color when pressed** @param {string} $icon* Expand Trigger icon** @param {color} $icon-color* Expand Trigger icon color** @param {color} $hovered-icon-color* Expand Trigger icon color when hovered** @param {color} $pressed-icon-color* Expand Trigger icon color when pressed** @param {color} $icon-background-color* Expand Trigger icon background-color** @param {color} $hovered-icon-background-color* Expand Trigger icon background-color when hovered** @param {color} $pressed-icon-background-color* Expand Trigger icon background-color when pressed** @param {number/list} $icon-border-radius* Expand Trigger icon border-radius** @param {number} $icon-size* Expand Trigger icon size** @param {number} $icon-size-big* Expand Trigger icon size in the {@link Global_CSS#$enable-big big} sizing scheme** @param {number} $icon-font-size* Expand Trigger icon font-size** @param {number} $icon-font-size-big* Expand Trigger icon font-size in the {@link Global_CSS#$enable-big big} sizing scheme*/