Uses of Interface
org.vaadin.miki.markers.HasId
Packages that use HasId
Package
Description
-
Uses of HasId in org.vaadin.miki.markers
Classes in org.vaadin.miki.markers with type parameters of type HasIdModifier and TypeInterfaceDescriptioninterfaceWithIdMixin<SELF extends HasId>Mixin interface to allow chaining setting id.Subinterfaces of HasId in org.vaadin.miki.markersModifier and TypeInterfaceDescriptioninterfaceWithIdMixin<SELF extends HasId>Mixin interface to allow chaining setting id. -
Uses of HasId in org.vaadin.miki.superfields.buttons
Classes in org.vaadin.miki.superfields.buttons that implement HasIdModifier and TypeClassDescriptionclassAn indexedButton, i.e.classA button that needs multiple clicks before a regular click listener can be invoked. -
Uses of HasId in org.vaadin.miki.superfields.checkbox
Classes in org.vaadin.miki.superfields.checkbox that implement HasIdModifier and TypeClassDescriptionclassA regularCheckboxthat can be made read-only (it becomes disabled when set to read-only). -
Uses of HasId in org.vaadin.miki.superfields.collections
Classes in org.vaadin.miki.superfields.collections that implement HasIdModifier 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 HasId in org.vaadin.miki.superfields.contentaware
Classes in org.vaadin.miki.superfields.contentaware that implement HasIdModifier and TypeClassDescriptionclassContent-aware that sends events when a component is added to or removed from anywhere in its contents (even in a nested layout). -
Uses of HasId in org.vaadin.miki.superfields.dates
Classes in org.vaadin.miki.superfields.dates that implement HasIdModifier and TypeClassDescriptionclassAn extension ofDatePickerthat handles I18N also on the client side.classAn extension ofDateTimePickerthat handles I18N also on the client side. -
Uses of HasId in org.vaadin.miki.superfields.gridselect
Classes in org.vaadin.miki.superfields.gridselect that implement HasIdModifier and TypeClassDescriptionclassA multi-selectionGridSelect.classGridSelect<V>A single-selectionGridthat also is a value component that broadcasts value change events. -
Uses of HasId in org.vaadin.miki.superfields.itemgrid
Classes in org.vaadin.miki.superfields.itemgrid that implement HasIdModifier and TypeClassDescriptionclassItemGrid<T>Grid of items, with defined number of columns. -
Uses of HasId in org.vaadin.miki.superfields.layouts
Classes in org.vaadin.miki.superfields.layouts that implement HasIdModifier 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.classHeaderFooterLayoutWrapper<R extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents,H extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents, B extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents, F extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents> A wrapper for a typical header-body-footer layout that exposes header and footer, and delegates all methods fromHasComponentsto the body. -
Uses of HasId in org.vaadin.miki.superfields.lazyload
Classes in org.vaadin.miki.superfields.lazyload that implement HasIdModifier and TypeClassDescriptionclassA component that wraps Intersection Observer on the client-side to notify server-side about visibility changes.classLazyLoad<C extends com.vaadin.flow.component.Component>A component that remains empty until it gets into view.classA field that changes value depending on whether or not it is currently shown on screen.static final classThis class gives a nice tag name toObservedFieldin the browser. -
Uses of HasId in org.vaadin.miki.superfields.numbers
Classes in org.vaadin.miki.superfields.numbers that implement HasIdModifier 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 HasId in org.vaadin.miki.superfields.object
Classes in org.vaadin.miki.superfields.object that implement HasIdModifier and TypeClassDescriptionclassObjectField<T>A field capable of displaying any object, provided it is known how to construct various elements of it. -
Uses of HasId in org.vaadin.miki.superfields.tabs
Classes in org.vaadin.miki.superfields.tabs that implement HasIdModifier and TypeClassDescriptionclassSuperTabs<T>Configurable tab sheet component that also is a field. -
Uses of HasId in org.vaadin.miki.superfields.text
Classes in org.vaadin.miki.superfields.text that implement HasIdModifier and TypeClassDescriptionclassLabelField<V>A label field.classAn extension ofTextAreawith some useful features.classAn extension ofTextFieldwith some useful (hopefully) features. -
Uses of HasId in org.vaadin.miki.superfields.unload
Classes in org.vaadin.miki.superfields.unload that implement HasIdModifier and TypeClassDescriptionclassServer-side component that listens tobeforeunloadevents. -
Uses of HasId in org.vaadin.miki.superfields.variant
Classes in org.vaadin.miki.superfields.variant that implement HasIdModifier 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.