Properties Methods Events Config Options Direct Link
Column
  BooleanColumn

Class Ext.grid.BooleanColumn

Package:Ext.grid
Defined In:Column.js
Class:BooleanColumn
Extends:Column

A Column definition class which renders boolean data fields. See the xtype config option of Ext.grid.Column for more details.

Config Options

Config OptionsDefined By
 align : String
Optional. Set the CSS text-align property of the column. Defaults to undefined.
Column
 falseText : String
The string returned by the renderer when the column value is falsey (but not undefined) (defaults to 'false').
BooleanColumn
 fixed : Boolean
Optional. true if the column width cannot be changed. Defaults to false.
Column
 menuDisabled : Boolean
Optional. true to disable the column menu. Defaults to false.
Column
 resizable : Boolean
Optional. false to disable column resizing. Defaults to true.
Column
 scope : Object
Optional. The scope (this reference) in which to execute the renderer. Defaults to the Column configuration object.
Column
 trueText : String
The string returned by the renderer when the column value is not falsey (defaults to 'true').
BooleanColumn
 undefinedText : String
The string returned by the renderer when the column value is undefined (defaults to ' ').
BooleanColumn

Public Properties

PropertyDefined By

Public Methods

MethodDefined By

Public Events

This class has no public events.