Editing CellSelector bean properties
You specify and control the operation of the CellSelector bean by opening the property
sheet for the CellSelector bean and setting the values for the displayed properties. To open the
property sheet of a CellSelector bean on the Visual Composition Editor surface:
- Right click the CellSelector bean. The bean menu displays.
- Click Properties. The Properties sheet displays.

You can control:
- The name of the CellSelector bean. Specify the name as the beanName property
value.
- The name of the column to be selected from the source TableModel. The match on column
name is not case sensitive. Specify this in the columnName property
value. Check the Show Expert Features checkbox to display this property. If the specified column name is blank or null, the selected
column will be identified by columnNumber.
- The index of the column to be selected from the source TableModel. This column index
will only be used if the value of columnName is blank or null. Specify this in the columnNumber
property value.
- Whether the row and column indexes are assumed to index from one. This property should
be set to true where the selection row and/or column properties are connected to a bean
property that indexes from one. If set to false, indexing is from zero. Specify this in
the indexFromOne property value. Check the Show Expert Features
checkbox to display this property.
- Which data access property will be notified of changes by a propertyChange event.
Selectors are able to convert source data into a
variety of data types, each of which has a corresponding bound property. All of these
properties are theoretically altered when the selector data source or selection criteria
are changed. However, it would be very inefficient to generate propertyChange events for
all these properties. So the property of interest may be specified, limiting property
change events to a single property. By default, no property change events are generated.
Specify this in the notificationType property value. Check the Show Expert
Features checkbox to display this property.
- The index of the row to be selected from the source TableModel. Specify this in the rowNumber
property value.

Selector Beans

Using Selector beans

CellSelector
