Interface WidthFixable


public interface WidthFixable
Optional aspect defining this gadget component to have a fixed width indicator. If a component reports to be fixed in width, it's preferred size will be used for layout despite the available space of its container.
Since:
4.2.405
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final AspectType<WidthFixable>
    The aspect's technical type to be used for requesting the aspect from an Aspectable.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Indicates, whether this component should get a fixed width.
  • Field Details

  • Method Details

    • isWidthFixed

      boolean isWidthFixed()
      Indicates, whether this component should get a fixed width.
      Returns:
      If true, the component should be fixed in width.
      Since:
      4.2.405