Uses of Class
com.amalgamasimulation.desktop.binding.dialogs.ContainerLocalDateTimeDialog
Packages that use ContainerLocalDateTimeDialog
-
Uses of ContainerLocalDateTimeDialog in com.amalgamasimulation.desktop.binding.dialogs
Modifier and TypeClassDescriptionclassThe class is used to create and open a dialog for editing date and time.Methods in com.amalgamasimulation.desktop.binding.dialogs that return ContainerLocalDateTimeDialogModifier and TypeMethodDescriptionContainerLocalDateTimeDialog.handler(BiConsumer<T, LocalDateTime> handler) ContainerLocalDateTimeDialog.setNewLocalDateTimeCreator(Supplier<LocalDateTime> newLocalDateTimeCreator) Set function to get a new LocalDateTimeContainerLocalDateTimeDialog.setOnlyDate()Sets the dialog type to DATE.ContainerLocalDateTimeDialog.setOnlyTime()Sets the dialog type to TIME.