| 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.
|
| HasComponentAsIcon |
Marker interface for objects that accept a general Component as an icon.
|
| HasDatePattern |
|
| 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.
|
| WithClearButtonMixin<SELF extends com.vaadin.flow.component.shared.HasClearButton> |
Mixin interface for HasClearButton.
|
| WithComponentAsIconMixin<SELF extends HasComponentAsIcon> |
|
| WithDatePatternMixin<SELF extends WithDatePatternMixin<SELF>> |
|
| WithHelperMixin<SELF extends com.vaadin.flow.component.HasHelper> |
Marker interface to allow chaining HasHelper.
|
| WithHelperPositionableMixin<SELF extends HasHelperPositionable> |
|
| WithIconMixin<SELF extends HasIcon> |
|
| WithIdMixin<SELF extends HasId> |
Mixin interface to allow chaining setting id.
|
| WithIndexMixin<SELF extends HasIndex> |
|
| 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> |
|
| WithLocaleMixin<SELF extends WithLocaleMixin<SELF>> |
|
| WithMaximumSelectionSizeMixin<SELF extends HasMaximumSelectionSize> |
|
| WithNullValueOptionallyAllowedMixin<SELF extends HasNullValueOptionallyAllowed<E,V>,E extends com.vaadin.flow.component.HasValue.ValueChangeEvent<V>,V> |
|
| WithPlaceholderMixin<SELF extends WithPlaceholderMixin<SELF>> |
|
| WithReceivingSelectionEventsFromClientMixin<SELF extends CanReceiveSelectionEventsFromClient> |
|
| WithRequiredMixin<SELF extends 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).
|