public interface HasHelperPositionable
extends com.vaadin.flow.component.HasElement
| Modifier and Type | Field and Description |
|---|---|
static String |
HELPER_ABOVE_THEME_VARIANT
Vaadin expects this in the theme list.
|
| Modifier and Type | Method and Description |
|---|---|
default boolean |
isHelperAbove()
Checks if the helper is positioned above.
|
default void |
setHelperAbove()
Positions the helper above the component.
|
default void |
setHelperAbove(boolean above)
Positions the helper above or below the component.
|
default void |
setHelperBelow()
Positions the helper below the component.
|
static final String HELPER_ABOVE_THEME_VARIANT
default void setHelperAbove()
default void setHelperBelow()
default void setHelperAbove(boolean above)
above - When true, helper should be positioned above.setHelperAbove(),
setHelperBelow()default boolean isHelperAbove()
true, helper should be positioned above.Copyright © 2024 Miki. All rights reserved.