public interface HasLabelPositionable
extends com.vaadin.flow.component.HasElement
| Modifier and Type | Field and Description |
|---|---|
static String |
LABEL_POSITION_ATTRIBUTE
Attribute name that contains the selected label position value.
|
static String |
LABEL_POSITION_DETAILS_ATTRIBUTE
Attribute name that contains details of the label for easy styling.
|
| Modifier and Type | Method and Description |
|---|---|
default LabelPosition |
getLabelPosition()
Returns current label position, if it has been set.
|
default void |
setLabelPosition(LabelPosition position)
Sets the label position to a new one.
|
static final String LABEL_POSITION_ATTRIBUTE
static final String LABEL_POSITION_DETAILS_ATTRIBUTE
default void setLabelPosition(LabelPosition position)
position - A position to use. Setting null will reset it to the default setting.default LabelPosition getLabelPosition()
LabelPosition.Copyright © 2023 Miki. All rights reserved.