Package org.vaadin.miki.markers
package org.vaadin.miki.markers
-
InterfacesClassDescriptionMarker interface for objects that can modify text at given coordinates.Marker interface for objects capable of receiving text selection events from client-side code.Marker interface for components that can select text.Marker interface for components that can be clicked.Marker interface for objects that accept a general
Componentas an icon.Marker interface for objects that have aDatePattern.Allows controlling position of the helper text/component.Marker interface for objects that have anIcon.Marker interface for objects that provide access to theiridproperty.Marker interface for objects having an index.Marker interface for components that are capable of preventing invalid input.Marker interface for components that have a positionable label.Marker interface for objects that can have theirLocalechanged.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 ofHasValuethat may optionally allownullas value.Marker interface for components that have a placeholder text.Marker interface for objects that can be in read-only state without having value.Marker interface for objects that can be required.HasState<S>Marker interface for objects that have a state.Marker interface for objects that have a String property calledtext.Marker interface for objects that have a text input mode.WithClearButtonMixin<SELF extends com.vaadin.flow.component.shared.HasClearButton>Mixin interface forHasClearButton.WithComponentAsIconMixin<SELF extends HasComponentAsIcon>Mixin interface forHasComponentAsIcon.WithDatePatternMixin<SELF extends WithDatePatternMixin<SELF>>Mixin interface to allow chainingHasDatePattern.setDatePattern(DatePattern).WithHelperMixin<SELF extends com.vaadin.flow.component.HasHelper>Marker interface to allow chainingHasHelper.WithHelperPositionableMixin<SELF extends HasHelperPositionable>Mixin interface for nice chaining of methods inHasHelperPositionable.WithIconMixin<SELF extends HasIcon>Mixin interface to allow chainingHasIcon.setIcon(Icon).WithIdMixin<SELF extends HasId>Mixin interface to allow chaining setting id.WithIndexMixin<SELF extends HasIndex>Mixin interface for easy chaining ofHasIndex.setIndex(int).WithInvalidInputPreventionMixin<SELF extends HasInvalidInputPrevention>Mixin interface forHasInvalidInputPrevention.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 chainingHasLabel.setLabel(String).WithLabelPositionableMixin<SELF extends HasLabelPositionable>A mixin forHasLabelPositionable.WithLocaleMixin<SELF extends WithLocaleMixin<SELF>>Mixin interface to support chainingHasLocale.setLocale(Locale).WithMaximumSelectionSizeMixin<SELF extends HasMaximumSelectionSize>Mixin interface to allow chainingHasMaximumSelectionSize.setMaximumSelectionSize(int).WithNullValueOptionallyAllowedMixin<SELF extends HasNullValueOptionallyAllowed<E,V>, E extends com.vaadin.flow.component.HasValue.ValueChangeEvent<V>, V> Mixin interface forHasNullValueOptionallyAllowed.WithPlaceholderMixin<SELF extends WithPlaceholderMixin<SELF>>Mixin interface to support chainingHasPlaceholder.setPlaceholder(String).Marker interface for chainingCanReceiveSelectionEventsFromClient.setReceivingSelectionEventsFromClient(boolean).WithRequiredMixin<SELF extends HasRequired>Mixin forHasRequired.WithTextInputModeMixin<SELF extends WithTextInputModeMixin<SELF>>Mixin interface forHasTextInputMode.WithTextMixin<SELF extends HasText>Marker interface for objects that have a String property namedtext.WithTooltipMixin<SELF extends WithTooltipMixin<SELF>>Mixin interface to support chainingHasTooltip.setTooltipText(String).WithValueMixin<E extends com.vaadin.flow.component.HasValue.ValueChangeEvent<V>,V, SELF extends com.vaadin.flow.component.HasValue<E, V>> Mixin for chainingHasValue.setValue(Object).