Uses of Package
org.vaadin.miki.markers
-
Classes in org.vaadin.miki.markers used by org.vaadin.miki.events.click Class Description Clickable Marker interface for components that can be clicked. -
Classes in org.vaadin.miki.markers used by org.vaadin.miki.events.state Class Description HasState Marker interface for objects that have a state. -
Classes in org.vaadin.miki.markers used by org.vaadin.miki.events.text Class Description CanSelectText Marker interface for components that can select text. -
Classes in org.vaadin.miki.markers used by org.vaadin.miki.markers Class Description CanReceiveSelectionEventsFromClient Marker interface for objects capable of receiving text selection events from client-side code.HasComponentAsIcon Marker interface for objects that accept a generalComponentas an icon.HasDatePattern Marker interface for objects that have aDatePattern.HasHelperPositionable Allows controlling position of the helper text/component.HasIcon Marker interface for objects that have anIcon.HasId Marker interface for objects that provide access to theiridproperty.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 theirLocalechanged.HasMaximumSelectionSize Marker interface for objects that have a limit to selection size.HasNullValueOptionallyAllowed Marker interface for descendants ofHasValuethat may optionally allownullas value.HasPlaceholder Marker interface for components that have a placeholder text.HasRequired Marker interface for objects that can be required.HasText Marker interface for objects that have a String property calledtext.WithDatePatternMixin Mixin interface to allow chainingHasDatePattern.setDatePattern(DatePattern).WithLabelMixin Mixin interface to support chainingHasLabel.setLabel(String).WithLocaleMixin Mixin interface to support chainingHasLocale.setLocale(Locale).WithPlaceholderMixin Mixin interface to support chainingHasPlaceholder.setPlaceholder(String).WithTooltipMixin Mixin interface to support chainingHasTooltip.setTooltipText(String). -
Classes in org.vaadin.miki.markers used by org.vaadin.miki.shared.text Class 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. -
Classes in org.vaadin.miki.markers used by org.vaadin.miki.superfields.buttons Class Description Clickable Marker interface for components that can be clicked.HasComponentAsIcon Marker interface for objects that accept a generalComponentas an icon.HasId Marker interface for objects that provide access to theiridproperty.HasIndex Marker interface for objects having an index.HasState Marker interface for objects that have a state.HasText Marker interface for objects that have a String property calledtext.WithComponentAsIconMixin Mixin interface forHasComponentAsIcon.WithIdMixin Mixin interface to allow chaining setting id.WithIndexMixin Mixin interface for easy chaining ofHasIndex.setIndex(int).WithTextMixin Marker interface for objects that have a String property namedtext.WithTooltipMixin Mixin interface to support chainingHasTooltip.setTooltipText(String). -
Classes in org.vaadin.miki.markers used by org.vaadin.miki.superfields.checkbox Class Description HasId Marker interface for objects that provide access to theiridproperty.HasLabelPositionable Marker interface for components that have a positionable label.WithIdMixin Mixin interface to allow chaining setting id.WithLabelMixin Mixin interface to support chainingHasLabel.setLabel(String).WithLabelPositionableMixin A mixin forHasLabelPositionable.WithTooltipMixin Mixin interface to support chainingHasTooltip.setTooltipText(String).WithValueMixin Mixin for chainingHasValue.setValue(Object). -
Classes in org.vaadin.miki.markers used by org.vaadin.miki.superfields.collections Class Description HasHelperPositionable Allows controlling position of the helper text/component.HasId Marker interface for objects that provide access to theiridproperty.HasLabelPositionable Marker interface for components that have a positionable label.WithHelperMixin Marker interface to allow chainingHasHelper.WithHelperPositionableMixin Mixin interface for nice chaining of methods inHasHelperPositionable.WithIdMixin Mixin interface to allow chaining setting id.WithLabelMixin Mixin interface to support chainingHasLabel.setLabel(String).WithLabelPositionableMixin A mixin forHasLabelPositionable.WithValueMixin Mixin for chainingHasValue.setValue(Object). -
Classes in org.vaadin.miki.markers used by org.vaadin.miki.superfields.contentaware Class Description HasId Marker interface for objects that provide access to theiridproperty.WithIdMixin Mixin interface to allow chaining setting id. -
Classes in org.vaadin.miki.markers used by org.vaadin.miki.superfields.dates Class Description CanReceiveSelectionEventsFromClient Marker interface for objects capable of receiving text selection events from client-side code.CanSelectText Marker interface for components that can select text.HasDatePattern Marker interface for objects that have aDatePattern.HasHelperPositionable Allows controlling position of the helper text/component.HasId Marker interface for objects that provide access to theiridproperty.HasLabelPositionable Marker interface for components that have a positionable label.HasLocale Marker interface for objects that can have theirLocalechanged.HasPlaceholder Marker interface for components that have a placeholder text.HasRequired Marker interface for objects that can be required.WithDatePatternMixin Mixin interface to allow chainingHasDatePattern.setDatePattern(DatePattern).WithHelperMixin Marker interface to allow chainingHasHelper.WithHelperPositionableMixin Mixin interface for nice chaining of methods inHasHelperPositionable.WithIdMixin Mixin interface to allow chaining setting id.WithLabelMixin Mixin interface to support chainingHasLabel.setLabel(String).WithLabelPositionableMixin A mixin forHasLabelPositionable.WithLocaleMixin Mixin interface to support chainingHasLocale.setLocale(Locale).WithPlaceholderMixin Mixin interface to support chainingHasPlaceholder.setPlaceholder(String).WithReceivingSelectionEventsFromClientMixin Marker interface for chainingCanReceiveSelectionEventsFromClient.setReceivingSelectionEventsFromClient(boolean).WithRequiredMixin Mixin forHasRequired.WithTooltipMixin Mixin interface to support chainingHasTooltip.setTooltipText(String).WithValueMixin Mixin for chainingHasValue.setValue(Object). -
Classes in org.vaadin.miki.markers used by org.vaadin.miki.superfields.gridselect Class Description HasHelperPositionable Allows controlling position of the helper text/component.HasId Marker interface for objects that provide access to theiridproperty.HasLabelPositionable Marker interface for components that have a positionable label.HasMaximumSelectionSize Marker interface for objects that have a limit to selection size.WithHelperMixin Marker interface to allow chainingHasHelper.WithHelperPositionableMixin Mixin interface for nice chaining of methods inHasHelperPositionable.WithIdMixin Mixin interface to allow chaining setting id.WithItemsMixin Mixin interface to allow chaining of setting items.WithLabelMixin Mixin interface to support chainingHasLabel.setLabel(String).WithLabelPositionableMixin A mixin forHasLabelPositionable.WithMaximumSelectionSizeMixin Mixin interface to allow chainingHasMaximumSelectionSize.setMaximumSelectionSize(int).WithValueMixin Mixin for chainingHasValue.setValue(Object). -
Classes in org.vaadin.miki.markers used by org.vaadin.miki.superfields.itemgrid Class Description HasHelperPositionable Allows controlling position of the helper text/component.HasId Marker interface for objects that provide access to theiridproperty.WithHelperMixin Marker interface to allow chainingHasHelper.WithHelperPositionableMixin Mixin interface for nice chaining of methods inHasHelperPositionable.WithIdMixin Mixin interface to allow chaining setting id.WithItemsMixin Mixin interface to allow chaining of setting items.WithValueMixin Mixin for chainingHasValue.setValue(Object). -
Classes in org.vaadin.miki.markers used by org.vaadin.miki.superfields.layouts Class Description HasHelperPositionable Allows controlling position of the helper text/component.HasId Marker interface for objects that provide access to theiridproperty.HasIndex Marker interface for objects having an index.HasReadOnly Marker interface for objects that can be in read-only state without having value.WithHelperMixin Marker interface to allow chainingHasHelper.WithHelperPositionableMixin Mixin interface for nice chaining of methods inHasHelperPositionable.WithIdMixin Mixin interface to allow chaining setting id.WithIndexMixin Mixin interface for easy chaining ofHasIndex.setIndex(int).WithLabelMixin Mixin interface to support chainingHasLabel.setLabel(String).WithValueMixin Mixin for chainingHasValue.setValue(Object). -
Classes in org.vaadin.miki.markers used by org.vaadin.miki.superfields.lazyload Class Description HasId Marker interface for objects that provide access to theiridproperty.WithIdMixin Mixin interface to allow chaining setting id.WithValueMixin Mixin for chainingHasValue.setValue(Object). -
Classes in org.vaadin.miki.markers used by org.vaadin.miki.superfields.numbers Class Description CanReceiveSelectionEventsFromClient Marker interface for objects capable of receiving text selection events from client-side code.CanSelectText Marker interface for components that can select text.HasHelperPositionable Allows controlling position of the helper text/component.HasId Marker interface for objects that provide access to theiridproperty.HasLabelPositionable Marker interface for components that have a positionable label.HasLocale Marker interface for objects that can have theirLocalechanged.HasNullValueOptionallyAllowed Marker interface for descendants ofHasValuethat may optionally allownullas value.HasPlaceholder Marker interface for components that have a placeholder text.HasRequired Marker interface for objects that can be required.WithClearButtonMixin Mixin interface forHasClearButton.WithHelperMixin Marker interface to allow chainingHasHelper.WithHelperPositionableMixin Mixin interface for nice chaining of methods inHasHelperPositionable.WithIdMixin Mixin interface to allow chaining setting id.WithLabelMixin Mixin interface to support chainingHasLabel.setLabel(String).WithLabelPositionableMixin A mixin forHasLabelPositionable.WithLocaleMixin Mixin interface to support chainingHasLocale.setLocale(Locale).WithNullValueOptionallyAllowedMixin Mixin interface forHasNullValueOptionallyAllowed.WithPlaceholderMixin Mixin interface to support chainingHasPlaceholder.setPlaceholder(String).WithReceivingSelectionEventsFromClientMixin Marker interface for chainingCanReceiveSelectionEventsFromClient.setReceivingSelectionEventsFromClient(boolean).WithRequiredMixin Mixin forHasRequired.WithTooltipMixin Mixin interface to support chainingHasTooltip.setTooltipText(String).WithValueMixin Mixin for chainingHasValue.setValue(Object). -
Classes in org.vaadin.miki.markers used by org.vaadin.miki.superfields.object Class Description HasHelperPositionable Allows controlling position of the helper text/component.HasId Marker interface for objects that provide access to theiridproperty.HasLabelPositionable Marker interface for components that have a positionable label.WithHelperMixin Marker interface to allow chainingHasHelper.WithHelperPositionableMixin Mixin interface for nice chaining of methods inHasHelperPositionable.WithIdMixin Mixin interface to allow chaining setting id.WithLabelMixin Mixin interface to support chainingHasLabel.setLabel(String).WithLabelPositionableMixin A mixin forHasLabelPositionable.WithValueMixin Mixin for chainingHasValue.setValue(Object). -
Classes in org.vaadin.miki.markers used by org.vaadin.miki.superfields.tabs Class Description HasHelperPositionable Allows controlling position of the helper text/component.HasId Marker interface for objects that provide access to theiridproperty.WithHelperMixin Marker interface to allow chainingHasHelper.WithHelperPositionableMixin Mixin interface for nice chaining of methods inHasHelperPositionable.WithIdMixin Mixin interface to allow chaining setting id.WithItemsMixin Mixin interface to allow chaining of setting items.WithLabelMixin Mixin interface to support chainingHasLabel.setLabel(String).WithValueMixin Mixin for chainingHasValue.setValue(Object). -
Classes in org.vaadin.miki.markers used by org.vaadin.miki.superfields.text Class 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.HasHelperPositionable Allows controlling position of the helper text/component.HasId Marker interface for objects that provide access to theiridproperty.HasLabelPositionable Marker interface for components that have a positionable label.HasPlaceholder Marker interface for components that have a placeholder text.HasRequired Marker interface for objects that can be required.WithClearButtonMixin Mixin interface forHasClearButton.WithHelperMixin Marker interface to allow chainingHasHelper.WithHelperPositionableMixin Mixin interface for nice chaining of methods inHasHelperPositionable.WithIdMixin Mixin interface to allow chaining setting id.WithLabelMixin Mixin interface to support chainingHasLabel.setLabel(String).WithLabelPositionableMixin A mixin forHasLabelPositionable.WithPlaceholderMixin Mixin interface to support chainingHasPlaceholder.setPlaceholder(String).WithReceivingSelectionEventsFromClientMixin Marker interface for chainingCanReceiveSelectionEventsFromClient.setReceivingSelectionEventsFromClient(boolean).WithRequiredMixin Mixin forHasRequired.WithTooltipMixin Mixin interface to support chainingHasTooltip.setTooltipText(String).WithValueMixin Mixin for chainingHasValue.setValue(Object). -
Classes in org.vaadin.miki.markers used by org.vaadin.miki.superfields.unload Class Description HasId Marker interface for objects that provide access to theiridproperty.WithIdMixin Mixin interface to allow chaining setting id. -
Classes in org.vaadin.miki.markers used by org.vaadin.miki.superfields.variant Class Description HasHelperPositionable Allows controlling position of the helper text/component.HasId Marker interface for objects that provide access to theiridproperty.HasLabelPositionable Marker interface for components that have a positionable label.WithHelperMixin Marker interface to allow chainingHasHelper.WithHelperPositionableMixin Mixin interface for nice chaining of methods inHasHelperPositionable.WithIdMixin Mixin interface to allow chaining setting id.WithLabelMixin Mixin interface to support chainingHasLabel.setLabel(String).WithLabelPositionableMixin A mixin forHasLabelPositionable.WithValueMixin Mixin for chainingHasValue.setValue(Object).