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 forHasLabelPositionable.- 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
All Methods Instance Methods Default Methods Modifier and Type Method Description default SELFwithLabelPosition(LabelPosition position)ChainsHasLabelPositionable.setLabelPosition(LabelPosition)and returns itself.-
Methods inherited from interface org.vaadin.miki.markers.HasLabelPositionable
getLabelPosition, setLabelPosition
-
-
-
-
Method Detail
-
withLabelPosition
default SELF withLabelPosition(LabelPosition position)
ChainsHasLabelPositionable.setLabelPosition(LabelPosition)and returns itself.- Parameters:
position- Position.- Returns:
- This.
-
-