Class CommandStripPresentationModel
java.lang.Object
org.pushingpixels.radiance.component.api.common.model.CommandStripPresentationModel
- All Implemented Interfaces:
ImmutablePresentationModel, PresentationModel
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumButton strip orientation. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Insetsprivate CommandButtonPresentationStatePresentation state for the buttons in this button strip.static final doublestatic final doubleprivate doubleScale factor for horizontal gaps.private booleanOrientation ofthisstrip.private booleanprivate doubleScale factor for vertical gaps. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT_GAP_SCALE_FACTOR_PRIMARY_AXIS
public static final double DEFAULT_GAP_SCALE_FACTOR_PRIMARY_AXIS- See Also:
-
DEFAULT_GAP_SCALE_FACTOR_SECONDARY_AXIS
public static final double DEFAULT_GAP_SCALE_FACTOR_SECONDARY_AXIS- See Also:
-
commandPresentationState
Presentation state for the buttons in this button strip. Default state isCommandButtonPresentationState.SMALL. -
commandContentPadding
-
activeIconFilterStrategy
-
enabledIconFilterStrategy
-
disabledIconFilterStrategy
-
hgapScaleFactor
private double hgapScaleFactorScale factor for horizontal gaps. -
vgapScaleFactor
private double vgapScaleFactorScale factor for vertical gaps. -
orientation
Orientation ofthisstrip. -
backgroundAppearanceStrategy
-
isFocusable
private boolean isFocusable -
toDismissPopupsOnActivation
private boolean toDismissPopupsOnActivation
-
-
Constructor Details
-
CommandStripPresentationModel
private CommandStripPresentationModel()
-
-
Method Details
-
builder
-
withDefaults
-
getCommandPresentationState
-
getCommandContentPadding
-
getActiveIconFilterStrategy
-
getEnabledIconFilterStrategy
-
getDisabledIconFilterStrategy
-
getHorizontalGapScaleFactor
public double getHorizontalGapScaleFactor() -
getVerticalGapScaleFactor
public double getVerticalGapScaleFactor() -
getOrientation
-
getBackgroundAppearanceStrategy
-
isFocusable
public boolean isFocusable() -
isToDismissPopupsOnActivation
public boolean isToDismissPopupsOnActivation()
-