Uses of Interface
com.amalgamasimulation.desktop.ui.builders.LocalDateTimeEditingSupport.FinalBuilder
Packages that use LocalDateTimeEditingSupport.FinalBuilder
-
Uses of LocalDateTimeEditingSupport.FinalBuilder in com.amalgamasimulation.desktop.ui.builders
Classes in com.amalgamasimulation.desktop.ui.builders that implement LocalDateTimeEditingSupport.FinalBuilderModifier 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.FinalBuilderModifier and TypeMethodDescriptionLocalDateTimeEditingSupport.Builder.buttonText(String text) LocalDateTimeEditingSupport.FinalBuilder.buttonText(String text) Set text for button, if the image is set, the text is not shownSet function that returns a value that indicates whether the cell can be editedLocalDateTimeEditingSupport.Builder.clearExistButton()LocalDateTimeEditingSupport.FinalBuilder.clearExistButton()Adds a clear value button to the dialogLocalDateTimeEditingSupport.ActionAfterPressOkBuilder.handler(BiConsumer<T, LocalDateTime> listener) Set function that will be executed after losing focus on the combo box editor or after pressing the Enter buttonLocalDateTimeEditingSupport.Builder.handler(BiConsumer<T, LocalDateTime> listener) LocalDateTimeEditingSupport.Builder.icon(org.eclipse.swt.graphics.Image image) LocalDateTimeEditingSupport.FinalBuilder.icon(org.eclipse.swt.graphics.Image image) Set image for button, if the image is set, the text is not shownLocalDateTimeEditingSupport.Builder.newDateCreator(Supplier<LocalDateTime> newLocalDateTimeCreator) LocalDateTimeEditingSupport.FinalBuilder.newDateCreator(Supplier<LocalDateTime> newLocalDateTimeCreator) Set function that returns a new LocalDateTime, if old value == nullLocalDateTimeEditingSupport.Builder.onlyDate()LocalDateTimeEditingSupport.TypeDialogBuilder.onlyDate()Enables a dialog type in which only the date is edited in the dialog.LocalDateTimeEditingSupport.Builder.onlyTime()LocalDateTimeEditingSupport.TypeDialogBuilder.onlyTime()Enables a dialog type in which only the time is edited in the dialog.