Interface WidthFixable
public interface WidthFixable
Optional aspect defining this gadget component to have a fixed width indicator. If a component reports to be fixed
in width, it's preferred size will be used for layout despite the available space of its container.
- Since:
- 4.2.405
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AspectType<WidthFixable>
The aspect's technical type to be used for requesting the aspect from anAspectable
. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates, whether this component should get a fixed width.
-
Field Details
-
TYPE
The aspect's technical type to be used for requesting the aspect from anAspectable
.- Since:
- 4.2.405
-
-
Method Details
-
isWidthFixed
boolean isWidthFixed()Indicates, whether this component should get a fixed width.- Returns:
- If
true
, the component should be fixed in width. - Since:
- 4.2.405
-