Uses of Interface
org.vaadin.miki.markers.HasLabel
-
-
Uses of HasLabel in org.vaadin.miki.markers
Subinterfaces of HasLabel in org.vaadin.miki.markers Modifier and Type Interface Description interfaceWithLabelMixin<SELF extends WithLabelMixin<SELF>>Mixin interface to support chainingsetLabel(String). -
Uses of HasLabel in org.vaadin.miki.superfields.checkbox
Classes in org.vaadin.miki.superfields.checkbox that implement HasLabel Modifier and Type Class Description classSuperCheckboxA regularCheckboxthat can be made read-only (it becomes disabled when set to read-only). -
Uses of HasLabel in org.vaadin.miki.superfields.collections
Classes in org.vaadin.miki.superfields.collections that implement HasLabel Modifier and Type Class Description classCollectionField<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 HasLabel in org.vaadin.miki.superfields.dates
Classes in org.vaadin.miki.superfields.dates that implement HasLabel Modifier and Type Class Description classSuperDatePickerAn extension ofDatePickerthat handles I18N also on the client side.classSuperDateTimePickerAn extension ofDateTimePickerthat handles I18N also on the client side. -
Uses of HasLabel in org.vaadin.miki.superfields.gridselect
Classes in org.vaadin.miki.superfields.gridselect that implement HasLabel Modifier and Type Class Description classGridMultiSelect<V>A multi-selectionGridSelect.classGridSelect<V>A single-selectionGridthat also is a value component that broadcasts value change events. -
Uses of HasLabel in org.vaadin.miki.superfields.layouts
Classes in org.vaadin.miki.superfields.layouts that implement HasLabel Modifier and Type Class Description classHeaderFooterFieldWrapper<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 HasLabel in org.vaadin.miki.superfields.numbers
Classes in org.vaadin.miki.superfields.numbers that implement HasLabel Modifier and Type Class Description classAbstractSuperFloatingPointField<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.classSuperBigDecimalFieldA field forBigDecimalvalues that are properly formatted.classSuperDoubleFieldA field forDoublevalues that are properly formatted.classSuperIntegerFieldA field forIntegervalues that are properly formatted.classSuperLongFieldA field forLongvalues that are properly formatted. -
Uses of HasLabel in org.vaadin.miki.superfields.object
Classes in org.vaadin.miki.superfields.object that implement HasLabel Modifier and Type Class Description classObjectField<T>A field capable of displaying any object, provided it is known how to construct various elements of it. -
Uses of HasLabel in org.vaadin.miki.superfields.tabs
Classes in org.vaadin.miki.superfields.tabs that implement HasLabel Modifier and Type Class Description classSuperTabs<T>Configurable tab sheet component that also is a field. -
Uses of HasLabel in org.vaadin.miki.superfields.text
Classes in org.vaadin.miki.superfields.text that implement HasLabel Modifier and Type Class Description classLabelField<V>A label field.classSuperTextAreaAn extension ofTextAreawith some useful features.classSuperTextFieldAn extension ofTextFieldwith some useful (hopefully) features. -
Uses of HasLabel in org.vaadin.miki.superfields.util
Methods in org.vaadin.miki.superfields.util with type parameters of type HasLabel Modifier and Type Method Description static <T,F extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasValue<?,T> & HasLabel>
CollectionValueComponentProvider<T,F>CollectionComponentProviders. labelledField(Supplier<F> fieldSupplier, String label)Returns aCollectionValueComponentProviderthat generates a given field and sets its label.static <K,V,C extends com.vaadin.flow.component.Component & HasLabel & com.vaadin.flow.component.HasValue<?,K>,W extends com.vaadin.flow.component.Component & HasLabel & com.vaadin.flow.component.HasValue<?,V>>
CollectionValueComponentProvider<Map.Entry<K,V>,MapEntryField<K,V>>CollectionComponentProviders. mapEntryField(String keyLabel, com.vaadin.flow.function.SerializableSupplier<C> keyComponentSupplier, String valueLabel, com.vaadin.flow.function.SerializableSupplier<W> valueComponentSupplier)ACollectionValueComponentProviderthat produces aMapEntryFieldwith given key and value suppliers, but also sets labels to both produced components..static <K,V,C extends com.vaadin.flow.component.Component & HasLabel & com.vaadin.flow.component.HasValue<?,K>,W extends com.vaadin.flow.component.Component & HasLabel & com.vaadin.flow.component.HasValue<?,V>>
CollectionValueComponentProvider<Map.Entry<K,V>,MapEntryField<K,V>>CollectionComponentProviders. mapEntryField(String keyLabel, com.vaadin.flow.function.SerializableSupplier<C> keyComponentSupplier, String valueLabel, com.vaadin.flow.function.SerializableSupplier<W> valueComponentSupplier)ACollectionValueComponentProviderthat produces aMapEntryFieldwith given key and value suppliers, but also sets labels to both produced components.. -
Uses of HasLabel in org.vaadin.miki.superfields.variant
Classes in org.vaadin.miki.superfields.variant that implement HasLabel Modifier and Type Class Description classVariantFieldA field that supportsObjectas its value and displays a registered field that corresponds to a type of the value actually set by the field.
-