Package org.vaadin.miki.markers
Interface WithLabelPositionableMixin<SELF extends HasLabelPositionable>
- All Superinterfaces:
com.vaadin.flow.component.HasElement,HasLabelPositionable,Serializable
- All Known Implementing Classes:
AbstractSuperFloatingPointField,AbstractSuperNumberField,CollectionField,GridMultiSelect,GridSelect,LabelField,MapField,ObjectField,SuperBigDecimalField,SuperCheckbox,SuperDatePicker,SuperDateTimePicker,SuperDoubleField,SuperIntegerField,SuperLongField,SuperTextArea,SuperTextField,VariantField
public interface WithLabelPositionableMixin<SELF extends HasLabelPositionable>
extends HasLabelPositionable
A mixin for
HasLabelPositionable.- Since:
- 2022-09-23
- Author:
- miki
-
Field Summary
Fields inherited from interface org.vaadin.miki.markers.HasLabelPositionable
LABEL_POSITION_ATTRIBUTE, LABEL_POSITION_DETAILS_ATTRIBUTE -
Method Summary
Modifier and TypeMethodDescriptiondefault SELFwithLabelPosition(LabelPosition position) ChainsHasLabelPositionable.setLabelPosition(LabelPosition)and returns itself.Methods inherited from interface com.vaadin.flow.component.HasElement
getElementMethods inherited from interface org.vaadin.miki.markers.HasLabelPositionable
getLabelPosition, setLabelPosition
-
Method Details