Uses of Interface
com.amalgamasimulation.desktop.ui.builders.LocalDateTimeEditingSupport.ActionAfterPressOkBuilder
Packages that use LocalDateTimeEditingSupport.ActionAfterPressOkBuilder
Package
Description
-
Uses of LocalDateTimeEditingSupport.ActionAfterPressOkBuilder in com.amalgamasimulation.desktop.ui.builders
Classes in com.amalgamasimulation.desktop.ui.builders that implement LocalDateTimeEditingSupport.ActionAfterPressOkBuilderModifier and TypeClassDescriptionstatic classLocalDateTimeEditingSupport.Builder<T,E, R extends IEditableColumn<T, E, R>> A builder class to set up the properties of a LocalDateTime editing support.Methods in com.amalgamasimulation.desktop.ui.builders that return LocalDateTimeEditingSupport.ActionAfterPressOkBuilderModifier and TypeMethodDescriptionstatic <T1,E1, R1 extends IEditableColumn<T1, E1, R1>>
LocalDateTimeEditingSupport.ActionAfterPressOkBuilder<T1, E1, R1> LocalDateTimeEditingSupport.Builder.create(R1 columnDescriptor) -
Uses of LocalDateTimeEditingSupport.ActionAfterPressOkBuilder in com.amalgamasimulation.desktop.ui.columndescriptors
Methods in com.amalgamasimulation.desktop.ui.columndescriptors that return LocalDateTimeEditingSupport.ActionAfterPressOkBuilderModifier and TypeMethodDescriptionEditableColumn.localDateTimeEditor()IEditableColumn.localDateTimeEditor()Returns a builder object that can be used to install LocalDateTime editing onto a column.