Interface Hideable


public interface Hideable
An aspect making a gadget hidable.
Since:
5.0.107
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final AspectType<Hideable>
    Aspect making a gadget hidable.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Indicates, whether the gadget should initially be shown.
  • Field Details

    • TYPE

      static final AspectType<Hideable> TYPE
      Aspect making a gadget hidable.
      Since:
      5.0.107
  • Method Details

    • shallInitiallyBeShown

      boolean shallInitiallyBeShown()
      Indicates, whether the gadget should initially be shown.
      Returns:
      true, if the gadget should initially be shown.
      Since:
      5.0.107