Interface LabelHidable


public interface LabelHidable
Aspect for a gadget that might want to hide its label.
Since:
4.2.405
  • Field Summary

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

    Modifier and Type
    Method
    Description
    boolean
    Indicates, whether the label should be hidden or shown.
  • Field Details

  • Method Details

    • isLabelHiding

      boolean isLabelHiding()
      Indicates, whether the label should be hidden or shown.
      Returns:
      true, if the label should be hidden.
      Since:
      4.2.405