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.
  • Method Details

    • getLabelPosition

      Returns the current label position of the component.
      Returns:
      the label position indicating the position of the label
    • setLabelPosition

      void setLabelPosition(SupportsLabelPosition.LabelPosition labelPosition)
      Sets the position of the label for the component.
      Parameters:
      labelPosition - the label position to define the position of the label