Properties Methods Events Config Options Direct Link
Observable
  ColumnModel
    PropertyColumnModel

Class Ext.grid.PropertyColumnModel

Package:Ext.grid
Defined In:PropertyGrid.js
Class:PropertyColumnModel
Extends:ColumnModel
A custom column model for the Ext.grid.PropertyGrid. Generally it should not need to be used directly.

Config Options

Config Options Defined By
  align : String
(optional) Set the CSS text-align property of the column. Defaults to undefined.
ColumnModel
  css : String
(optional) Set custom CSS for all table cells in the column (excluding headers). Defaults to undefined.
ColumnModel
  editor : Ext.form.Field
(optional) The Ext.form.Field to use when editing values in this column if editing is supported by the grid.
ColumnModel
  fixed : Boolean
(optional) True if the column width cannot be changed. Defaults to false.
ColumnModel
  header : String
The header text to display in the Grid view.
ColumnModel
  hidden : Boolean
(optional) True to hide the column. Defaults to false.
ColumnModel
  menuDisabled : Boolean
(optional) True to disable the column menu. Defaults to false.
ColumnModel
  resizable : Boolean
(optional) False to disable column resizing. Defaults to true.
ColumnModel

Public Properties

Property Defined By
  defaultSortable : Boolean
Default sortable of columns which have no sortable specified (defaults to false)
ColumnModel
  defaultWidth : Number
The width of columns which have no width specified (defaults to 100)
ColumnModel

Public Methods

Method Defined By

Public Events

Event Defined By