Lines Matching refs:column

38 /** The <type>XGridColumn</types> defines the properties and behavior of a column in a grid control
47 /** allows cloning the complete grid column
51 /** specifies an identifier of the column
58 /** specifies the current width of the column.
62 /** specifies the minimal width the column can have.
66 /** specifies the maximal width the column can have.
70 /** controls whether or not the column's width is fixed or not.
72 …p>If this is <TRUE/>, the user can interactively change the column's width. Also, the column is su…
77 …/** specifies the flexibility of the column when it is automatically resized due to the grid contr…
80 … <p>Specify <code>0</code> here if you do not want the column to be resized automatically.</p>
82 …<p>If a column has a flexibility greater than 0, it is set in relationship to the flexibility of a…
85 … <p>Note that a column's flexibility is ignored if its <member>Resizeable</member> attribute is
88 …<p>A column's flexibility cannot be negative, attempts to set a negative value will raise an excep…
102 /** is the help text associated with the column.
104 <p>A grid control will usually display a column's help text as tooltip.</p>
108 /** denotes the index of the column within the grid column model it belongs to
110 <p>If the column is not yet part of a column model, <code>Index</code> is -1.</p>
114 /** denotes the index of the data column which should be used to fetch this grid column's data
116 …<p>A grid control has a column model and a data model, both containing a possibly different number…
117 …The <code>DataColumnIndex</code> attribute defines the index of the column within the data model, …
120 …<p>Using this, you can do runtime changes to the column model, i.e. insertion and removal of colum…
123 …<p>If <code>DataColumnIndex</code> is negative, the it will be ignored, then the column's index wi…
124 column model, as determined by the <member>Index</member> attribute, will be used.</p>