Class CommandStripPresentationModel
- java.lang.Object
-
- org.pushingpixels.flamingo.api.common.model.CommandStripPresentationModel
-
- All Implemented Interfaces:
ImmutablePresentationModel,PresentationModel
public class CommandStripPresentationModel extends java.lang.Object implements ImmutablePresentationModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCommandStripPresentationModel.Builderstatic classCommandStripPresentationModel.StripOrientationButton strip orientation.
-
Field Summary
Fields Modifier and Type Field Description static doubleDEFAULT_GAP_SCALE_FACTOR_PRIMARY_AXISstatic doubleDEFAULT_GAP_SCALE_FACTOR_SECONDARY_AXIS
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CommandStripPresentationModel.Builderbuilder()CommandButtonPresentationStategetCommandPresentationState()doublegetHorizontalGapScaleFactor()CommandStripPresentationModel.StripOrientationgetOrientation()doublegetVerticalGapScaleFactor()booleanisFlat()booleanisFocusable()booleanisToDismissPopupsOnActivation()static CommandStripPresentationModelwithDefaults()
-
-
-
Field Detail
-
DEFAULT_GAP_SCALE_FACTOR_PRIMARY_AXIS
public static final double DEFAULT_GAP_SCALE_FACTOR_PRIMARY_AXIS
- See Also:
- Constant Field Values
-
DEFAULT_GAP_SCALE_FACTOR_SECONDARY_AXIS
public static final double DEFAULT_GAP_SCALE_FACTOR_SECONDARY_AXIS
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static CommandStripPresentationModel.Builder builder()
-
withDefaults
public static CommandStripPresentationModel withDefaults()
-
getCommandPresentationState
public CommandButtonPresentationState getCommandPresentationState()
-
getHorizontalGapScaleFactor
public double getHorizontalGapScaleFactor()
-
getVerticalGapScaleFactor
public double getVerticalGapScaleFactor()
-
getOrientation
public CommandStripPresentationModel.StripOrientation getOrientation()
-
isFlat
public boolean isFlat()
-
isFocusable
public boolean isFocusable()
-
isToDismissPopupsOnActivation
public boolean isToDismissPopupsOnActivation()
-
-