Uses of Interface
org.vaadin.miki.markers.WithHelperMixin
Packages that use WithHelperMixin
Package
Description
-
Uses of WithHelperMixin in org.vaadin.miki.superfields.collections
Classes in org.vaadin.miki.superfields.collections that implement WithHelperMixinModifier and TypeClassDescriptionclassCollectionField<T,C extends Collection<T>> All-purpose field for editing and maintaining values that areCollections.classMapField<K,V> Basic field to support values that areMaps. -
Uses of WithHelperMixin in org.vaadin.miki.superfields.dates
Classes in org.vaadin.miki.superfields.dates that implement WithHelperMixinModifier and TypeClassDescriptionclassAn extension ofDatePickerthat handles I18N also on the client side.classAn extension ofDateTimePickerthat handles I18N also on the client side. -
Uses of WithHelperMixin in org.vaadin.miki.superfields.gridselect
Classes in org.vaadin.miki.superfields.gridselect that implement WithHelperMixinModifier and TypeClassDescriptionclassA multi-selectionGridSelect.classGridSelect<V>A single-selectionGridthat also is a value component that broadcasts value change events. -
Uses of WithHelperMixin in org.vaadin.miki.superfields.itemgrid
Classes in org.vaadin.miki.superfields.itemgrid that implement WithHelperMixinModifier and TypeClassDescriptionclassItemGrid<T>Grid of items, with defined number of columns. -
Uses of WithHelperMixin in org.vaadin.miki.superfields.layouts
Classes in org.vaadin.miki.superfields.layouts that implement WithHelperMixinModifier and TypeClassDescriptionclassHeaderFooterFieldWrapper<T,H extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents, F extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents> A three-part layout (header, field, footer) for any field that itself is a field. -
Uses of WithHelperMixin in org.vaadin.miki.superfields.numbers
Classes in org.vaadin.miki.superfields.numbers that implement WithHelperMixinModifier and TypeClassDescriptionclassAbstractSuperFloatingPointField<T extends Number,SELF extends AbstractSuperFloatingPointField<T, SELF>> Base class for implementations ofAbstractSuperNumberFieldthat allow modifications to minimum and maximum number of fraction digits.classAbstractSuperNumberField<T extends Number,SELF extends AbstractSuperNumberField<T, SELF>> Base class for super number fields.classA field forBigDecimalvalues that are properly formatted.classA field forDoublevalues that are properly formatted.classA field forIntegervalues that are properly formatted.classA field forLongvalues that are properly formatted. -
Uses of WithHelperMixin in org.vaadin.miki.superfields.object
Classes in org.vaadin.miki.superfields.object that implement WithHelperMixinModifier and TypeClassDescriptionclassObjectField<T>A field capable of displaying any object, provided it is known how to construct various elements of it. -
Uses of WithHelperMixin in org.vaadin.miki.superfields.tabs
Classes in org.vaadin.miki.superfields.tabs that implement WithHelperMixinModifier and TypeClassDescriptionclassSuperTabs<T>Configurable tab sheet component that also is a field. -
Uses of WithHelperMixin in org.vaadin.miki.superfields.text
Classes in org.vaadin.miki.superfields.text that implement WithHelperMixinModifier and TypeClassDescriptionclassLabelField<V>A label field.classAn extension ofTextAreawith some useful features.classAn extension ofTextFieldwith some useful (hopefully) features. -
Uses of WithHelperMixin in org.vaadin.miki.superfields.variant
Classes in org.vaadin.miki.superfields.variant that implement WithHelperMixinModifier and TypeClassDescriptionclassA field that supportsObjectas its value and displays a registered field that corresponds to a type of the value actually set by the field.