/* This file is part of Ext JS 3.4 Copyright (c) 2011-2013 Sencha Inc Contact: http://www.sencha.com/contact GNU General Public License Usage This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in the packaging of this file. Please review the following information to ensure the GNU General Public License version 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html. If you are unsure which license is appropriate for your use, please contact the sales department at http://www.sencha.com/contact. Build date: 2013-04-03 15:07:25 */ Ext.data.JsonP.Ext_list_NumberColumn({"alternateClassNames":[],"aliases":{},"enum":null,"parentMixins":[],"tagname":"class","subclasses":[],"extends":"Ext.list.Column","uses":[],"html":"
Hierarchy
Ext.list.ColumnExt.list.NumberColumnFiles
A Column definition class which renders a numeric data field according to a format string. See the\nxtype config option of Ext.list.Column for more details.
\n\nSet the CSS text-align property of the column. Defaults to 'left'.
\nDefaults to: 'left'
Optional. This option can be used to add a CSS class to the cell of each\nrow for this column.
\nDefaults to: ''
Required. The name of the field in the\nListViews's Ext.data.Store's Ext.data.Record definition from\nwhich to draw the column's value.
\n\nA formatting string as used by Ext.util.Format.number to format a numeric value for this Column\n(defaults to '0,000.00').
\nDefaults to: '0,000.00'
Optional. The header text to be used as innerHTML\n(html tags are accepted) to display in the ListView. Note: to\nhave a clickable header with no text displayed use ' '.
\nDefaults to: ''
Used by ListView constructor method to avoid reprocessing a Column\nif isColumn
is not set ListView will recreate a new Ext.list.Column\nDefaults to true.
Defaults to: true
Optional. Specify a string to pass as the\nconfiguration string for Ext.XTemplate. By default an Ext.XTemplate\nwill be implicitly created using the dataIndex.
\nOptional. Percentage of the container width\nthis column should be allocated. Columns that have no width specified will be\nallocated with an equal percentage to fill 100% of the container width. To easily take\nadvantage of the full container width, leave the width of at least one column undefined.\nNote that if you do not want to take up the full width of the container, the width of\nevery column needs to be explicitly defined.
\n