Class MultiObjectsSelectionDialogEditingSupport.Builder<T,E,W,R extends IEditableColumn<T,E,R>>

java.lang.Object
com.amalgamasimulation.desktop.ui.builders.MultiObjectsSelectionDialogEditingSupport.Builder<T,E,W,R>
Type Parameters:
T - type of row value
E - type of column value (cell value, only list elements)
W - type of list(cell value) value
R - column type
All Implemented Interfaces:
MultiObjectsSelectionDialogEditingSupport.ActionAfterPressOkBuilder<T,E,W,R>, MultiObjectsSelectionDialogEditingSupport.ColumnsBuilder<T,E,W,R>, MultiObjectsSelectionDialogEditingSupport.ElementsBuilder<T,E,W,R>, MultiObjectsSelectionDialogEditingSupport.FinalBuilder<T,E,W,R>, MultiObjectsSelectionDialogEditingSupport.SelectedElementsBuilder<T,E,W,R>
Enclosing class:
MultiObjectsSelectionDialogEditingSupport

A builder class to set up the properties of a multiply objects selection dialog editing support. Instances of this class are created by EditableColumn objects.

The build() method is used to actually set the properties to the column.