| Interface | Description |
|---|---|
| CanModifyText |
Marker interface for objects that can modify text at given coordinates.
|
| CanReceiveSelectionEventsFromClient |
Marker interface for objects capable of receiving text selection events from client-side code.
|
| CanSelectText |
Marker interface for components that can select text.
|
| Clickable |
Marker interface for components that can be clicked.
|
| HasClearButton |
Marker interface for objects that have a button for clearing their value.
|
| HasComponentAsIcon |
Marker interface for objects that accept a general
Component as an icon. |
| HasDatePattern |
Marker interface for objects that have a
DatePattern. |
| HasHelperPositionable |
Allows controlling position of the helper text/component.
|
| HasIcon |
Marker interface for objects that have an
Icon. |
| HasId |
Marker interface for objects that provide access to their
id property. |
| HasIndex |
Marker interface for objects having an index.
|
| HasLabelPositionable |
Marker interface for components that have a positionable label.
|
| HasLocale |
Marker interface for objects that can have their
Locale changed. |
| HasMaximumSelectionSize |
Marker interface for objects that have a limit to selection size.
|
| HasNullValueOptionallyAllowed<E extends com.vaadin.flow.component.HasValue.ValueChangeEvent<V>,V> |
Marker interface for descendants of
HasValue that may optionally allow null as value. |
| HasPlaceholder |
Marker interface for components that have a placeholder text.
|
| HasReadOnly |
Marker interface for objects that can be in read-only state without having value.
|
| HasRequired |
Marker interface for objects that can be required.
|
| HasState<S> |
Marker interface for objects that have a state.
|
| HasText |
Marker interface for objects that have a String property called
text. |
| HasTooltip |
Marker interface for objects that have a tooltip.
|
| WithClearButtonMixin<SELF extends HasClearButton> |
Mixin interface for
HasClearButton. |
| WithComponentAsIconMixin<SELF extends HasComponentAsIcon> |
Mixin interface for
HasComponentAsIcon. |
| WithDatePatternMixin<SELF extends WithDatePatternMixin<SELF>> |
Mixin interface to allow chaining
HasDatePattern.setDatePattern(DatePattern). |
| WithHelperMixin<SELF extends com.vaadin.flow.component.HasHelper> |
Marker interface to allow chaining
HasHelper. |
| WithHelperPositionableMixin<SELF extends HasHelperPositionable> |
Mixin interface for nice chaining of methods in
HasHelperPositionable. |
| WithIconMixin<SELF extends HasIcon> |
Mixin interface to allow chaining
HasIcon.setIcon(Icon). |
| WithIdMixin<SELF extends HasId> |
Mixin interface to allow chaining setting id.
|
| WithIndexMixin<SELF extends HasIndex> |
Mixin interface for easy chaining of
HasIndex.setIndex(int). |
| WithItemsMixin<T,SELF extends com.vaadin.flow.data.binder.HasItems<T>> |
Mixin interface to allow chaining of setting items.
|
| WithLabelMixin<SELF extends WithLabelMixin<SELF>> |
Mixin interface to support chaining
HasLabel.setLabel(String). |
| WithLabelPositionableMixin<SELF extends HasLabelPositionable> |
A mixin for
HasLabelPositionable. |
| WithLocaleMixin<SELF extends WithLocaleMixin<SELF>> |
Mixin interface to support chaining
HasLocale.setLocale(Locale). |
| WithMaximumSelectionSizeMixin<SELF extends HasMaximumSelectionSize> |
Mixin interface to allow chaining
HasMaximumSelectionSize.setMaximumSelectionSize(int). |
| WithNullValueOptionallyAllowedMixin<SELF extends HasNullValueOptionallyAllowed<E,V>,E extends com.vaadin.flow.component.HasValue.ValueChangeEvent<V>,V> |
Mixin interface for
HasNullValueOptionallyAllowed. |
| WithPlaceholderMixin<SELF extends WithPlaceholderMixin<SELF>> |
Mixin interface to support chaining
HasPlaceholder.setPlaceholder(String). |
| WithReceivingSelectionEventsFromClientMixin<SELF extends CanReceiveSelectionEventsFromClient> |
Marker interface for chaining
CanReceiveSelectionEventsFromClient.setReceivingSelectionEventsFromClient(boolean). |
| WithRequiredMixin<SELF extends HasRequired> |
Mixin for
HasRequired. |
| WithTextMixin<SELF extends HasText> |
Marker interface for objects that have a String property named
text. |
| WithTooltipMixin<SELF extends WithTooltipMixin<SELF>> |
Mixin interface to support chaining
HasTooltip.setTooltipText(String). |
| WithValueMixin<E extends com.vaadin.flow.component.HasValue.ValueChangeEvent<V>,V,SELF extends com.vaadin.flow.component.HasValue<E,V>> |
Mixin for chaining
HasValue.setValue(Object). |
Copyright © 2023 Miki. All rights reserved.