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 class
static enum
Button strip orientation. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Insets
private CommandButtonPresentationState
Presentation state for the buttons in this button strip.static final double
static final double
private double
Scale factor for horizontal gaps.private boolean
Orientation ofthis
strip.private boolean
private double
Scale 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 ofthis
strip. -
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()
-