de.espirit.firstspirit.ui.gadgets.swing
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
static AspectType<WidthFixable> TYPE
          The aspect's technical type to be used for requesting the aspect from an Aspectable.
 
Method Summary
 boolean isWidthFixed()
          Indicates, whether this component should get a fixed width.
 

Field Detail

TYPE

static final AspectType<WidthFixable> TYPE
The aspect's technical type to be used for requesting the aspect from an Aspectable.

Since:
4.2.405
Method Detail

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


Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480