Interface Hideable
public interface Hideable
An aspect making a gadget hidable.
- Since:
- 5.0.107
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AspectType<Hideable>
Aspect making a gadget hidable. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates, whether the gadget should initially be shown.
-
Field Details
-
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
-