Package org.vaadin.miki.markers
Interface HasLabelPositionable
- All Superinterfaces:
com.vaadin.flow.component.HasElement,Serializable
- All Known Subinterfaces:
WithLabelPositionableMixin<SELF>
- All Known Implementing Classes:
AbstractSuperFloatingPointField,AbstractSuperNumberField,CollectionField,GridMultiSelect,GridSelect,LabelField,MapField,ObjectField,SuperBigDecimalField,SuperCheckbox,SuperDatePicker,SuperDateTimePicker,SuperDoubleField,SuperIntegerField,SuperLongField,SuperTextArea,SuperTextField,VariantField
public interface HasLabelPositionable
extends com.vaadin.flow.component.HasElement
Marker interface for components that have a positionable label.
- Since:
- 2022-09-23
- Author:
- miki
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault LabelPositionReturns current label position, if it has been set.default voidsetLabelPosition(LabelPosition position) Sets the label position to a new one.Methods inherited from interface com.vaadin.flow.component.HasElement
getElement
-
Field Details
-
LABEL_POSITION_ATTRIBUTE
Attribute name that contains the selected label position value.- See Also:
-
LABEL_POSITION_DETAILS_ATTRIBUTE
Attribute name that contains details of the label for easy styling.- See Also:
-
-
Method Details
-
getLabelPosition
Returns current label position, if it has been set.- Returns:
- A
LabelPosition.