明示するs a model for a 支配(する)/統制する which can 陳列する,発揮する form data in a (米)棚上げする/(英)提議する-like way.
In opposite to other form 支配(する)/統制するs, grid 支配(する)/統制するs do not only
陳列する,発揮する the 選び出す/独身 現在の value of a column they are bound to. Moreover, they do
陳列する,発揮する not only the 現在の 列/漕ぐ/騒動 of the form, but all 列/漕ぐ/騒動s (at least 潜在的に, 限られた/立憲的な
by the 支配(する)/統制する size, of course).
The (米)棚上げする/(英)提議する 列/漕ぐ/騒動s in a grid 支配(する)/統制する correspond to the 列/漕ぐ/騒動s in the DataForm
the 支配(する)/統制する belongs to, and the columns correspond to 選び出す/独身 columns of the form's 列/漕ぐ/騒動 始める,決める.
Columns of a grid 支配(する)/統制する are modeled by own 反対するs, too. They are very 類似の to usual
::com::sun::星/主役にする::form::DataAwareControlModels modeling other "選び出す/独身-value" 支配(する)/統制するs, but they are not 述べるd
as own services. Instead, they need to be created using the ::com::sun::星/主役にする::form::XGridColumnFactory interface.
供給するs basic functionality of a コンテナ of ::com::sun::星/主役にする::form::FormComponents.
All the コンテナ-関係のある methods of this service 関係のある to 支配(する)/統制する models,
this is what are the コンテナ elements for a GridControl.
As the ::com::sun::星/主役にする::form::FormComponents service also 明示するs
the ::com::sun::星/主役にする::script::XEventAttacherManager service, grid 支配(する)/統制する models
also 供給する a scripting 環境 for their columns.
許すs to create column models to be 挿入するd into the 支配(する)/統制する model.
公式文書,認める that the 反対する returned by the ::com::sun::星/主役にする::form::XGridColumnFactory::createColumn
method is not part of the grid 支配(する)/統制する, yet. It needs to be 挿入するd using any of the
コンテナ interfaces.
You always need to use this interface for creating columns for the grid 支配(する)/統制する.
Column models not created this way will not be 受託するd when 挿入するd later on.
In a grid 支配(する)/統制する, 選び出す/独身 columns can be selected (at most one at a time).
For さまざまな unfortunate reaons, this 選択 is an 面 of the model, not of the
支配(する)/統制する as you would 推定する/予想する.
This interface is deprecated, new 実施s should not use it anymore, as it is to
be superseeded by a 解答 which is bound to the 支配(する)/統制する, not the model.
The reset of the 支配(する)/統制する is 今後d to all it's elements, means to all the column models.
As grid columns are very much like data-aware stand-alone 支配(する)/統制するs, you can find a description
of the reset functionality in ::com::sun::星/主役にする::form::DataAwareControlModel::XReset.