Class CommandStripPresentationModel.Builder
- java.lang.Object
-
- org.pushingpixels.flamingo.api.common.model.CommandStripPresentationModel.Builder
-
- Enclosing class:
- CommandStripPresentationModel
public static class CommandStripPresentationModel.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandStripPresentationModelbuild()CommandStripPresentationModel.BuildersetCommandPresentationState(CommandButtonPresentationState commandPresentationState)CommandStripPresentationModel.BuildersetFlat(boolean flat)CommandStripPresentationModel.BuildersetFocusable(boolean focusable)CommandStripPresentationModel.BuildersetHorizontalGapScaleFactor(double hgapScaleFactor)CommandStripPresentationModel.BuildersetOrientation(CommandStripPresentationModel.StripOrientation orientation)CommandStripPresentationModel.BuildersetToDismissPopupsOnActivation(boolean toDismissPopupsOnActivation)CommandStripPresentationModel.BuildersetVerticalGapScaleFactor(double vgapScaleFactor)
-
-
-
Method Detail
-
setCommandPresentationState
public CommandStripPresentationModel.Builder setCommandPresentationState(CommandButtonPresentationState commandPresentationState)
-
setHorizontalGapScaleFactor
public CommandStripPresentationModel.Builder setHorizontalGapScaleFactor(double hgapScaleFactor)
-
setVerticalGapScaleFactor
public CommandStripPresentationModel.Builder setVerticalGapScaleFactor(double vgapScaleFactor)
-
setOrientation
public CommandStripPresentationModel.Builder setOrientation(CommandStripPresentationModel.StripOrientation orientation)
-
setFlat
public CommandStripPresentationModel.Builder setFlat(boolean flat)
-
setFocusable
public CommandStripPresentationModel.Builder setFocusable(boolean focusable)
-
setToDismissPopupsOnActivation
public CommandStripPresentationModel.Builder setToDismissPopupsOnActivation(boolean toDismissPopupsOnActivation)
-
build
public CommandStripPresentationModel build()
-
-