Interface LabelHidable
public interface LabelHidable
Aspect for a gadget that might want to hide its label.
- Since:
- 4.2.405
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AspectType<LabelHidable>
The aspect's technical type being used for requesting the aspect from anAspectable
. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates, whether the label should be hidden or shown.
-
Field Details
-
TYPE
The aspect's technical type being used for requesting the aspect from anAspectable
.- Since:
- 4.2.405
-
-
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
-