Interface LabelHidable
public interface LabelHidable
Aspect for a gadget that might want to hide its label.
- Since:
- 4.2.405
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final AspectType<LabelHidable>The aspect's technical type being used for requesting the aspect from anAspectable.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanIndicates, whether the label should be hidden or shown.
- 
Field Details- 
TYPEThe aspect's technical type being used for requesting the aspect from anAspectable.- Since:
- 4.2.405
 
 
- 
- 
Method Details- 
isLabelHidingboolean isLabelHiding()Indicates, whether the label should be hidden or shown.- Returns:
- true, if the label should be hidden.
- Since:
- 4.2.405
 
 
-