Interface Hideable
public interface Hideable
An aspect making a gadget hidable.
- Since:
- 5.0.107
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final AspectType<Hideable>Aspect making a gadget hidable.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanIndicates, whether the gadget should initially be shown.
- 
Field Details- 
TYPEAspect making a gadget hidable.- Since:
- 5.0.107
 
 
- 
- 
Method Details- 
shallInitiallyBeShownboolean shallInitiallyBeShown()Indicates, whether the gadget should initially be shown.- Returns:
- true, if the gadget should initially be shown.
- Since:
- 5.0.107
 
 
-