Class LocalTimeEditingSupport.Builder<T,E,R extends IEditableColumn<T,E,R>>

java.lang.Object
com.amalgamasimulation.desktop.ui.builders.LocalTimeEditingSupport.Builder<T,E,R>
Type Parameters:
T - type of row value
E - type of column value (cell value)
R - column type
All Implemented Interfaces:
LocalTimeEditingSupport.ActionAfterPressOkBuilder<T,E,R>, LocalTimeEditingSupport.FinalBuilder<T,E,R>
Enclosing class:
LocalTimeEditingSupport

public static class LocalTimeEditingSupport.Builder<T,E,R extends IEditableColumn<T,E,R>> extends Object implements LocalTimeEditingSupport.ActionAfterPressOkBuilder<T,E,R>, LocalTimeEditingSupport.FinalBuilder<T,E,R>
A builder class to set up the properties of a LocalTime editing support. Instances of this class are created by EditableColumn objects.

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