Package io.jmix.flowui.component
Interface SupportsLabelPosition
- All Known Implementing Classes:
FullTextFilter,JpqlFilter,PropertyFilter,SingleFilterComponentBase
public interface SupportsLabelPosition
Interface for components that support managing the position of their associated label.
Components implementing this interface can specify where the label should be displayed
relative to the component.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumEnum for describing the position of label components. -
Method Summary
Modifier and TypeMethodDescriptionReturns the current label position of the component.voidsetLabelPosition(SupportsLabelPosition.LabelPosition labelPosition) Sets the position of the label for the component.
-
Method Details
-
getLabelPosition
SupportsLabelPosition.LabelPosition getLabelPosition()Returns the current label position of the component.- Returns:
- the label position indicating the position of the label
-
setLabelPosition
Sets the position of the label for the component.- Parameters:
labelPosition- the label position to define the position of the label
-