Uses of Interface
is.codion.swing.common.ui.component.multi.MultiInput.Builder
Packages that use MultiInput.Builder
Package
Description
A field collecting a set of values through a wrapped component.
-
Uses of MultiInput.Builder in is.codion.swing.common.ui.component.multi
Methods in is.codion.swing.common.ui.component.multi that return MultiInput.BuilderModifier and TypeMethodDescriptionMultiInput.Builder.addOnEnter(boolean addOnEnter) WhetherKeyEvent.VK_ENTERadds the wrapped component's value while it holds one, leaving the key to the component while it does not, so that typing, Enter, typing, Enter, Enter collects two values and then does what Enter does in the component.MultiInput.Builder.comparator(@Nullable Comparator<T> comparator) The default comparator collates strings according toText.COLLATOR_LOCALE, compares otherComparablevalues naturally and the rest by their string representation.<C extends JComponent,T>
MultiInput.Builder<C, T> MultiInput.Builder.ComponentStep.component(ComponentValue<C, T> component)